Author: thorsten
Date: Mon Jun 30 06:08:32 2008
New Revision: 672756

URL: http://svn.apache.org/viewvc?rev=672756&view=rev
Log:
Fixing concurrency problems with the input module

Modified:
    
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java

Modified: 
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java?rev=672756&r1=672755&r2=672756&view=diff
==============================================================================
--- 
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java 
(original)
+++ 
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java 
Mon Jun 30 06:08:32 2008
@@ -184,7 +184,7 @@
      * Execute the current request against the locationmap returning the
      * resulting string.
      */
-    public Object getAttribute(
+    public synchronized Object getAttribute(
         final String name,
         final Configuration modeConf,
         final Map objectModel)