On Tue, Jan 22, 2002 at 02:00:08AM -0800, Bill Barker wrote:

I thought of something similar, but your solution is way more 
elegant. Thank you! 

> I'm not primarily a 4.x developer, but in theory the following should work:
> 
>   URL res = config.getResource(request.getPathInfo());
>   if(res != null) {
>     RequestDispatcher rd = config.getNamedDispatcher("default");
>     rd.forward(request,response);
>     return;
>   }

Peter

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to