Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA, EE-3.3.0.GA_P02
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: Push Library
-
Labels:None
-
Environment:supported browsers
Description
When using ICEfaces the browser ID is sent to the bridge in a cookie. The browser ID value will not make into the local storage when setup this way. As a result the ice.push.browser parameter is always empty, for any ICEpush request.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Affects Version/s | 4.0 [ 10971 ] |
Affects Version/s | 3.3 [ 10374 ] |
Fix Version/s | 4.0 [ 10971 ] | |
Fix Version/s | 3.3 [ 10374 ] |
Description | When using ICEfaces the browser ID is sent to the bridge in a cookie. The browser ID value make not make into the local storage when setup this way. As a result the ice.push.browser parameter is always empty, for any ICEpush request. | When using ICEfaces the browser ID is sent to the bridge in a cookie. The browser ID value will not make into the local storage when setup this way. As a result the ice.push.browser parameter is always empty, for any ICEpush request. |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39964 | Tue Feb 11 11:57:34 MST 2014 | mircea.toma | |
Files Changed | ||||
![]() |
Fix Version/s | EE-3.3.0.GA_P02 [ 11370 ] | |
Fix Version/s | 3.3 [ 10374 ] |
Affects Version/s | EE-3.3.0.GA_P02 [ 11370 ] | |
Affects Version/s | 3.3 [ 10374 ] |
Link | This issue blocks ICE-9806 [ ICE-9806 ] |
Fix Version/s | 4.0 [ 11383 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Make sure the browser ID is sent to the bridge (through the response message) whenever the push request is missing the ice.push.browser parameter value. The check now disregards the presence of ice.sendConfiguration parameter since the browser ID needs to be setup before any extra ICEpush configuration will be sent to the bridge. Previously the, when using local storage in the bridge, the bridge would end up using an empty string as a browser ID.
Also, modified bridge to read in (to local storage) the browser ID from the cookie to avoid generating extra IDs and skip an extra browser ID configuration response.