PR#35999
A four-year-old buglet!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807015
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.3.3
+ *) Preserve Port information over internal redirects
+ PR 35999 [Jonas Ringh <jonas.ringh cixit.se>]
+
*) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE,
rather than BAD_GATEWAY or (especially) NOT_FOUND.
PR 46971 [evanc nortel.com]
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);