Vincent Aumont wrote:
How do you manage the case when someone else deploy a web app that requires basic authentication using the browser? If Tomcat is used only by your app, then your solution seems correct.
An HTML browser will never require Basic Auth.
?? Why? I'm missing something here.....in web.xml, what do you do if I chose BASIC instead of FORM?
-- Jeanfrancois
The downside if this solution is that it ties me to Tomcat. I'm ready to pay that price. If we later need to switch to another container, I'll split the webapp in two.
-Vincent.
--------------------------------------------------------------------- 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]
