Generated by
JDiff

Class org.springframework.web.util.pattern.PathPatternParser

Removed Constructors
PathPatternParser(char) Create a path pattern parser that will use the supplied separator when parsing patterns.
 

Removed Methods
void setMatchOptionalTrailingSlash(boolean) Control behavior of the path patterns produced by this parser: if {@code true} then PathPatterns without a trailing slash will match paths with or without a trailing slash.
 

Added Methods
boolean isCaseSensitive() Whether case-sensitive pattern matching is enabled.
boolean isMatchOptionalTrailingSeparator() Whether optional trailing slashing match is enabled.
void setMatchOptionalTrailingSeparator(boolean) Whether a PathPattern produced by this parser should should automatically match request paths with a trailing slash.
 

Removed Fields
char DEFAULT_SEPARATOR