> From: wlievens [mailto:[EMAIL PROTECTED] > Subject: Re: No Authentication Dialog appears for Tomcat Manager > > Mark Riggins wrote: > > Instead of a basic-authentication dialog box, I get the > > following error message instead. > > HTTP Status 401 - > > I have the exact same problem. The only thing I changed in my > configuration was adding a user. I never get the dialog prompt.
As explained before in this thread, this is not a Tomcat problem. Displaying any form of dialog box is the responsibility of the client (usually a browser), not the server. The 401 response Tomcat is returning is exactly what it's supposed to do when an unauthenticated request for a protected resource arrives. Fix your client. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]