Hi,

inside the troublesome method, RequestGlobals.getHttpServletRequest() returns 
instance of

org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestWrapper

this one wraps

org.springframework.security.web.firewall.RequestWrapper

and this wraps

org.mortbay.jetty.Request

Cimlman

______________________________________________________________
> Od: Lance Java <lance.j...@googlemail.com>
> Komu: Tapestry users <users@tapestry.apache.org>
> Datum: 16.10.2013 16:03
> Předmět: Re: StreamResponse an EventLink
>
>Can you @Inject RequestGlobals and log
>RequestGlobals.getHttpServletRequest().getClass()?
>
>I'm thinking that one of the spring filters is wrapping the request in an
>faulty implementation. I'm starting to point the finger at
>RequestCacheAwareFilter.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to