With "disable" I mean, that the Tomcat sends nothing. An empty response-body. No Content. Just the HTTP-headers. Is that possible?
Jens -----Urspr�ngliche Nachricht----- Von: QM [mailto:[EMAIL PROTECTED] Gesendet: Montag, 28. Juni 2004 14:06 An: Tomcat Users List Betreff: Re: Disable 401-Message in Tomcat 5.0.25 On Mon, Jun 28, 2004 at 02:03:42PM +0200, [EMAIL PROTECTED] wrote: : it is possible, to disable the message wich appears, if I set : response.setStatus(HttpServletResponse.SC_UNAUTHORIZED); in Tomcat 5.0.25 ?? [snip] Clarify "disable" -- do you want to use a custom error page? Check the spec for that, it involves a couple of elements in web.xml. If not, what else do you mean? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.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]
