https://issues.apache.org/bugzilla/show_bug.cgi?id=50504
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #4 from Mark Thomas <[email protected]> --- Request URI decoding has to bee connector wide since the URI has to be decoded before it is mapped. If you want per web application control of query string encoding, use a filter and call ServletRequest.setCharacterEncoding(). -- 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]
