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());