Commit b0cbe1fd authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.5.x'

parents 01900c83 f254e122
...@@ -3203,12 +3203,12 @@ but the rest of it is normal for a Spring application in Servlet 2.5. Example: ...@@ -3203,12 +3203,12 @@ but the rest of it is normal for a Spring application in Servlet 2.5. Example:
</listener> </listener>
<filter> <filter>
<filter-name>metricFilter</filter-name> <filter-name>metricsFilter</filter-name>
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class> <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
</filter> </filter>
<filter-mapping> <filter-mapping>
<filter-name>metricFilter</filter-name> <filter-name>metricsFilter</filter-name>
<url-pattern>/*</url-pattern> <url-pattern>/*</url-pattern>
</filter-mapping> </filter-mapping>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment