@@ -289,7 +289,7 @@ else if (index1 == requestUri.length()) {
289
289
}
290
290
291
291
/**
292
- * Sanitize the given path with the following rules:
292
+ * Sanitize the given path. Uses the following rules:
293
293
* <ul>
294
294
* <li>replace all "//" by "/"</li>
295
295
* </ul>
@@ -496,7 +496,7 @@ protected String determineEncoding(HttpServletRequest request) {
496
496
/**
497
497
* Remove ";" (semicolon) content from the given request URI if the
498
498
* {@linkplain #setRemoveSemicolonContent removeSemicolonContent}
499
- * property is set to "true". Note that "jssessionid " is always removed.
499
+ * property is set to "true". Note that "jsessionid " is always removed.
500
500
* @param requestUri the request URI string to remove ";" content from
501
501
* @return the updated URI string
502
502
*/
@@ -532,7 +532,7 @@ private String removeJsessionid(String requestUri) {
532
532
* the URL path from which the variables were extracted is already decoded
533
533
* through a call to {@link #getLookupPathForRequest(HttpServletRequest)}.
534
534
* @param request current HTTP request
535
- * @param vars URI variables extracted from the URL path
535
+ * @param vars the URI variables extracted from the URL path
536
536
* @return the same Map or a new Map instance
537
537
*/
538
538
public Map <String , String > decodePathVariables (HttpServletRequest request , Map <String , String > vars ) {
@@ -554,7 +554,7 @@ public Map<String, String> decodePathVariables(HttpServletRequest request, Map<S
554
554
* the URL path from which the variables were extracted is already decoded
555
555
* through a call to {@link #getLookupPathForRequest(HttpServletRequest)}.
556
556
* @param request current HTTP request
557
- * @param vars URI variables extracted from the URL path
557
+ * @param vars the URI variables extracted from the URL path
558
558
* @return the same Map or a new Map instance
559
559
*/
560
560
public MultiValueMap <String , String > decodeMatrixVariables (
0 commit comments