PR 35999 - preserve port over internal redirection
Patch by Jonas Ringh
Reviewed niq, covener, sf
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@897568
13f79535-47bb-0310-9956-
ffa450edef68
access control is still vulnerable, unless using OpenSSL >= 0.9.8l.
[Joe Orton, Ruediger Pluem, Hartmut Keil <Hartmut.Keil adnovum.ch>]
+ *) Preserve Port information over internal redirects
+ PR 35999 [Jonas Ringh <jonas.ringh cixit.se>]
+
*) mod_filter: fix FilterProvider matching where "dispatch" string
doesn't exist.
PR 48054 [<tietw gmail.com>]
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * http_request: preserve port over internal redirect.
- PR 35999
- Patch: http://svn.apache.org/viewvc?view=revision&revision=807015
- +1: niq, covener, sf
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
new->method_number = r->method_number;
new->allowed_methods = ap_make_method_list(new->pool, 2);
ap_parse_uri(new, new_uri);
+ new->parsed_uri.port_str = r->parsed_uri.port_str;
+ new->parsed_uri.port = r->parsed_uri.port;
new->request_config = ap_create_request_config(r->pool);