Re: [PATCH] proxy_util.c: ap_proxy_determine_connection connecting improper HTTPS backend

2014-01-24 Thread Hendrik Harms
Is it possible to merge this patch into httpd-2.4 / 2.5 ? This would solve problems if the backend is an IBMs Access Manager V6.0 or an other server not able to serve absoluteURIs Reqards, Hendrik 2013/12/16 Hendrik Harms hendrik.ha...@gmail.com If an (improper) backend server could only

[PATCH] proxy_util.c: ap_proxy_determine_connection connecting improper HTTPS backend

2013-12-16 Thread Hendrik Harms
If an (improper) backend server could only serve requests with abs_paths but not absoluteURIs (RFC 2616 5.1.2) we couldn't place this backend behind a forward proxy using https. https://issues.apache.org/bugzilla/show_bug.cgi?id=55892 This patch would solve this. I've added the