I'm sorry I didn't pay attention. The error code Struts returns when action does not exist is not 404 (No Found) but it is 400 Bad Request. Now if I add appropriate error page for error code 400 everything works.


----- Original Message ----- From: "Peter Ondruska" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 06, 2003 12:09 PM Subject: error code 404


> On Struts 1.1 with Jetty 4.2.9 "*.do" is mapped to struts action servlet. > Everything works fine except if requesting unknown action e.g. > /thisActionDoesNotExistInStrutsConfig.do instead of web.xml defined > error-page with code 404 I get container supplied code 404 general error > page (as if no error page was defined in web.xml). Is this designed > functionality in Struts or is it container (Jetty) bug?

_________________________________________________________________
FREE online games with MSN Messenger 6.0 - FREE download http://messenger.msn.cz



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



Reply via email to