Instead of implementing a HttpServletRequestFilter that is not managed by tapestry, you could contribute a org.apache.tapestry5.services.RequestFilter instead.
In your AppModule add the following public void contributeRequestHandler(OrderedConfiguration<RequestFilter> configuration) { configuration.addInstance(MyRequestFilter.class); } Here's some further reading: http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/services/RequestFilter.html http://tapestry.apache.org/5.3/apidocs/src-html/org/apache/tapestry5/internal/services/StaticFilesFilter.html http://tapestry.apache.org/request-processing.html -- View this message in context: http://tapestry.1045711.n5.nabble.com/Getting-Session-State-Object-from-another-servlet-alongside-Tapestry-tp5696382p5696736.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org