URI Mapping question

2003-07-07 Thread Atreya Basu
I've got a quick question; In the workers2.properties I am trying to map a URL. Does the mapping work like a regular expression? Can I have something like: [uri:www.myhost.com/*/hello/*] will the above work? _ Atreya Basu Developer, Greenfield Research

Re: URI Mapping question

2003-07-07 Thread Eric J. Pinnell
You could always try it and find out. I would guess that if it accepts wildcards at all that that would work. But I'd try it first. -e On Mon, 7 Jul 2003, Atreya Basu wrote: I've got a quick question; In the workers2.properties I am trying to map a URL. Does the mapping work like a

Re: URI Mapping question

2003-07-07 Thread John Turner
AFAIK only one wildcard is accepted. But, testing it shouldn't be too hard. John On Mon, 07 Jul 2003 13:58:21 -0300, Atreya Basu [EMAIL PROTECTED] wrote: I've got a quick question; In the workers2.properties I am trying to map a URL. Does the mapping work like a regular expression? Can I

uri mapping question

2002-11-22 Thread David Boyer
I'm using the isapi_redirector2.dll (v2.01) and I've got it working, with one exception: I want to map a uri such as [uri:/students/*/servlet/*] so that it includes all subfolders in the /students directory. Is this possible? I know I could create a separate mapping for each student, but we

Re: uri mapping question

2002-11-22 Thread Bill Barker
There is a plan to release a v2.0.2 sometime soon. This one *should* have support for using REs in the mappings, but I don't use IIS, and haven't tested the developement code. David Boyer [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm using the