AntPathMatcher « Development « Spring Q&A





1. Spring 1.1 can't find AntPathMatcher    forum.springsource.org

Hi all, We are trying to integrate acegi into an existing app. Its spring 1.1 based with Hibernate 2.1.8, and we're not ready to upgrade. Trying to install into our app, ...

2. AntPathmatcher not so intuitive feature    forum.springsource.org

Don't know if this is a bug but it sure is a non intuitive feature... When using the AntPathmatcher in our enforcement filter, we had Code: *.html** = ROLE_SOMETHING This failed ...

3. may be Bug in AntPathMatcher    forum.springsource.org

now in PathBasedFilterInvocationDefinitionMap if convertUrlToLowercaseBeforeComparison is true the Url will be converted to the lower case but the ant path value will not be converted to lower case and this may ...

4. Bug in AntPathMatcher for Spring 2.5.x?    forum.springsource.org

Bug in AntPathMatcher for Spring 2.5.x? Maybe im missing something or the spec has changed for AntPathMatcher since Spring 2.0.x. I noticed the change when i upgraded to Spring 2.5.6. I ...

5. A bug in AntPathMatcher ??    forum.springsource.org

No it isn't a bug you are mapping it wrong... The requestmapping on the method level is a more precise version of the one at class level, so currently your method ...