Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 500: java.lang.IllegalArgumentException: Illegal cookie attribute with IBM JDK #172

Open
long800110 opened this issue Feb 13, 2020 · 1 comment

Comments

@long800110
Copy link

There is an Error 500: java.lang.IllegalArgumentException: Illegal cookie attribute issue thrown with WebSphere 7 (IBM JDK 6

SRVE0293E: [Servlet Error]-[testProxy]: java.lang.IllegalArgumentException: Illegal cookie attribute
at java.net.HttpCookie.assignAttribute(HttpCookie.java:1013)
at java.net.HttpCookie.parseInternal(HttpCookie.java:921)
at java.net.HttpCookie.parse(HttpCookie.java:182)
at org.mitre.dsmiley.httpproxy.ProxyServlet.copyProxyCookie(ProxyServlet.java:537)
at org.mitre.dsmiley.httpproxy.ProxyServlet.copyResponseHeader(ProxyServlet.java:515)
at org.mitre.dsmiley.httpproxy.ProxyServlet.copyResponseHeaders(ProxyServlet.java:500)
at org.mitre.dsmiley.httpproxy.ProxyServlet.service(ProxyServlet.java:341)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831))

@dsmiley
Copy link
Collaborator

dsmiley commented Mar 4, 2020

Sorry, I don't have time to debug this. I suspect there is some cookie being sent that is out-of-spec, and java.net.HttpCookie is being strict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants