Browse Source

Merge pull request #23274 from akun2014

* pr/23274:
  Fix typo in UrlPathHelper

Closes gh-23274
pull/23837/head
Stephane Nicoll 7 years ago
parent
commit
5089824245
  1. 2
      spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java

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

@ -256,7 +256,7 @@ public class UrlPathHelper { @@ -256,7 +256,7 @@ public class UrlPathHelper {
* Match the given "mapping" to the start of the "requestUri" and if there
* is a match return the extra part. This method is needed because the
* context path and the servlet path returned by the HttpServletRequest are
* stripped of semicolon content unlike the requesUri.
* stripped of semicolon content unlike the requestUri.
*/
@Nullable
private String getRemainingPath(String requestUri, String mapping, boolean ignoreCase) {

Loading…
Cancel
Save