Files
spring-framework/src/docs/asciidoc
Brian Clozel dc4cda1b13 WARN against invalid patterns with PathPatternParser
As of gh-24952, `PathPatternParser` will strictly reject patterns with
`"**"` in the middle of them. `"**"` is only allowed at the end of the
pattern for matching multiple path segments until the end of the path.

Currently, if `"**"` is used in the middle of a pattern it will be
considered as a single `"*"` instead. Rejecting such cases should
clarify the situation.

This commit prepares for that upcoming change and:

* logs a warning message if such a case is used by an application
* expands the MVC and WebFlux documentation about URI matching in
general

Closes gh-24958
2020-04-23 13:03:05 +02:00
..
2020-04-15 14:20:35 +01:00
2019-03-27 22:05:38 +01:00
2020-03-24 14:22:42 +01:00
2019-03-27 22:05:38 +01:00
2019-05-09 14:29:37 +02:00
2020-02-11 14:02:50 +00:00
2020-01-24 09:14:07 -06:00
2020-01-24 09:14:07 -06:00