[EMAIL PROTECTED] wrote:
URL: http://svn.apache.org/viewcvs?view=rev&rev=124901
Log:
Rewrite Cookies and other headers in mod_proxy_ajp as configured with
ProxyPassReverse and ProxyPassReverseCookiePath.
-apr_status_t ajp_parse_header(request_rec *r, ajp_msg_t *msg);
+apr_status_t ajp_parse_header(request_rec *r, proxy_server_conf *conf,
+ ajp_msg_t *msg);

Well, I was trying to remove all httpd dependencies from the AJP code so it can eventually be moved to apr-utils, and used by other projects. But you beat me and add even more httpd dependencies :).

Mladen.

Reply via email to