spring-framework/spring-web
Sam Brannen 020f556841 Support custom attribute with a value in MockCookie.parse()
Prior to this commit, MockCookie.parse() failed with an
IllegalArgumentException when attempting to parse a custom attribute
with a value, such as "Version=1". This is a regression that was
inadvertently introduced in 7fc4937199
when adding support for the "Partitioned" attribute which does not
support a value.

This commit addresses this regression by parsing both the name and the
value from an optional, custom attribute.

See gh-31454
Closes gh-34575
2025-03-12 11:19:38 +01:00
..
src Support custom attribute with a value in MockCookie.parse() 2025-03-12 11:19:38 +01:00
spring-web.gradle Implement Eclipse Jetty core HTTP handler adapter 2024-07-08 18:36:46 +02:00