Re: Changing content of response on canceled basic authentication

2006-02-24 Thread Oliver Schoenwald
Hello David, this solved my problem! Now my site works as wanted. Thank you very very much, Oliver Schoenwald Germany David Delbecq schrieb: put your response.setHeader("WWW-Authenticate","Basic realm=\"MySystem\""); insode your error page instead of authentification servlet. (I guess sendEr

Re: Changing content of response on canceled basic authentication

2006-02-23 Thread David Delbecq
put your response.setHeader("WWW-Authenticate","Basic realm=\"MySystem\""); insode your error page instead of authentification servlet. (I guess sendError() clear all headers) Oliver Schoenwald a écrit : > Hello fellow tomcat users, > > I'm running Tomcat 5.5.4 with Apache 2.0.54 and mod_jk. >

Changing content of response on canceled basic authentication

2006-02-23 Thread Oliver Schoenwald
Hello fellow tomcat users, I'm running Tomcat 5.5.4 with Apache 2.0.54 and mod_jk. The system uses basic authentication to serve certain pages for authenticated users. One of my users said that if he enters my system and is being asked to authenticate via that popup-windows, he sometimes hits th