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