Steven Velez wrote:
> 
> well, I was using Apache 1.3.19 for NT when I found the problem I
> believe
> and now I'm using 1.3.20.  If it works without the patch, that's fine.

It does it for me. If someone else complains I will commit the patch anyway.

> I
> just couldn't get it to work for me and figured that the community would
> like the change.  No biggie.
> 
> ----------------------------
>   .-.    | Steven Velez
>   oo|    | Software Engineer
>  /`'\    | alventive
> (\_;/)   | 678-202-2226
> 
> -----Original Message-----
> From: jean-frederic clere [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 08, 2001 9:57 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Patch: Mod_jk remove query string as factor in
> MATCH_TYPE_EXACT
> 
> Steven Velez wrote:
> >
> > Hrmm, I 'm not sure the test you ran covered the case I found. In my
> > case, I
> > have a map defined as such:
> >
> > JkMount /postlogin.jsp ACDS_ajp
> >
> > when I point my browser to:
> >
> > http://myserver/postlogin.jsp?foo=bar&baz=bunt
> >
> > then the mapping is not found.  I tried to correct that with the patch
> I
> > have submitted.
> 
> Which httpd server do you use?
> I have tried with:
> http://vtxclere:8880/examples/jsp/num/numguess.jsp?guess=2
> and
> JkMount  /examples/jsp/num/numguess.jsp examples
> It works OK:
> +++
> [Wed Aug 08 15:51:39 2001]  [jk_uri_worker_map.c (409)]: Into
> jk_uri_worker_map_t::map_uri_to_worker
> [Wed Aug 08 15:51:39 2001]  [jk_uri_worker_map.c (426)]: Attempting to
> map
> URI
> '/examples/jsp/num/numguess.jsp'
> [Wed Aug 08 15:51:39 2001]  [jk_uri_worker_map.c (440)]:
> jk_uri_worker_map_t::map_uri_to_worker, Found an exact match examples ->
> /examples/jsp/num/numguess.jsp[Wed Aug 08 15:51:39 2001]  [jk_worker.c
> (132)]:
> Into wc_get_worker_for_name examples
> [Wed Aug 08 15:51:39 2001]  [jk_worker.c (136)]: wc_get_worker_for_name,
> done
> found a worker
> +++
> 
> >
> > ----------------------------
> >   .-.    | Steven Velez
> >   oo|    | Software Engineer
> >  /`'\    | alventive
> > (\_;/)   | 678-202-2226
> >
> > -----Original Message-----
> > From: jean-frederic clere [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 08, 2001 4:17 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Patch: Mod_jk remove query string as factor in
> > MATCH_TYPE_EXACT
> >
> > Steven Velez wrote:
> > >
> > > ----------------------------
> > >   .-.    | Steven Velez
> > >   oo|    | Software Engineer
> > >  /`'\    | alventive
> > > (\_;/)   | 678-202-2226
> > >
> > >
> > >
> > >    querystring.patchName: querystring.patch
> > >                     Type: unspecified type
> (application/octet-stream)
> >
> > Hi,
> >
> > I am confused what do you want to correct? The traces I have done all
> is
> > ok:
> > +++
> > [Wed Aug 08 10:02:28 2001]  [jk_uri_worker_map.c (409)]: Into
> > jk_uri_worker_map_t::map_uri_to_worker
> > [Wed Aug 08 10:02:28 2001]  [jk_uri_worker_map.c (426)]: Attempting to
> > map
> > URI
> > '/examples/servlet/SessionExample'
> > [Wed Aug 08 10:02:28 2001]  [jk_uri_worker_map.c (440)]:
> > jk_uri_worker_map_t::map_uri_to_worker, Found an exact match examples
> ->
> > /examples/servlet/SessionExample
> > [Wed Aug 08 10:02:28 2001]  [jk_worker.c (132)]: Into
> > wc_get_worker_for_name
> > examples
> > [Wed Aug 08 10:02:28 2001]  [jk_worker.c (136)]:
> wc_get_worker_for_name,
> > done
> > found a worker
> > [Wed Aug 08 10:02:28 2001]  [jk_ajp_common.c (1275)]: Into
> > jk_worker_t::get_endpoint
> > +++
> > Could it be an httpd problem? (I have tried with Apache-1.3.20).
> >
> > Cheers
> >
> > Jean-frederic

Reply via email to