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

Ben Gunter resolved STS-370.
----------------------------

    Fix Version/s: Release 1.5
       Resolution: Fixed

A ThreadLocal<Boolean> indicates if the current invocation of doFilter(...) is 
the initial invocation in the filter chain. Cleanup is only done after the 
initial invocation completes.

> 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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to