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

Re: In Orion, are tag handler instances reused or reinstantiated?

2001-03-01 Thread Jonathan James
Actually it's configurable. Just add "-Djsp.reuse.tags=[false|true]" to your command line when you launch the server. Jonathan - Original Message - From: "Randahl Fink Isaksen" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 2:47 AM Subject: RE: In

Re: Form based authentication problem

2001-02-28 Thread Jonathan James
, 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

Form based authentication problem

2001-02-27 Thread Jonathan James
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