You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/09/13 19:44:29 UTC

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

https://issues.apache.org/bugzilla/show_bug.cgi?id=44382





--- Comment #12 from Mark Thomas <ma...@apache.org>  2008-09-13 10:44:28 PST ---
I have applied a variation of your patches to trunk and will propose them for
6.0.x and 5.5.x shortly. The main differences are:

1. No change to the Servlet API classes. Whilst this is in the 3.0 draft, the
API isn't defined and whilst I am reasonably sure what it will look like I
don't want to risk API breakage when the 3.0 API is published.

2. It is enabled by default in trunk and will be enabled by default in Tomcat
7.x. I will propose the same default for 6.0.x and 5.5.x but we'll need to see
which way the votes go.

3. It is configured via the Manager. Where there is an option to use the
standard Tomcat configuration mechanism I prefer to use it. System properties
should be reserved for configuration that doesn't fit with a standard component
or would require some ugly hacks to do so. This was a nice, simple fit with the
Manager.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org