Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-19 Thread Henri Gomez
> Well, right now it's a matter of have the 2 dlls inthe same dir wher > it's i_r2.dll, not a very cumbersome nor very strange for a Win32 user,i > dont see a problem at all, and for the Win32 purist sake, we are Apache > so i dont see anything very bad and/or eat our own dogfood .. Since nacho

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Ian Darwin
> > The reason for using pcre was simple (?). It is well tested library, and > > our uri mapping code is basically tries to be something like that on the > > lower scale, not to mention the increased power. It's too bad there's not a C mapping into jakarta-oro, so we could "use our own" instead

RE: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Mladen Turk
> -Original Message- > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > > > > [uri:/examples/(?!\w*\.(gif|jpg)$)] > > info=Map the whole webapp except *.gif and *.jpg files > > > > [uri:/\w+\.jsp$] > > info=Map the extension > > Yipeee! :) Really nice, i suppouse that every p

RE: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Ignacio J. Ortega
> De: Henri Gomez [mailto:[EMAIL PROTECTED]] > Enviado el: 18 de septiembre de 2002 14:41 > >> > >> Do you means that APR/APR-UTIL is a pre-requisite for ALL servers > >> implementations ? > > > > > > Yes. It would be. > > That's partially bad, since we'll have with jk2 many questions about >

RE: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Ignacio J. Ortega
> De: Mladen Turk [mailto:[EMAIL PROTECTED]] > Enviado el: 17 de septiembre de 2002 19:20 > > [uri:/examples/(?!\w*\.(gif|jpg)$)] > info=Map the whole webapp except *.gif and *.jpg files > > [uri:/\w+\.jsp$] > info=Map the extension Yipeee! :) Really nice, i suppouse that every part of the

RE: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Mladen Turk
> From: jean-frederic clere > > Henri Gomez wrote: > >>> That's jk2 (including IIS/NES) and not just Apache 1.3/2.0 since > >>> these files are in common and used for example in isapi > >>> implementation. > >>> > >>> Do you means that APR/APR-UTIL is a pre-requisite for ALL servers > >>> im

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread jean-frederic clere
Henri Gomez wrote: >>> That's jk2 (including IIS/NES) and not just Apache 1.3/2.0 since these >>> files are in common and used for example in isapi implementation. >>> >>> Do you means that APR/APR-UTIL is a pre-requisite for ALL servers >>> implementations ? >> >> >> >> Yes. It would be. > > >

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Henri Gomez
>> That's jk2 (including IIS/NES) and not just Apache 1.3/2.0 since these >> files are in common and used for example in isapi implementation. >> >> Do you means that APR/APR-UTIL is a pre-requisite for ALL servers >> implementations ? > > > Yes. It would be. That's partially bad, since we'll h

RE: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Mladen Turk
> -Original Message- > From: Henri Gomez [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 18, 2002 1:15 PM > To: Tomcat Developers List > Subject: Re: [ADDON] Jk2 uriMap using pcre (someone willing to check) > > > That's jk2 (including IIS/NES

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread jean-frederic clere
Henri Gomez wrote: > jean-frederic clere wrote: > >> Henri Gomez wrote: >> All the pcre related code from httd's util.c IMO can be moved to the apr-util. >>> >>> >>> >>> >>> IIS/NES implemtation of jk will need pcre as shared libs / dll, >>> so we'll have to update m

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Henri Gomez
jean-frederic clere wrote: > Henri Gomez wrote: > >>> >>> >>> >>> All the pcre related code from httd's util.c IMO can be moved to the >>> apr-util. >> >> >> >> IIS/NES implemtation of jk will need pcre as shared libs / dll, >> so we'll have to update makefiles and documentations > > > Tha

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread jean-frederic clere
Henri Gomez wrote: >> >> >> >> All the pcre related code from httd's util.c IMO can be moved to the >> apr-util. > > > IIS/NES implemtation of jk will need pcre as shared libs / dll, > so we'll have to update makefiles and documentations That is mod_jk2... But you are right we only require

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Henri Gomez
> > > > All the pcre related code from httd's util.c IMO can be moved to the > apr-util. IIS/NES implemtation of jk will need pcre as shared libs / dll, so we'll have to update makefiles and documentations -- To unsubscribe, e-mail: For additional commands,

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread jean-frederic clere
Mladen Turk wrote: > >>-Original Message- >>From: jean-frederic clere >> >>Is it the same pcre than the one of httpd-2.0/srclib/pcre? >> > > > Yes, It's the same as on the cvs. > > >>If yes it would be nice to put it in apr-util and share it >>with httpd-2.0 ;-) >> > > > I've pos

RE: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Mladen Turk
> -Original Message- > From: jean-frederic clere > > Is it the same pcre than the one of httpd-2.0/srclib/pcre? > Yes, It's the same as on the cvs. > If yes it would be nice to put it in apr-util and share it > with httpd-2.0 ;-) > I've posted the following mail to the httpd gro

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread jean-frederic clere
Mladen Turk wrote: > Works too (tested on IIS...) It's allready driving ArcIMS. > > >>That's great but will works only when jk2 with Apache 2 ? >>What about IIS/iPlanet ? > > > Well, it has nothing to do with the underlaying server, it just replaces > our parsings of *.jsp and stuff like... >

RE: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Mladen Turk
Works too (tested on IIS...) It's allready driving ArcIMS. > > That's great but will works only when jk2 with Apache 2 ? > What about IIS/iPlanet ? Well, it has nothing to do with the underlaying server, it just replaces our parsings of *.jsp and stuff like... MT. -- To unsubscribe, e-mail:

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Henri Gomez
Mladen Turk wrote: > Hi, > > Some intro: > > Here is the result of the previous discussions regarding using regular > expressions for uri mappings. > I didn't change or enable the conditional build (need some ideas how or > why to do that), although this was the +1 case, so I didn't commit > not

[ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-17 Thread Mladen Turk
Hi, Some intro: Here is the result of the previous discussions regarding using regular expressions for uri mappings. I didn't change or enable the conditional build (need some ideas how or why to do that), although this was the +1 case, so I didn't commit nothing, and will be pleased if someone