Quite right. In the original submitted patch there were several extra
bits which I intended to remove while updating the patch. I removed
one, but forgot the other. You are correct that this code is not part
of the fix. Thanks for the catch. It'll be gone in a sec...

André Malo wrote:
* [EMAIL PROTECTED] wrote:


 Index: mod_rewrite.c
 ===================================================================

...


 @@ -2816,6 +2832,13 @@
          }
          else if (!strncasecmp(uri, "ntp://", 6)) {  /* nntp://   */
              return 7;
 +        }
 +        break;
 +
 +    case 'p':
 +    case 'P':
 +        if (!strncasecmp(uri, "roxy:", 5)) {       /* proxy:   */
 +            return 6;
          }
          break;
      }


uhmm. Why that? I bet that breaks some things, since proxy: is not a real
scheme.

nd


-- Paul J. Reder ----------------------------------------------------------- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if every single citizen feels duty bound to do his share in this defense are the constitutional rights secure." -- Albert Einstein




Reply via email to