Skip to content

Document Common Servlet -> Ant Mappings #13869

Open
@jzheaux

Description

@jzheaux

When using custom servlets, it's possible that an application may try and apply the servlet mapping to AntPathRequestMatcher, thinking that the two expression languages are identical. It could be helpful to document this caveat.

For example, consider a servlet mapped to /my-servlet/*. The correct Ant equivalent is AntPathRequestMatcher("/my-servlet/**").

Metadata

Metadata

Assignees

Labels

in: docsAn issue in Documentation or samplestype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions