https://issues.apache.org/bugzilla/show_bug.cgi?id=54822
Bug ID: 54822
Summary: URL with Query String can't work over SPDY
Product: Tomcat 8
Version: trunk
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Created attachment 30173
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30173&action=edit
Patch for SpdyProcessor
I setup SPDY over tomcat 8.
For normal URL such as https://localhost/test.jsp, it can work.
However if the URL contains Query String, such as
https://localhost/test.jsp?test=abc
A SC_NOT_FOUND (404) will be given by Mapper.
The root cause is SpdyProcessor missing the QueryString parsing.
Attached a patch for it.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]