Revision: 505
          http://svn.sourceforge.net/stripes/?rev=505&view=rev
Author:   bengunter
Date:     2007-03-30 10:41:22 -0700 (Fri, 30 Mar 2007)

Log Message:
-----------
Merged from trunk: synchronize on FlashScope.class instead of
StripesConstants.REQ_ATTR_FLASH_SCOPE_LOCATION

Modified Paths:
--------------
    
branches/1.4.x/stripes/src/net/sourceforge/stripes/controller/FlashScope.java

Modified: 
branches/1.4.x/stripes/src/net/sourceforge/stripes/controller/FlashScope.java
===================================================================
--- 
branches/1.4.x/stripes/src/net/sourceforge/stripes/controller/FlashScope.java   
    2007-03-30 17:39:57 UTC (rev 504)
+++ 
branches/1.4.x/stripes/src/net/sourceforge/stripes/controller/FlashScope.java   
    2007-03-30 17:41:22 UTC (rev 505)
@@ -347,7 +347,7 @@
                 scopes = getContainer(session);
 
                 if (scopes == null && create) {
-                    synchronized 
(StripesConstants.REQ_ATTR_FLASH_SCOPE_LOCATION) {
+                    synchronized (FlashScope.class) {
                         // after obtaining a lock, try looking it up again
                         scopes = getContainer(session);
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to