https://bz.apache.org/bugzilla/show_bug.cgi?id=69753
--- Comment #1 from Jens Finkhaeuser <[email protected]> --- I've been digging around a little... The offending line is proxy_util.c 397. If a scope zone identifier can be parsed, it treats this as an error. The fix is going to be a little larger, as even if this were not treated as an error, the identifier would be discarded here - it'd need to be passed out, and *used* where necessary. FWIW, in the course of this, I found that apr-util's apr_uri_parse() and apr_uri_unparse() do not respect RFC6874's format for specifying zone identifiers in URIs. I'm not sure how relevant that is here, because mod_proxy mixes apr_uri_parse() with its own ap_proxy_canon_netloc() in ways I don't have time to follow up. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
