Author: solomax
Date: Fri Aug 31 02:28:42 2012
New Revision: 1379260

URL: http://svn.apache.org/viewvc?rev=1379260&view=rev
Log:
Servlet context mapping is corrected

Modified:
    incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml?rev=1379260&r1=1379259&r2=1379260&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml 
(original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/web.xml Fri 
Aug 31 02:28:42 2012
@@ -64,7 +64,7 @@
     
     <filter-mapping>
         <filter-name>ServletRequestExFilter</filter-name>
-        <url-pattern>*</url-pattern>
+        <url-pattern>/*</url-pattern>
     </filter-mapping>
 
        <filter>


Reply via email to