hi guys
i was trying the Orion security Primer (site www.jollem.com) i'm quite sure
to have done all the "Setting up access
restrictions"correctly here is the principals.xml (included in the
addressbook.ear META-INF) , the
orion-application.xml file (included in the addressbook.ear META-INF) , the
application.xml (included in the
addressbook.ear META-INF), and the web.xml(included in the
addressbook-web.war WEB-INF) about "Applying
Basic Authentication" i added the lines :
<login-config>
<auth-method>BASIC</auth-method>
</login-config>
the web.xml file.
then i deployed the .ear file and it worked fine.
the problem is: when i try to access the bookstore application the web
container ask me for username and pwd (BASIC
auth), i give him the username/pwd set in the principals.xml and i got back
:Authorization failed.
am i missing some basic step?
thanks
bye
Paolo
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
application.xml
ejb-jar.xml
orion-application.xml
principals.xml
web.xml