Branch: refs/heads/main
Home:
https://github.com/resteasy/Resteasy
Commit: 2ab2750a037321dbd7eeadb4ec6879ec14e3c5dd
https://github.com/resteasy/Resteasy/commit/2ab2750a037321dbd7eeadb4ec687...
Author: Nicolas NESMON (NicoNes) <nicolas.nesmon(a)gmail.com>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/delegates/NewCookieHeaderDelegate.java
M resteasy-core/src/main/java/org/jboss/resteasy/util/ParameterParser.java
A
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/cookie/NewCookieHeaderDelegateTest.java
Log Message:
-----------
Fix NewCookie parsing
Signed-off-by: Nicolas NESMON (NicoNes) <nicolas.nesmon(a)gmail.com>
Commit: 50151cecde06419d44d4e702ea656345b4ed4104
https://github.com/resteasy/Resteasy/commit/50151cecde06419d44d4e702ea656...
Author: Nicolas NESMON (NicoNes) <nicolas.nesmon(a)gmail.com>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/delegates/NewCookieHeaderDelegate.java
M resteasy-core/src/main/java/org/jboss/resteasy/util/ParameterParser.java
Log Message:
-----------
Revert signatures change
Signed-off-by: Nicolas NESMON (NicoNes) <nicolas.nesmon(a)gmail.com>
Commit: 208fa2069c0964c0b9cb0db9520f4eace829faff
https://github.com/resteasy/Resteasy/commit/208fa2069c0964c0b9cb0db9520f4...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/delegates/NewCookieHeaderDelegate.java
M resteasy-core/src/main/java/org/jboss/resteasy/util/ParameterParser.java
A
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/cookie/NewCookieHeaderDelegateTest.java
Log Message:
-----------
Merge pull request #2821 from NicoNes/RESTEASY-2925
[RESTEASY-2925]: Inconsitent NewCookie parsing when unknown attributes is found
Compare:
https://github.com/resteasy/Resteasy/compare/4ffafdcbe5b7...208fa2069c09