spring-framework/spring-webflux/src
Rossen Stoyanchev 66d73017d5 PathVariable consistently reflects value up to 1st ";"
Given "/{foo}" and "/a=42;c=b", previously that would be treated as a
sequence of matrix vars with an empty path variable. After the change
the path variable "foo" is "a=42".

This should be ok for backawards compatibility since it's unlikely for
anything to rely on an empty path variable.

Issue: SPR-11897
2018-07-18 22:14:02 -04:00
..
main Avoid null signals when resolving handler arguments 2018-07-18 14:41:43 +02:00
test PathVariable consistently reflects value up to 1st ";" 2018-07-18 22:14:02 -04:00