https://bz.apache.org/bugzilla/show_bug.cgi?id=62150
Remy Maucherat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #6 from Remy Maucherat <[email protected]> --- Ok, so the option is to put a normalize step in Request.getRequestDispatcher if this is a relative path. The problem is it's a bit more annoying to do it earlier as it needs splitting the query string before putting it back. If you think it is compliant, let's do nothing. Or it could be something optional with a config setting (there's context.getDispatchersUseEncodedPaths too). I'll update the bug to be a possible enhancement. Overall, the spec provides requestURI, but it's mostly useless as you have to replicate the same complex processing on it that the container does to avoid security problems. -- 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]
