I have a simple app (very similiar to the pet store) that uses form
based login. I can created an account and see it created in the
appropriate principals.xml file. The problem is every time I use my
form based login I get an error: 400 Bad request: HTTP method POST is
not supported by this URL. My form uses action="j_security_check"
method="post" just like its suppose to. Any one know why this fails.
Also, I plan on using EJBUserManager, but the docs for it stink. What
do I have to add to my orion-application.xml or other xml files to make
this thing work?
Thanks
M