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.
1 parent 99758b5 commit 81eb911Copy full SHA for 81eb911
spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java
@@ -256,7 +256,7 @@ public String getPathWithinApplication(HttpServletRequest request) {
256
* Match the given "mapping" to the start of the "requestUri" and if there
257
* is a match return the extra part. This method is needed because the
258
* context path and the servlet path returned by the HttpServletRequest are
259
- * stripped of semicolon content unlike the requesUri.
+ * stripped of semicolon content unlike the requestUri.
260
*/
261
@Nullable
262
private String getRemainingPath(String requestUri, String mapping, boolean ignoreCase) {
0 commit comments