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
This differs from RFC, https://tools.ietf.org/html/rfc6265#section-5.1.4, and practically, it breaks some applications (e.g., if cookie is set in /app/login, path is set to /app/login, not to /app, and rest of application does not receive it.)
Using (puri:uri-path (puri:merge-uris "." uri)) would help my use case, but I am not sure that this is in general exactly the same.
I can pull the one-line patch with this if wanted (docs and test cases as well?)
The text was updated successfully, but these errors were encountered:
In
get-cookies
in cookies.lisp, the:path
for cookie is set toThis differs from RFC, https://tools.ietf.org/html/rfc6265#section-5.1.4, and practically, it breaks some applications (e.g., if cookie is set in
/app/login
, path is set to/app/login
, not to/app
, and rest of application does not receive it.)Using
(puri:uri-path (puri:merge-uris "." uri))
would help my use case, but I am not sure that this is in general exactly the same.I can pull the one-line patch with this if wanted (docs and test cases as well?)
The text was updated successfully, but these errors were encountered: