Skip to content

Commit 81eb911

Browse files
桂坤snicoll
桂坤
authored andcommitted
Fix typo in UrlPathHelper
See gh-23274
1 parent 99758b5 commit 81eb911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public String getPathWithinApplication(HttpServletRequest request) {
256256
* Match the given "mapping" to the start of the "requestUri" and if there
257257
* is a match return the extra part. This method is needed because the
258258
* context path and the servlet path returned by the HttpServletRequest are
259-
* stripped of semicolon content unlike the requesUri.
259+
* stripped of semicolon content unlike the requestUri.
260260
*/
261261
@Nullable
262262
private String getRemainingPath(String requestUri, String mapping, boolean ignoreCase) {

0 commit comments

Comments
 (0)