DO NOT REPLY [Bug 44382] Need to add support for HTTPOnly session cookie parameter

2008-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 --- Comment #10 from Damien Bonvillain <[EMAIL PROTECTED]> 2008-07-25 00:27:00 PST --- > And it will indeed break very old/obscure browsers like IE 5.5 on Mac If only :-) But IE on Mac never reached 5.5, it stopped at 5.02. -- Conf

DO NOT REPLY [Bug 44382] Need to add support for HTTPOnly session cookie parameter

2008-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 --- Comment #11 from Jim Manico <[EMAIL PROTECTED]> 2008-07-25 00:30:08 PST --- Actually, the final mac IE version was 5.2.3, see http://en.wikipedia.org/wiki/Internet_Explorer_for_Mac but you got my point, I hope. HttpOnly in VERY rar

Re: [VOTE] bayeux inclusion

2008-07-25 Thread Peter Rossbach
+1 ... :-) Peter Am 22.07.2008 um 19:17 schrieb Filip Hanik - Dev Lists: As promised, here is the vote for inclusion of the bayeux toolkit https://issues.apache.org/bugzilla/show_bug.cgi?id=45413 I think this toolkit should [x ] +1 include it as an independent component, I'm interested [ ]

DO NOT REPLY [Bug 43578] Tomcat fails to start on linux if CATALINA_HOME contains a space

2008-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43578 --- Comment #6 from Peter Rossbach <[EMAIL PROTECTED]> 2008-07-25 03:27:21 PST --- Hi, I can't start tomcat with this patch at Mac OS X ( 10.4.11). catalina.out Exception in thread "main" java.lang.NoClassDefFoundError: #!/bin/bash

Possibly found a bug in Tomcat

2008-07-25 Thread Hendrik Helwich
Hello tomcat developers, i tried to integrate OpenSSO (https://opensso.dev.java.net/) with liferay (http://www.liferay.com), which is a web-application which is recommended to run in Tomcat 5.5. It does not work and i found out, that it is a cookie problem. In the request a cookie is send: [EMAIL

DO NOT REPLY [Bug 43578] Tomcat fails to start on linux if CATALINA_HOME contains a space

2008-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43578 --- Comment #7 from Markus Sch <[EMAIL PROTECTED]> 2008-07-25 05:12:23 PST --- (In reply to comment #6) > I can't start tomcat with this patch at Mac OS X ( 10.4.11). I've just tried this with Rémy's 6.0.18 buildon Ubuntu Hardy and it

DO NOT REPLY [Bug 43578] Tomcat fails to start on linux if CATALINA_HOME contains a space

2008-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43578 --- Comment #8 from Rainer Jung <[EMAIL PROTECTED]> 2008-07-25 05:58:43 PST --- Hi Peter, see http://marc.info/?l=tomcat-dev&m=121622230731754&w=2 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

DO NOT REPLY [Bug 45484] New: ServletContext.getContextPath returns "" for the root context

2008-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45484 Summary: ServletContext.getContextPath returns "" for the root context Product: Tomcat 6 Version: 6.0.16 Platform: PC OS/Version: Linux Status: NEW

DO NOT REPLY [Bug 45484] ServletContext.getContextPath returns "" for the root context

2008-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45484 --- Comment #1 from Eric Dalquist <[EMAIL PROTECTED]> 2008-07-25 10:03:58 PST --- The empty context path for the root context appears to be set in HostConfig:882 which reads: if (files[i].equals("ROOT")) contextPath = ""; I may t

DO NOT REPLY [Bug 45484] ServletContext.getContextPath returns "" for the root context

2008-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45484 Eric Dalquist <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTE

DO NOT REPLY [Bug 45484] ServletContext.getContextPath returns "" for the root context

2008-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45484 Eric Dalquist <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

Tomcat Server Header Change

2008-07-25 Thread Jim Manico
I would like to change Tomcat so that configuring the Connector to server="" will completely remove the Server header. This used to be the base before the header customization code was put in place. Does anyone have a strong objection, if not, I'll add a bug for it in bugzilla and provide a pat

Re: Possibly found a bug in Tomcat

2008-07-25 Thread Filip Hanik - Dev Lists
that looks like an invalid cookie to me, = is a delimiter, so a proper parser would end when it hits the 2nd = Filip Hendrik Helwich wrote: Hello tomcat developers, i tried to integrate OpenSSO (https://opensso.dev.java.net/) with liferay (http://www.liferay.com), which is a web-application w