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.
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]
