mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-08-06 17:43:31 +00:00
Initially PathPatternRequestMatcher was designed to match relative to the servlet path. However, this was changed to be relative to the context path. This commit updates the documentation and removes references to the servlet path other than in the context of setting a basePath to remove boilerplate. Issue gh-16430