SATOSA icon indicating copy to clipboard operation
SATOSA copied to clipboard

"Unknown Error" on weird cookie with space in value

Open prigaux opened this issue 8 months ago • 1 comments

Code Version

8.4.0

Expected Behavior

If the browser sends Cookie: foo: bar boo; SATOSA..., the cookie foo should be ignored.

Current Behavior

It fails with "Unknown error"

Possible Solution

Filter out those weird cookies on apache/nginx?

Steps to Reproduce

  1. create a cookie with a space in value. For example using JS: document.cookie = "foo=bar boo; path=/; domain=.univ.fr
  2. try to login

prigaux avatar Jun 24 '24 17:06 prigaux