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 16:57:19 UTC

svn commit: r921414 - /activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/web.xml

Author: dejanb
Date: Wed Mar 10 15:57:19 2010
New Revision: 921414

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

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

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