Thanks. That seems like a better approach, rather than ignoring it, to
still process it but pass it onto the other servlet. I guess the trick
is making the request filter pass it into Vaadin, so I need to find out
how Vaadin needs it to work. I guess instantiate the Vaadin servlet and
just pass the request on?. I'm sure I'll figure it out :).
On 9/05/2012 4:13 PM, Lance Java [via Tapestry] wrote:
> 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
>
> ------------------------------------------------------------------------
> If you reply to this email, your message will be added to the
> discussion below:
> http://tapestry.1045711.n5.nabble.com/Getting-Session-State-Object-from-another-servlet-alongside-Tapestry-tp5696382p5696736.html
>
>
> To unsubscribe from Getting Session State Object from another servlet
> alongside Tapestry, click here
> <http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5696382&code=cmhvd0BleGVtYWlsLmNvbS5hdXw1Njk2MzgyfDE5MTMyMDEzNjQ=>.
> NAML
> <http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
>
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Getting-Session-State-Object-from-another-servlet-alongside-Tapestry-tp5696382p5702040.html
Sent from the Tapestry - User mailing list archive at Nabble.com.