Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h

2005-06-24 Thread Derrick Koes
To: Tomcat Developers List tomcat-dev@jakarta.apache.org Subject: Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h Date: Thu, 23 Jun 2005 09:43:37 +0200 Derrick Koes wrote: I tested yesterday's CVS head for compliance with session ID URL rewriting

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h

2005-06-23 Thread Mladen Turk
Derrick Koes wrote: I tested yesterday's CVS head for compliance with session ID URL rewriting. This fails. The jsessionid is lost from the URL. Well, I tested that with the /servlets-examples/servlet/SessionExample and the jsessionid's *are* preserved. Can you post the 'JkLogLevel debug'

RE: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h

2005-06-22 Thread Derrick Koes
I tested yesterday's CVS head for compliance with session ID URL rewriting. This fails. The jsessionid is lost from the URL. Derrick From: [EMAIL PROTECTED] Reply-To: Tomcat Developers List tomcat-dev@jakarta.apache.org To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-connectors

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h

2005-02-21 Thread mturk
mturk 2005/02/21 00:27:13 Modified:jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h Log: Add functions for dynamic loading of uriworkermap files. Default interval is 60 s. If file is modified then reload its content and update uri mappings. Revision Changes

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h

2005-01-12 Thread mturk
mturk 2005/01/12 23:20:56 Modified:jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h Log: Remove forward declarations for static functions. Revision ChangesPath 1.41 +17 -17 jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c Index:

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h

2003-06-30 Thread billbarker
billbarker2003/06/30 22:16:47 Modified:jk/native/apache-1.3 Tag: coyote_10 mod_jk.c jk/native/apache-2.0 Tag: coyote_10 mod_jk.c jk/native/common Tag: coyote_10 jk_uri_worker_map.c jk_uri_worker_map.h Log: Port patch for // from

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h

2003-06-26 Thread billbarker
billbarker2003/06/26 19:54:18 Modified:jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h Log: Fix problem with URLs that contain //. This is essentially what Apache/httpd does in location_walk. Reported by: Palle Girgensohn [EMAIL PROTECTED] Revision Changes

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h

2001-11-16 Thread costin
costin 01/11/16 14:37:13 Modified:jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h Log: Get the number of mappings in uri_worker_map, quick exit if none. ( it is possible to configure mod_jk using setHandler, we don't want extra overhead ) Revision Changes

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h

2001-07-02 Thread hgomez
hgomez 01/07/02 14:13:04 Modified:jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h Log: Little rework of uri mappings. Will allow dynamic add of URI/WORKERs Revision ChangesPath 1.4 +176 -133