Author: furfari
Date: Tue Aug  5 13:51:51 2008
New Revision: 682942

URL: http://svn.apache.org/viewvc?rev=682942&view=rev
Log:
FELIX-642 Fixed bug due to the not synchronized method httpRequestReceived of  
MyCtrlPoint.java (basedriver importer)

Modified:
    
felix/trunk/upnp/basedriver/src/main/java/org/apache/felix/upnp/basedriver/importer/core/MyCtrlPoint.java

Modified: 
felix/trunk/upnp/basedriver/src/main/java/org/apache/felix/upnp/basedriver/importer/core/MyCtrlPoint.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/upnp/basedriver/src/main/java/org/apache/felix/upnp/basedriver/importer/core/MyCtrlPoint.java?rev=682942&r1=682941&r2=682942&view=diff
==============================================================================
--- 
felix/trunk/upnp/basedriver/src/main/java/org/apache/felix/upnp/basedriver/importer/core/MyCtrlPoint.java
 (original)
+++ 
felix/trunk/upnp/basedriver/src/main/java/org/apache/felix/upnp/basedriver/importer/core/MyCtrlPoint.java
 Tue Aug  5 13:51:51 2008
@@ -107,7 +107,7 @@
                this.notifierQueue = notifierQueue;
        }
 
-       public void httpRequestRecieved(HTTPRequest httpReq) {
+       synchronized public void httpRequestRecieved(HTTPRequest httpReq) {
         Activator.logger.DEBUG("[Importer] httpRequestRecieved event");
         Activator.logger.PACKET(httpReq.toString());
 


Reply via email to