Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: 2.0.0
-
Component/s: Push Library
-
Labels:None
-
Environment:ICEpush
Description
When the Set-Cookie as added to the HTTP response the Cookie path should be set to "/".
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #20863 | Thu Mar 04 15:29:09 MST 2010 | jack.van.ooststroom | Fixed JIRA |
Files Changed | ||||
MODIFY
/scratchpads/snowplow/core/src/main/java/org/icepush/PushContext.java
|
Jack Van Ooststroom
created issue -
Jack Van Ooststroom
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Jack Van Ooststroom [ jack.van.ooststroom ] |
Jack Van Ooststroom
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Jack Van Ooststroom
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 2.0.0 [ 10233 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The path for the ice.push.browser cookie is now set to '/', resulting into a Set-Cookie header something like:
Set-Cookie: PUSHID; Path=/
Marking this