Skip to content

Commit 4a5063f

Browse files
committed
Merge branch '5.1.x'
2 parents af18d71 + 5089824 commit 4a5063f

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
@@ -276,7 +276,7 @@ public String getPathWithinApplication(HttpServletRequest request) {
276276
* Match the given "mapping" to the start of the "requestUri" and if there
277277
* is a match return the extra part. This method is needed because the
278278
* context path and the servlet path returned by the HttpServletRequest are
279-
* stripped of semicolon content unlike the requesUri.
279+
* stripped of semicolon content unlike the requestUri.
280280
*/
281281
@Nullable
282282
private String getRemainingPath(String requestUri, String mapping, boolean ignoreCase) {

0 commit comments

Comments
 (0)