Details
-
Type:
Improvement
-
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
Namespace the push group names managed by the PushGroupManager
Issue Links
- depends on
-
PUSH-57
JSP Region Tag relying on removed capability of pushing to pushId directly
-
- Closed
-
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #20875 | Mon Mar 08 08:40:05 MST 2010 | jack.van.ooststroom | Fixed JIRA |
| Files Changed | ||||
MODIFY
/scratchpads/snowplow/core/src/main/java/org/icepush/LocalPushGroupManager.java
MODIFY
/scratchpads/snowplow/core/src/main/java/org/icepush/PushGroupManager.java
MODIFY
/scratchpads/snowplow/core/src/main/java/org/icepush/PushContext.java
DEL
/scratchpads/snowplow/core/src/main/java/org/icepush/VetoedSet.java
|
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Jack Van Ooststroom [ jack.van.ooststroom ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 2.0.0 [ 10233 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

The Push groupNames are now being name-spaced when the RemotePushGroupManager is used by prefixing it with the applicationName followed by a slash, as long as the incoming Push groupName does not start with a slash to begin with. This avoids the cross-application push notification. Marking this one as FIXED.