Re: behaviour of getRequestDispatcher for bogus URLs

2001-08-22 Thread Kevin HaleBoyes
What should the behaviour be if I call forward() on a RequestDispatcher that (I know) doesn't exist? (Ya, ya, I get the same behaviour as if I didn't know it doesn't exist :-) For example: getServletContext().

Re: behaviour of getRequestDispatcher for bogus URLs

2001-08-22 Thread Craig R. McClanahan
See embedded answers below. On Wed, 22 Aug 2001, Kevin HaleBoyes wrote: What should the behaviour be if I call forward() on a RequestDispatcher that (I know) doesn't exist? (Ya, ya, I get the same behaviour as if I didn't know it doesn't exist :-) For example:

behaviour of getRequestDispatcher for bogus URLs

2001-08-21 Thread Kevin HaleBoyes
What should the behaviour be if I call forward() on a RequestDispatcher that (I know) doesn't exist? (Ya, ya, I get the same behaviour as if I didn't know it doesn't exist :-) For example: getServletContext(). getRequestDispatcher(/I_know_this_page_doesnt_exist.html).

Re: behaviour of getRequestDispatcher for bogus URLs

2001-08-21 Thread Craig R. McClanahan
On Tue, 21 Aug 2001, Kevin HaleBoyes wrote: What should the behaviour be if I call forward() on a RequestDispatcher that (I know) doesn't exist? (Ya, ya, I get the same behaviour as if I didn't know it doesn't exist :-) For example: getServletContext().