uri mapping problems

2002-10-18 Thread jean-frederic clere
Hi, I am fighting with the mapping of mod_jk2. (Apache-2.0). I have noted that things like [uri:/*_servlet_vehicle/*] is not working. Any hints? Cheers Jean-frederic -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: uri mapping problems

2002-10-18 Thread Mladen Turk
> -Original Message- > From: Mladen Turk > > If there are not such limitations then we'll need some sort of reverse > prefix mapping. > Or just put the pcre in the apr-util, and you'll be able to match the things limited only by your imagination :-) MT. -- To unsubscribe, e-mail:

RE: uri mapping problems

2002-10-17 Thread Mladen Turk
> -Original Message- > From: jean-frederic clere > > I am fighting with the mapping of mod_jk2. (Apache-2.0). > I have noted that things like [uri:/*_servlet_vehicle/*] is > not working. > Cannot work like that having starURIstar only URI/star cause we only have prefix match. I'm no