Revision: 1349
http://stripes.svn.sourceforge.net/stripes/?rev=1349&view=rev
Author: bengunter
Date: 2010-11-13 16:57:11 +0000 (Sat, 13 Nov 2010)
Log Message:
-----------
Applied patch related to 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:53:05 UTC (rev 1348)
+++ trunk/stripes/src/net/sourceforge/stripes/controller/StripesFilter.java
2010-11-13 16:57:11 UTC (rev 1349)
@@ -252,11 +252,11 @@
finally {
// reset the flag that indicates if this is the initial invocation
if (initial) {
- flashOutbound(httpRequest);
-
// Once the request is processed, clean up thread locals
+ StripesFilter.initialInvocation.remove();
StripesFilter.configurationStash.remove();
- StripesFilter.initialInvocation.remove();
+
+ flashOutbound(httpRequest);
}
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development