Hi, I'm using RequestDispatcher to dynamically include content. When the target resource does not exist, a 404 error page returns from Tomcat. Acording to the API, the included servlet cannot change the response status code or set headers, and any attempt to make a change is ignored.
I did a hard work trying to find where in the source code and how Tomcat set such a status code to the response, but failed. Can any body tell me where I can find such source code, and give me some basic explanation on it. Thanks in advance -- Stephen Suen [EMAIL PROTECTED]