DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 --- Comment #8 from Mark Thomas ma...@apache.org 2010-03-10 08:29:14 UTC --- See also https://issues.apache.org/bugzilla/show_bug.cgi?id=48379 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 --- Comment #4 from donn.ai...@gmail.com 2009-12-01 16:25:09 UTC --- Hello - Is there anything else I can do to ask people to look this over for possible inclusion? I think the last set of diffs implement the change as requested.

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 --- Comment #5 from Mark Thomas ma...@apache.org 2009-12-01 16:42:58 GMT --- The general approach is good. Some misc comments in no particular order: - Use 4 spaces rather than tabs - Remove the changes that just add/remove whitespace at

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 --- Comment #6 from donn.ai...@gmail.com 2009-12-01 18:37:27 UTC --- (In reply to comment #5) The general approach is good. Some misc comments in no particular order: - Use 4 spaces rather than tabs - Remove the changes that just

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2009-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 --- Comment #7 from donn.ai...@gmail.com 2009-12-01 18:38:32 UTC --- Created an attachment (id=24656) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24656) cleaned up diffs, documentation Thank you very much for the feedback. I

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2009-11-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 --- Comment #3 from donn.ai...@gmail.com 2009-11-24 17:18:34 UTC --- Created an attachment (id=24607) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24607) diffs using a context attribute to set the cookie domain Mark - I

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2009-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 --- Comment #1 from Mark Thomas ma...@apache.org 2009-11-21 16:53:30 GMT --- +1 to the idea but the implementation needs some tweaks. I'd suggest implementing this as a context attribute, in a similar manner to the httpOnly setting. It

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2009-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 --- Comment #2 from donn.ai...@gmail.com 2009-11-21 18:11:21 UTC --- Created an attachment (id=24581) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24581) diffs using an context-param instead of a system property Mark -- I