https://bz.apache.org/bugzilla/show_bug.cgi?id=58988
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #11 from Mark Thomas <ma...@apache.org> --- Re-resolving this as FIXED since the original issue is fixed. %20 is a special case. The rules are based on decoded URIs. The problem is that space is a delimiter for the rules so while there are ways (via regular expressions) to use space in a pattern, there isn't a way to include a space in the substitution. One option would be to decode the rules but that would likely break existing rules. Using R is probably the best work-around if you need to include a space in the re-written URI. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org