Revision: 504
http://svn.sourceforge.net/stripes/?rev=504&view=rev
Author: bengunter
Date: 2007-03-30 10:39:57 -0700 (Fri, 30 Mar 2007)
Log Message:
-----------
synchronize on FlashScope.class instead of
StripesConstants.REQ_ATTR_FLASH_SCOPE_LOCATION
Modified Paths:
--------------
trunk/stripes/src/net/sourceforge/stripes/controller/FlashScope.java
Modified: trunk/stripes/src/net/sourceforge/stripes/controller/FlashScope.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/controller/FlashScope.java
2007-03-30 17:35:22 UTC (rev 503)
+++ trunk/stripes/src/net/sourceforge/stripes/controller/FlashScope.java
2007-03-30 17:39:57 UTC (rev 504)
@@ -325,7 +325,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