[ http://mc4j.org/jira/browse/STS-370?page=all ]

Ben Gunter reopened STS-370:
----------------------------

             
Another cleanup task is to clear the Configuration object from the ThreadLocal. 
This also should only be done after the initial invocation completes. Depending 
on the StripesFilter configuration in web.xml, the filter might be called on 
forward, include or error. These "inner" calls should not clear the 
configuration object.

> StripesFilter cleans up too early on forwarded request
> ------------------------------------------------------
>
>                 Key: STS-370
>                 URL: http://mc4j.org/jira/browse/STS-370
>             Project: Stripes
>          Issue Type: Bug
>          Components: Context Management
>    Affects Versions: Release 1.4.3
>            Reporter: Ben Gunter
>         Assigned To: Ben Gunter
>             Fix For: Release 1.5
>
>
> After calling FilterChain.doFilter(...), StripesFilter does some cleanup. 
> Part of this is to replace the live request wrapped by StripesRequestWrapper 
> with a FlashRequest. If a request is intercepted more than once by 
> StripesFilter (e.g. on a forward) it will do this too early. Any filters that 
> were invoked with the StripesRequestWrapper before StripesFilter might have 
> trouble because of this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mc4j.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to