spring-framework/src
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
..
checkstyle Use Gradle test fixture support for spring-core 2020-01-02 16:01:34 +01:00
docs WARN against invalid patterns with PathPatternParser 2020-04-23 13:03:05 +02:00
eclipse Fix http URLs 2019-07-11 18:14:20 +02:00
idea Fix static imports handling in IntelliJ IDEA configuration 2019-09-05 14:35:54 +02:00
nohttp Polish contribution 2019-09-12 17:02:35 +02:00