FELIX-1962 Add ProxyListener to Bridge Sample

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1057111 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/samples/bridge/src/main/webapp/WEB-INF/web.xml b/http/samples/bridge/src/main/webapp/WEB-INF/web.xml
index 69f840c..ad0c845 100644
--- a/http/samples/bridge/src/main/webapp/WEB-INF/web.xml
+++ b/http/samples/bridge/src/main/webapp/WEB-INF/web.xml
@@ -7,6 +7,10 @@
         <listener-class>org.apache.felix.http.samples.bridge.StartupListener</listener-class>
     </listener>
 
+    <listener>
+        <listener-class>org.apache.felix.http.proxy.ProxyListener</listener-class>
+    </listener>
+
     <servlet>
         <servlet-name>proxy</servlet-name>
         <servlet-class>org.apache.felix.http.proxy.ProxyServlet</servlet-class>