When I access the protected URL, instead of getting "401 Auth Required", I get "400 The request sent by the client was syntactically incorrect" instead.
No error messages are logged anywhere.
<url-pattern>/*.do</url-pattern>
Turned out the /*.do didn't match - changed it to *.do and the authentication popup now happens on all struts requests.
Regards, Graham --
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
