> From: Thomas Hicks [mailto:hickst@(protected)]
> Subject: BASIC authentication in Tomcat 5.5.x vs. 5.0.x?
>
> The web.xml file for the web application contains the
> following security configuration portion, which enables
> password access in 5.0.x but doesn't work in 5.5.x:
The problem is very likely not in the web.xml security declarations,
since those haven't changed (they're under control of the servlet spec,
not Tomcat).
It's most likely in your <Realm> declaration for Tomcat 5.5; check it
closely against the 5.5 documentation.
- 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@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)