> You could just have:
>
>     s->query_string = r->args;
>     /*
>      * The 2.2 servlet spec errata says the uri from
>      * HttpServletRequest.getRequestURI() should remain encoded.
>      * [http://java.sun.com/products/servlet/errata_042700.html]
>      */
>     s->req_uri      = ap_encode_uri(r->pool, r->uri);


Sounds like a reasonable solution.

Costin

Reply via email to