Thank you. > I'm also not sure I'd purposefully send a 500 status > code if I had the choice, but I guess that's up to you. The browser > typically gives back a pretty ugly page for such a return status, IMO.
Only IE does this. And only if "friendly" errors are enabled. I need 500 error because human is not the only client of web application and if you access remote server programmatically you need status code to be sure no error takes place. I believe it is correct to send "500" code for program errors in HTTP environment. Ilya. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org