You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2010/03/10 17:03:24 UTC

svn commit: r921417 - /activemq/branches/activemq-5.3/activemq-web-console/src/main/webapp/WEB-INF/web.xml

Author: dejanb
Date: Wed Mar 10 16:03:24 2010
New Revision: 921417

URL: http://svn.apache.org/viewvc?rev=921417&view=rev
Log:
merge -c 921414 - https://issues.apache.org/activemq/browse/AMQ-2613 - spring filter mapping changes, breaks broker info on the / url

Modified:
    activemq/branches/activemq-5.3/activemq-web-console/src/main/webapp/WEB-INF/web.xml

Modified: activemq/branches/activemq-5.3/activemq-web-console/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-web-console/src/main/webapp/WEB-INF/web.xml?rev=921417&r1=921416&r2=921417&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-web-console/src/main/webapp/WEB-INF/web.xml (original)
+++ activemq/branches/activemq-5.3/activemq-web-console/src/main/webapp/WEB-INF/web.xml Wed Mar 10 16:03:24 2010
@@ -50,7 +50,7 @@
 
   <filter-mapping>
     <filter-name>spring</filter-name>
-    <url-pattern>*.jsp</url-pattern>
+    <url-pattern>/*</url-pattern>
   </filter-mapping>
 
   <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->