Fix typo in UrlPathHelper

See gh-23274
This commit is contained in:
桂坤
2019-07-11 15:27:45 +08:00
committed by Stephane Nicoll
parent 99758b56d3
commit 81eb911c09

View File

@@ -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) {