This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Description
Hello!
I'm using Websphere Application Server for deploying my Spray app. That app server seems to append some broken cookies after logging into Websphere Console, those cookies contain whitespaces.
The problem: if those broken cookies are present in requests to Spray app on that server, RequestContext.request.cookies method returns Nil and there is a warning about illegal headers.
Wouldn't it be better to ignore invalid cookies rather than discard all of them?