killbill-uncached

server: remove Shiro listener class The wiring is done via

8/19/2013 7:54:24 AM

Details

diff --git a/server/src/main/webapp/WEB-INF/web.xml b/server/src/main/webapp/WEB-INF/web.xml
index 8061627..482e6c1 100644
--- a/server/src/main/webapp/WEB-INF/web.xml
+++ b/server/src/main/webapp/WEB-INF/web.xml
@@ -20,10 +20,6 @@
         xmlns="http://java.sun.com/xml/ns/javaee"
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
         version="2.5">
-    <listener>
-        <!-- Initialize Shiro WebEnvironment and put it into the ServletContext -->
-        <listener-class>org.apache.shiro.web.env.EnvironmentLoaderListener</listener-class>
-    </listener>
     <filter>
         <!-- Filter all requests through Shiro -->
         <filter-name>ShiroFilter</filter-name>