Details
-
Type: Bug
-
Status: Closed
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: EE-4.0.0.GA
-
Fix Version/s: EE-4.0.0.GA
-
Component/s: JavaScript Client, Push Library
-
Labels:None
-
Environment:Tomcat, ICEfaces(-EE), Showcase
-
Assignee Priority:P1
Description
Using Showcase and a single browser window I see the Set-Cookie for ice.push.browser pass by more than 10 times. This causes a request to eventually have an ice.pushid with a mismatched ice.push.browser. This doesn't seem to harm normal Push, but it does seem to harm Cloud Push.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Removed code in ICEPushResourceHandler that sets ice.push.browser cookie since ICEpush relies only on parameters and XML responses for carrying the browser ID. This seems to be code that was overlooked after the refactoring done for
PUSH-317.