James, This is the same behavior I saw before hacking mod_webapp. The module is not just terminating Apache's handling cycle prematurely by returning an OK from wam_match(), it's also copying off a un-modified version of the URI. (Apologies for accidentally splitting up this thread. My earlier message spells out how I think this is happening.)
Dan At 06:18 PM 3/15/02 +0000, you wrote: > > In httpd.conf, are you doing a redirect [R] or a passthrough [PT] ? > >I'm guess I'm using RewriteRule (I'll read the docs now), which tells me >this: > >192.168.0.101 - - [15/Mar/2002:18:06:36+0000] >[www.nameonthe.net/sid#80cd06c][rid#811d54c/initi >al] (2) init rewrite engine with requested uri / >192.168.0.101 - - [15/Mar/2002:18:06:36 +0000] >[www.nameonthe.net/sid#80cd06c][rid#811d54c/initi >al] (3) applying pattern '^/$' to uri '/' >192.168.0.101 - - [15/Mar/2002:18:06:36 +0000] >[www.nameonthe.net/sid#80cd06c][rid#811d54c/initi >al] (2) rewrite / -> /index.jsp > >Yet tomcat's logs show me this: > >2002-03-15 18:06:36 StandardContext[]: Mapping contextPath='' with >requestURI='/' and relativeURI= >'/' -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
