We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af18d71 + 5089824 commit 4a5063fCopy full SHA for 4a5063f
spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java
@@ -276,7 +276,7 @@ public String getPathWithinApplication(HttpServletRequest request) {
276
* Match the given "mapping" to the start of the "requestUri" and if there
277
* is a match return the extra part. This method is needed because the
278
* context path and the servlet path returned by the HttpServletRequest are
279
- * stripped of semicolon content unlike the requesUri.
+ * stripped of semicolon content unlike the requestUri.
280
*/
281
@Nullable
282
private String getRemainingPath(String requestUri, String mapping, boolean ignoreCase) {
0 commit comments