spring-framework/spring-webmvc
Brian Clozel 7c9307e970 Fix HandlerMappingIntrospector uri matching
Prior to this commit, the `HandlerMappingIntrospector` would comparea
request with a cached request by using `String#matches` on their String
URI. This could lead to `PatternSyntaxException` exceptions at runtime
if the request URI contained pattern characters.

This commit fixes this typo to use `String#equals` instead.

Fixes gh-31937
2024-01-04 16:44:00 +01:00
..
src Fix HandlerMappingIntrospector uri matching 2024-01-04 16:44:00 +01:00
spring-webmvc.gradle Upgrade to Jetty 12 2023-09-04 14:03:29 +02:00