]> granicus.if.org Git - apache/commit
Well, here comes a major fix. I've splitted the patch into 3 parts
authorAndre Malo <nd@apache.org>
Mon, 24 Feb 2003 21:34:51 +0000 (21:34 +0000)
committerAndre Malo <nd@apache.org>
Mon, 24 Feb 2003 21:34:51 +0000 (21:34 +0000)
commit6708d8b9959b3e11fe93bfcae2d206f3aad54807
tree3a4496107117278702ae53396342dfd29721a97d
parent1cab9c3f4d55b2da3490107c16b7feed89df7a88
Well, here comes a major fix. I've splitted the patch into 3 parts
for better understanding, what I'm doing there. This is part one.

mod_rewrite appears to be very broken in several cases, especially on
non-unix systems. However, let's start with fixing the path handling, since
it's _the_ major PITA, e.g. on win32.

This part removes _unused_ code. The condition is never true, because
"A local rewrite in per-directory context" was caught much earlier.
I'd guess this piece of code was c&p accidentally...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98781 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_rewrite.c