Mladen Turk wrote:
>> costin 2003/04/11 13:14:22
>>
>> Modified: jk/native2/server/apache2 mod_jk2.c
>> Log:
>> Patch from David Cassidy to fix the bug in VirtualHosts if
>> JkUriSet is used.
>>
>
> This patch doesn't work :(.
> It has some serious impacts like that Apache is reporting 500 if there
> is no TC running,
> and no mapping at all works, not even jkstatus.
I'll try to fix it - or revert the patch.
The mapping with Location works fine.
> I propose that we create two new beans: 'webapp' and 'host'.
> This would simplify internal processing and isolate uri mappings from
> host and context tables.
> Second I propose that instead parsing suffix matches, we use the general
> string matching
> that will allow general matches like '/*/a/bbb?b/*.jsp'.
Sounds good. Just give me few days to try to get a fix - so we can
release a milestone.
> The uriEnv bean will in that case have the pointer to valid webapp table
> entry.
> This will still allow to use the exiting config directives, since the
> host and context
> uri's will be transformed to coresponding ones.
Ok.
> This will also allow the jkstatus to be grouped by host/context/uri.
What's the use case ?
Costin
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|