commit | 1d619a018766e061ed99848bd2d70fd9fa962c4a | [log] [tgz] |
---|---|---|
author | Francesco Furfari <furfari@apache.org> | Tue Aug 05 20:51:51 2008 +0000 |
committer | Francesco Furfari <furfari@apache.org> | Tue Aug 05 20:51:51 2008 +0000 |
tree | 4230f1d29331ab3e86595efa918263173399e2f0 | |
parent | 957d4571c698fde9a5fb9399aa3a4424e076a20e [diff] |
FELIX-642 Fixed bug due to the not synchronized method httpRequestReceived of MyCtrlPoint.java (basedriver importer) git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@682942 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/upnp/basedriver/src/main/java/org/apache/felix/upnp/basedriver/importer/core/MyCtrlPoint.java b/upnp/basedriver/src/main/java/org/apache/felix/upnp/basedriver/importer/core/MyCtrlPoint.java index aab6986..d8d08d0 100644 --- a/upnp/basedriver/src/main/java/org/apache/felix/upnp/basedriver/importer/core/MyCtrlPoint.java +++ b/upnp/basedriver/src/main/java/org/apache/felix/upnp/basedriver/importer/core/MyCtrlPoint.java
@@ -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());