Fw: Your message concerning Re: non-secure and secure site

2001-03-07 Thread Greg Matthews
unsubscribing through the form on www.orionserver.com but it didn't work. - Original Message - From: "Stefan Nystrm" [EMAIL PROTECTED] To: "Greg Matthews" [EMAIL PROTECTED] Sent: Thursday, March 08, 2001 8:40 AM Subject: Re: Your message concerning Re: non-secure and s

Re: non-secure and secure site

2001-03-06 Thread Rafael Alvarez
, but it's a little tricky. Just store a reference to the session on the non-secure site in the ServletContext and retrieve it on the secure one. -- Best regards, Rafaelmailto:[EMAIL PROTECTED]

RE: non-secure and secure site

2001-03-06 Thread cybermaster
Greg, all can be in one app. You have to specify a security-constraint in web.xml, best specified as a sub-directory e.g. /secure/*, where you put your secure pages. --peter

Re: non-secure and secure site

2001-03-06 Thread Greg Matthews
ges in the "/secure/" directory, and when you try to open them it switches to https ? thanks, greg. - Original Message - From: cybermaster To: Orion-Interest Sent: Wednesday, March 07, 2001 1:14 AM Subject: RE: non-secure and secure site Greg, a

RE: non-secure and secure site

2001-03-06 Thread cybermaster
-Interest Subject: Re: non-secure and secure site looking at the online documentation, it seems (???) like this isn't really to do with SSL. i gave it a try anyway and got the windows dialog save or download appearing when i tried to open a jsp in the /secure/ directory. does this work? i.e. have

non-secure and secure site

2001-03-05 Thread Greg Matthews
dear all, what's the standard way to structure an app where some pages are non-secure and other are secure? i can set up a secure site, and redirect from the non-secure site to the secure site, and wondered what the best way is to transfer context to the secure site to continue processing