users@jersey.java.net

Re: [Jersey] Trying to include a resource class from jsp

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Tue, 29 Dec 2009 10:44:03 +0100

On Dec 22, 2009, at 2:01 PM, Yoryos wrote:

> Oups! I was on a trip the previous week, and I can see now that the
> issue has been resolved! Thanks Paul! I'll try to test it. The
> least I can do as didn't have time to spend on the custom tag the
> previous week!
>

OK!


Previously i asked:

> I have a question. In your ExtendedServletContainer why do you do
> the following:
>
> String requestURI = request.getRequestURI();
> if (includeRequestURI.equalsIgnoreCase(requestURI)) {
> super.doFilter(request, response, chain);
> return;
> }
>
> Why is it necessary to compare the included request URI with the
> request URI?

?

Paul.