Skip to content

Commit

Permalink
fix typo in spring-mvc.xml. #281
Browse files Browse the repository at this point in the history
  • Loading branch information
btideues committed Jan 24, 2017
1 parent c15fb7d commit 9bc3759
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
<bean
class="org.springframework.security.web.method.annotation.AuthenticationPrincipalArgumentResolver" />
</mvc:argument-resolvers>
<!-- workarround to CVE-2016-5007. -->
<!-- workaround to CVE-2016-5007. -->
<mvc:path-matching path-matcher="pathMatcher" />
</mvc:annotation-driven>

Expand Down

0 comments on commit 9bc3759

Please sign in to comment.