Alright. I found the problem. I was getting the above error becuase of FORM based
authentication in web.xml. I changed that to BASIC authentication and everything is
working fine now.
<login-config>
<auth-method>BASIC</auth-method>
<realm-name>Protected Realm</realm-name>
</login-config>
Cheers,
Sanjay
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977130#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...