On Thu, 16 Jan 2003, Mark McBride wrote:
> Date: Thu, 16 Jan 2003 16:38:18 -0800
> From: Mark McBride <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: Re: Struts Modules
>
> I tripped up on this also ... is there a reason why Pre-fix matching
> ("/do/*") does not work with the multiple application configuration?
>
Yes. The current design of modules uses prefix matching to choose the
module, so you've got a conflict if the servlet container is also using
the prefix to match the controller servlet.
> Are there plans on supporting pre-fix matching in the future?
>
As soon as some bright soul figures out how to implement something that
works, we'll probably put it in. I don't have a clue at the moment.
> Thanks in advance!
>
> -Mark
Craig
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>