Skip to content

Commit 5089824

Browse files
committed
Merge pull request #23274 from akun2014
* pr/23274: Fix typo in UrlPathHelper Closes gh-23274
2 parents 99758b5 + 81eb911 commit 5089824

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)