[Bug 60482] URL parameters parsed incorrectly using HTTP/2 connector

2016-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60482 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 60482] URL parameters parsed incorrectly using HTTP/2 connector

2016-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60482 --- Comment #2 from Mark Thomas --- Other than me not thinking straight, I don't see a reason for that decoding either. Query string decoding has to be deferred to parameter parsing so that encoding of reserved characters - such as '&' - is han

[Bug 60482] URL parameters parsed incorrectly using HTTP/2 connector

2016-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60482 --- Comment #1 from Remy Maucherat --- I don't really understand the reason of the URL decoding here: https://github.com/apache/tomcat/blob/trunk/java/org/apache/coyote/http2/Stream.java#L264 Most likely Parameters always has to do the decodi

[Bug 60482] URL parameters parsed incorrectly using HTTP/2 connector

2016-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60482 HyunWoo Jo changed: What|Removed |Added CC||show...@gmail.com OS|