Empty Cookies dont work in Orion 1.4.5

2001-03-15 Thread Jim Carroll
Cookies set as either empty or null as in the following: cookie1 = new Cookie("Name1",null); cookie2 = new Cookie("Name2",""); ... both fail in Orion 1.4.5. I'm not sure if this is fixed in 1.4.7 or not but it seemed serious enough to report on. Orion correctly SENDS the cookies to

Re: Empty Cookies dont work in Orion 1.4.5

2001-03-15 Thread Jim Carroll
Actually, they don't work in 1.4.7 either. This seems like a rather serious bug to me. - Original Message - From: [EMAIL PROTECTED] Date: Thursday, March 15, 2001 8:23 pm Subject: Empty Cookies dont work in Orion 1.4.5 Cookies set as either empty or null as in the following:

RE: Colombo Java mystery -- the case of the unrecognized Parser jar

2001-03-13 Thread Jim Carroll
As someone previously pointed out, the CLASSPATH environment variable is ignored when using the -jar option to start a java program. So that might be your problem id you are starting your server that way. Also, I know JRun (2.3.x) ignores the classpath env variable; you are required to set it

JSP Session setting

2001-03-06 Thread Jim Carroll
I'm not sure if this is the correct place to ask this question but is there a way to turn off the session tracking in the jsp compiling in orion? Currently, no matter how you set the session-tracking tag in the configuration, when jsps are compiled the following line are ALWAYS there:

RE: JSP Session setting

2001-03-06 Thread Jim Carroll
:20 PM To: Orion-Interest Subject: RE: JSP Session setting session-config tags in web.xml should do it... HTH JP -Original Message- From: Jim Carroll [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 12:44 PM To: Orion-Interest Subject: JSP Session setting I'm not sure