|
I get a 405 error. "The method POST is not
supported by this URL"
Jonathan
----- Original Message -----
Sent: Wednesday, February 28, 2001 10:22
AM
Subject: RE: Form based authentication
problem
Post
works for me in my test code – what error do you get?
--peter
-----Original
Message----- From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jonathan James Sent: Tuesday, February 27, 2001 9:50
AM To:
Orion-Interest Subject: Form
based authentication problem
I'm trying to get
the Java Petstore 1.1.1 (the new one) working with Orion. I've read some
previous posts and the docs and everything is working except that on my
login.jsp I have to use <form action="j_security_check" method=GET>
instead of <form action="j_security_check" method=POST> as it is
supposed to be. This ends up putting the password in the URL. Why doesn't POST
work with with j_security_check?
Thanks
Jonathan
|