DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41698>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41698 Summary: If Apache is used as the reverse proxy for the DAV- enabled server (for example, SVN or GIT repository), it will not rewrite the 'Destination' header using the information from the ProxyPass directives. This will break DAV COPY and MOVE requests (and probably some other ones). This is rather well-known problem: see http://silmor.de/49 and http://svn.haxx.se/users/archive-2005-03/1452.html. The Apache's HEAD can cure the problem by the rewriting via RequestHeader, but the cleaner way to go is to enable mod_proxy_http to handle the 'Destination' header. The patch provided by the URL does this. I've tested it with the HTTPS Apache reverse proxy and the DAV backend served by Apache's native DAV via HTTP. Product: Apache httpd-2 Version: 2.2.4 Platform: All URL: http://codelabs.ru/patches/apache/patch- mod_proxy_http.c-destination OS/Version: All Status: NEW Severity: normal Priority: P2 Component: mod_proxy AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
