I have seen that error once.. When I had my form tag like:
<form action="some_action" method="post"> I had the error, I then
changed to:
<form method="post" action="some_action"> and for some reason my
troubels disappeared.
sven
Matt Bauer wrote:
> 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
>
>
>