https://issues.apache.org/bugzilla/show_bug.cgi?id=45529
--- Comment #12 from Bob Ionescu <[email protected]> 2008-12-30 16:40:39 PST --- Just one question beyond (may be better at d...@?): How should we handle a slash? Currently (AFAICR), the B flag escapes '/' into '%2f', too. That could be a "problem" in per-dir context, if the filepath is being changed by a backreference containing a slash, too. The escaping of the path itself wouldn't be a problem due to the internal redirect processing,* except the encoded slash and may be the space, which should be changed into %20 again, I think. Or should we consider the B flag to be unsupported, if s/o uses a backreference in the path and queryString simultaneously? (* in per-server context unescape map for the path) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
