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
The Cookie constructor only admits cookie names that are compliant with RFC 2109. The servlet name is used to rename the cookie in getCookieNamePrefix, but if the servlet name contains illegal characters (most likely a white space), then the constructor will throw an exception.
I suggest that illegal characters are replaced by some other character while renaming the cookie.
Thanks.
The text was updated successfully, but these errors were encountered:
The Cookie constructor only admits cookie names that are compliant with RFC 2109. The servlet name is used to rename the cookie in
getCookieNamePrefix
, but if the servlet name contains illegal characters (most likely a white space), then the constructor will throw an exception.I suggest that illegal characters are replaced by some other character while renaming the cookie.
Thanks.
The text was updated successfully, but these errors were encountered: