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
@ -55,14 +55,12 @@ public final class PathPatternRequestMatcher implements RequestMatcher {
@@ -55,14 +55,12 @@ public final class PathPatternRequestMatcher implements RequestMatcher {
@ -102,9 +100,6 @@ public final class PathPatternRequestMatcher implements RequestMatcher {
@@ -102,9 +100,6 @@ public final class PathPatternRequestMatcher implements RequestMatcher {
@ -232,8 +227,9 @@ public final class PathPatternRequestMatcher implements RequestMatcher {
@@ -232,8 +227,9 @@ public final class PathPatternRequestMatcher implements RequestMatcher {
@ -266,8 +262,9 @@ public final class PathPatternRequestMatcher implements RequestMatcher {
@@ -266,8 +262,9 @@ public final class PathPatternRequestMatcher implements RequestMatcher {