Commit 0e88e1b8 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #2203 from pauldub/master

* pull2203:
  Fix typo in howto.adoc
parents ed0038f3 b865539a
...@@ -2246,7 +2246,7 @@ but the rest of it is normal for a Spring application in Servlet 2.5. Example: ...@@ -2246,7 +2246,7 @@ but the rest of it is normal for a Spring application in Servlet 2.5. Example:
<filter> <filter>
<filter-name>metricFilter</filter-name> <filter-name>metricFilter</filter-name>
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class> <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
</filte>r </filter>
<filter-mapping> <filter-mapping>
<filter-name>metricFilter</filter-name> <filter-name>metricFilter</filter-name>
......
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