Merge branch '5.1.x'

This commit is contained in:
Rossen Stoyanchev
2019-04-05 21:53:55 -04:00
11 changed files with 254 additions and 46 deletions

View File

@@ -36,7 +36,7 @@ import org.springframework.util.MultiValueMap;
public interface PathContainer {
/**
* The original path that was parsed.
* The original (raw, encoded) path that this instance was parsed from.
*/
String value();
@@ -83,7 +83,7 @@ public interface PathContainer {
interface Element {
/**
* Return the original, raw (encoded) value for the path component.
* Return the original (raw, encoded) value of this path element.
*/
String value();
}