You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Cookie could be null if the Set-Cookie header is malformed or invalid.
We need to protect against those.
Then, we’re always using the strict decoder without honoring the config
property.
Modifications:
* protect against null cookies
* honor `useLaxCookieEncoder` config
Result:
No more NPE on invalid cookies
0 commit comments