Skip to content

Commit

Permalink
Merge pull request #285 from terasolunaorg/issues/281_Typo_in_spring-…
Browse files Browse the repository at this point in the history
…mvc.xml_5.1.x

fix typo in spring-mvc.xml. #281
  • Loading branch information
yoshikawaa committed Jan 24, 2017
2 parents 5de9a43 + 79ee298 commit 32fcff0
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 32fcff0

Please sign in to comment.