I thought what we decided to do was use

s->uri = r->uri (a URI decoded already in Apache)

and in the facade, re-encode it.  So
JK_OPT_FWDURICOMPAT should be the default.


| -----Original Message-----
|   +     * We use JkOptions to determine which method to be used 
|   +     * 
|   +     * ap_escape_uri is the latest recommanded but require
|   +     *               some java decoding (in TC 3.3 rc2)
|   +     *
|   +     * unparsed_uri is used for strict compliance with spec and
|   +     *              old Tomcat (3.2.3 for example)
|   +     *
|   +     * uri is use for compatibilty with mod_rewrite with old Tomcats
|         */

Reply via email to