Revision: 1345 http://stripes.svn.sourceforge.net/stripes/?rev=1345&view=rev Author: bengunter Date: 2010-11-13 16:17:40 +0000 (Sat, 13 Nov 2010)
Log Message: ----------- Applied fix for STS-782 from 1.5.x branch. Modified Paths: -------------- trunk/stripes/src/net/sourceforge/stripes/controller/StripesFilter.java Modified: trunk/stripes/src/net/sourceforge/stripes/controller/StripesFilter.java =================================================================== --- trunk/stripes/src/net/sourceforge/stripes/controller/StripesFilter.java 2010-11-13 16:15:05 UTC (rev 1344) +++ trunk/stripes/src/net/sourceforge/stripes/controller/StripesFilter.java 2010-11-13 16:17:40 UTC (rev 1345) @@ -252,11 +252,11 @@ finally { // reset the flag that indicates if this is the initial invocation if (initial) { - initialInvocation.set(true); flashOutbound(httpRequest); - // Once the request is processed, take the Configuration back out of thread local + // Once the request is processed, clean up thread locals StripesFilter.configurationStash.remove(); + StripesFilter.initialInvocation.remove(); } else { // restore URI parameters to their previous state This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ Stripes-development mailing list Stripes-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-development