[PATCH] to jk_uri_worker_map.c (fix url matching for context matches)

2002-04-22 Thread Aravind Gottipati
Index: jk_uri_worker_map.c === RCS file: /home/cvspublic/jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c,v retrieving revision 1.13 diff -u -r1.13 jk_uri_worker_map.c --- jk_uri_worker_map.c 7 Dec 2001 00:57:16 -

patch to jk_uri_worker_map.c

2002-04-22 Thread Aravind Gottipati
Hi, I was looking at jk_uri_worker_map.c because my context url maps were not working like expected. I also saw a bunch of posts on the web about this problem. I looked at the source code and I am submitting a patch to this in a different mail. Basically, I am just extracting the sub st

patch to jk_uri_worker_map.c & ApacheConfig.java

2001-11-03 Thread Michael Jennings
: <[EMAIL PROTECTED]> > To: "Tomcat Developers List" <[EMAIL PROTECTED]> > Sent: Friday, November 02, 2001 12:08 PM > Subject: Re: patch to jk_uri_worker_map.c -> slightly more sophisticated > string matching > > > > Mike, > > > > Thanks for

Re: patch to jk_uri_worker_map.c -> slightly more sophisticated string matching

2001-11-02 Thread Michael Jennings
Hi Costin & Larry, I'll apply my change to jakarta-tomcat-connectors then send the diff as an attachment. -Mike - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Friday, November 02, 2001

Re: patch to jk_uri_worker_map.c -> slightly more sophisticatedstring matching

2001-11-02 Thread costinm
Mike, Thanks for the patch and your interest. One small problem: the development of jk moved to jakarta-tomcat-connectors. We should do only 'major' bug fixes in j-t/src/native. Of course, all rules have exceptions - but it is extremely painfull to merge and track 2 codebases. Costin On Fri,

RE: patch to jk_uri_worker_map.c -> slightly more sophisticated string matching

2001-11-02 Thread Larry Isaacs
[EMAIL PROTECTED]] > Sent: Friday, November 02, 2001 2:13 PM > To: Tomcat Developers List > Subject: patch to jk_uri_worker_map.c -> slightly more sophisticated > string matching > > > If anyone sees any glaring problems with the following modification to > mod_jk > ple

patch to jk_uri_worker_map.c -> slightly more sophisticated string matching

2001-11-02 Thread Michael Jennings
If anyone sees any glaring problems with the following modification to mod_jk please let me know. -Mike Jennings Index: jakarta-tomcat/src/native/jk/jk_uri_worker_map.c === RCS file: /home/cvspublic/jakarta-tomcat/src/native/jk/Atti