spring-framework/spring-webmvc
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
..
src PathVariable consistently reflects value up to 1st ";" 2018-07-18 22:14:02 -04:00
spring-webmvc.gradle Leverage Jetty BOM 2018-07-18 14:49:49 +02:00