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
Hello Greg, To prevent the code duplication use the same app in both sites, and use the shared="true" flag so the ServletContext is shared over all the instances of the apps. Sometimes the session gets invalidate when going from secure to non-secure. We found a workaround to that, but it's a

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