Hello,
For historic reasons, I do not use
RFC 6265 compliant cookies. To be more exact, my cookies contain whitespace character.
Assuming I can't change that, is there a configurable way to disable the cookie name\value validation, i.e. using Netty's ServerCookieEncoder.LAX instead of ServerCookieEncoder.STRICT ?
I couldn't find any reference to that in the documentation.
(Using Vert.X version 4.2.4)
Thanks