https://bz.apache.org/bugzilla/show_bug.cgi?id=63437
--- Comment #11 from Eric Covener <[email protected]> --- (In reply to Eric Covener from comment #10) > (In reply to [email protected] from comment #9) > > Here is a reproducer to show the impact of the fix on a forward Proxy using > > ProxyRequests On > > (and using mod_rewrite) > > It seems like we could easily skip over strlen(r->parsed_uri.scheme) when > the scheme was present. Thoughts Joe/Ruediger? Not so easy (even adding the bytes for ://). For a normal request, by the time we are here r->uri is already just the path anyway. -- 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]
