Author: gertv
Date: Mon Dec 12 22:19:02 2011
New Revision: 1213468

URL: http://svn.apache.org/viewvc?rev=1213468&view=rev
Log:
SM-2137: Apply sitemesh filter to webconsole JSP files only
(Thanks to Raidwan and Hans for the patch!)

Modified:
    
servicemix/smx3/trunk/distributions/apache-servicemix-web/src/main/webapp/WEB-INF/web.xml

Modified: 
servicemix/smx3/trunk/distributions/apache-servicemix-web/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix-web/src/main/webapp/WEB-INF/web.xml?rev=1213468&r1=1213467&r2=1213468&view=diff
==============================================================================
--- 
servicemix/smx3/trunk/distributions/apache-servicemix-web/src/main/webapp/WEB-INF/web.xml
 (original)
+++ 
servicemix/smx3/trunk/distributions/apache-servicemix-web/src/main/webapp/WEB-INF/web.xml
 Mon Dec 12 22:19:02 2011
@@ -46,7 +46,7 @@
 
     <filter-mapping>
         <filter-name>sitemesh</filter-name>
-        <url-pattern>/*</url-pattern>
+        <url-pattern>*.jsp</url-pattern>
     </filter-mapping>
     
     <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
-->


Reply via email to