At 07:32 PM 11/9/2003 -0700, you wrote:
I hate bugzilla. No, this appears to be a new item. Unsurprising really,
considering that it only fails in a root context.

Then I assume you reported the bug? A link to the bug report would be helpful.


Jake

-----Original Message-----
From: Jacob Kjome [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 09, 2003 7:23 PM
To: Tomcat Users List
Subject: Re: RequestDispatcher.include() on 5.0.14



You should check bugzilla to see if there are already any reports like
this
for Tomcat-5.  If not, report it.  It might get lost if you just report
it
here.

http://issues.apache.org/bugzilla/


Jake


At 03:55 PM 11/9/2003 -0700, you wrote:
>I have a servlet that does a pretty simple include:
>
>RequestDispatcher
rd=req.getRequestDispatcher("OutputCurrentWeek.html");
>if (rd==null) {
>         WebApp.log("Error getting RequestDispatcher for Include in
>ViewCal!",new Exception());
>} else {
>         rd.include(req,res);
>}
>
>This works on 5.0.14 if the application is not running in a ROOT
>context. If the app is in a ROOT context, it doesn't work. No exception
>is logged, so a non-null RequestDispatcher is returned, it just doesn't
>seem to work. I just verified that the application works correctly on
>4.1.29 for both ROOT and non-ROOT contexts.
>
>Is this an area where the spec changed, or is 5.0.14 broken?
>
>
>George Sexton
>MH Software, Inc.
>Voice: 303 438 9585
>http://www.mhsoftware.com
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]


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


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


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



Reply via email to