Thank you for the feedback, although I am going to have to disagree on these points, or at least say that none of the points would affect what I am asking.
If I recall, both permitAll and...
Type: Posts; User: mattmwheeler@gmail.com; Keyword(s):
Thank you for the feedback, although I am going to have to disagree on these points, or at least say that none of the points would affect what I am asking.
If I recall, both permitAll and...
Thank you for the feedback, although I am going to have to disagree on these points, or at least say that none of the points would affect what I am asking.
If I recall, both permitAll and...
I would have expected the following to yield the same results:
<sec:http pattern="/whatever*/**">
</sec:http>
<sec:http use-expressions="true">
<sec:intercept-url pattern="/**"...
In the event that you are using: <mvc:annotation-driven validator="validator" /> and you want to set the useDefaultSuffixPattern property, since it is not exposed as an attribute, you may need to...