There's two different pipelines that you can easily plug into to provide whatever pre- and post-request processing you want. The outer pipeline is based on the Servlet API; the inner pipeline is based on the WebRequest API (an abstraction around Servlets or Portlets).
There are configuration points to which you can contribute filters. http://jakarta.apache.org/tapestry/tapestry/hivedocs/config/tapestry.request.ServletRequestServicerPipeline.html http://jakarta.apache.org/tapestry/tapestry/hivedocs/config/tapestry.request.WebRequestServicerPipeline.html On 8/18/05, cracru <[EMAIL PROTECTED]> wrote: > It seems that cleanupAfterRequest() is no longer being called during > service() processing. I grep'd 4.0 b4 source and there seems to be no > references to the method. > > In T4, what is the preferred method for releasing resources at the end > of a request? > > Thanks, C. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]