RE: cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_global.h

2001-10-01 Thread GOMEZ Henri
>Hi, > >If I'm not mistaken, the default for 3.3 should be JK_OPT_FWDURICOMPAT >with re-escaping the URI for getRequestURI() being done in the facade. >Consistent with >this, I updated jk_isapi_plugin.c to un-escape the URI. > >Is this still the plan? yes, I was wrong, but I'll keep the JkOptions

RE: cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_global.h

2001-10-01 Thread Larry Isaacs
EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 10/1/01 5:27 PM Subject: cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_global.h hgomez 01/10/01 14:27:29 Modified:src/native/mod_jk/apache1.3 mod_jk.c src/native/mod_jk/common jk_global.h Log: Updated code to h

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_global.h

2001-10-01 Thread hgomez
hgomez 01/10/01 14:41:53 Modified:src/native/mod_jk/common jk_global.h Log: Correct the correction, as you can see :) We'll use by default uri but keep the others since we may need to tune the URI encoding later ?) Revision ChangesPath 1.8 +2 -2 jakarta-t

RE: cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_global.h

2001-10-01 Thread GOMEZ Henri
>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. Ok so there is just nothing to be done in mod_jk isn't it just revert to old code ? Argh, I didn't understand well wha

RE: cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_global.h

2001-10-01 Thread Keith Wannamaker
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_

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_global.h

2001-10-01 Thread hgomez
hgomez 01/10/01 14:27:29 Modified:src/native/mod_jk/apache1.3 mod_jk.c src/native/mod_jk/common jk_global.h Log: Updated code to handle getRequestURI() with compatibility mode for old TC and new schema (by default) for TC 3.3 Revision ChangesPath 1.20

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_global.h

2001-09-17 Thread keith
keith 01/09/17 16:43:59 Modified:src/native/mod_jk/apache1.3 mod_jk.c src/native/mod_jk/common jk_global.h Log: Enable mod_rewrite and maintain spec compliance by passing Apache's r->uri to Tomcat, but re-encoding it first. Revision ChangesPath 1.17

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_global.h jk_service.h

2001-09-14 Thread hgomez
hgomez 01/09/14 10:47:58 Modified:src/native/mod_jk/apache1.3 mod_jk.c src/native/mod_jk/common jk_global.h jk_service.h Log: Add JkOptions Directive. You could use now +ForwardUnparsedUri to send URI as unparsed to follow spec or -ForwardUnparsedUri to send URI

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_global.h jk_pool.h jk_worker_list.h

2001-03-12 Thread larryi
larryi 01/03/12 13:09:35 Modified:src/native/mod_jk/apache1.3 build-solaris.sh src/native/mod_jk/common jk_global.h jk_pool.h jk_worker_list.h Added: src/native/mod_jk/apache1.3 README.hpux README.solaris build-hpux