You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Steven Velez <sv...@alventive.com> on 2001/08/07 22:28:21 UTC

Patch: Mod_jk remove query string as factor in MATCH_TYPE_EXACT

----------------------------
  .-.    | Steven Velez
  oo|    | Software Engineer
 /`'\    | alventive
(\_;/)   | 678-202-2226


Re: Patch: Mod_jk remove query string as factor in MATCH_TYPE_EXACT

Posted by jean-frederic clere <jf...@fujitsu-siemens.com>.
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