Re: Form based authentication problem

2001-03-01 Thread Jonathan James



I get a 405 error. "The method POST is not 
supported by this URL"

Jonathan

  - Original Message - 
  From: 
  cybermaster 
  To: Orion-Interest 
  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 JamesSent: Tuesday, February 27, 2001 9:50 
  AMTo: 
  Orion-InterestSubject: 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


Re: Form based authentication problem

2001-02-28 Thread Jonathan James



FYII came up with something that makes it 
work. I edited the MainServlet.java file and added a doPost method that just 
calls the doGet method already implemented.This makes perfect sense except 
that it worked as it was on the Sun Reference Implemetation, JBoss/Tomcat, 
Weblogic5.1, and Weblogic6.0.

Jonathan

  - Original Message - 
  From: 
  Jonathan James 
  To: Orion-Interest 
  Sent: Tuesday, February 27, 2001 10:49 
  AM
  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


RE: Form based authentication problem

2001-02-28 Thread cybermaster









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