https://issues.apache.org/bugzilla/show_bug.cgi?id=45434
--- Comment #2 from Noah Williamsson <[EMAIL PROTECTED]> 2008-07-18 07:13:33
PST ---
I believe the bug for "Demo 1" is somewhere around this block at line 2502 in
modules/proxy/proxy_util.c.
l2 = strlen(u);
if (l1 >= l2 && strncasecmp(u, url, l2) == 0) {
u = apr_pstrcat(r->pool, ent[i].fake, &url[l2], NULL);
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
"ppr: matched member (%s)", u);
return ap_construct_url(r->pool, u, r);
}
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]