Quoting Serge Huber <[EMAIL PROTECTED]>:
> Hi all,
>
> I am using a RequestDispatcher to do a cross context include to a JSP.
> The
> problem is there seems to be a problem in the JasperLoader
> implementation.
> Let me explain quickly the configuration :
>
> contextA :
> - does a
> getContext("/contextB").getRequestDispatcher("path/file.jsp").include(request,
>
> response) call
I just checked and cross-context includes and forwards have a problem.
You can use a redirect as a workaround with b6.
Remy