DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13946>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13946

reverse proxy errors when a document expires from the cache





------- Additional Comments From [EMAIL PROTECTED]  2003-07-09 18:03 -------
I'm currently looking into porting the old patch to the current code, verifying
the patch, and committing it to cvs. I am not convinced that this part of the
patch needs to be present since we aren't seeing "proxy:proxy:" which is what
this if statement would prevent...

@@ -2082,6 +2098,7 @@
             rewritelog(r, 2, "[per-dir %s] forcing proxy-throughput with %s",
                        perdir, r->filename);
         }
+        if (strncasecmp("proxy:",r->filename,6))
         r->filename = apr_pstrcat(r->pool, "proxy:", r->filename, NULL);
         return 1;
     }

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to