mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2613 - spring filter mapping changes, breaks broker info on the / url
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@921414 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8eb28d51aa
commit
fef398ac30
|
@ -50,7 +50,7 @@
|
|||
|
||||
<filter-mapping>
|
||||
<filter-name>spring</filter-name>
|
||||
<url-pattern>*.jsp</url-pattern>
|
||||
<url-pattern>/*</url-pattern>
|
||||
</filter-mapping>
|
||||
|
||||
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
||||
|
|
Loading…
Reference in New Issue