Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-Alpha3
-
Component/s: Integrations
-
Labels:None
-
Environment:n/a
Description
The JSP region tag is relying on being able to push to a pushId directly if the user does not specify a group. This capability has been removed, and so now, a group has to be relied on instead, and PushContext.addGroupMember() always has to be called.
Issue Links
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #20886 | Tue Mar 09 11:53:22 MST 2010 | philip.breau | |
Files Changed | ||||
MODIFY
/scratchpads/snowplow/integration/jsp/core/src/main/java/org/icepush/jsp/tags/BaseTag.java
|
Philip Breau
created issue -
Philip Breau
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Philip Breau
made changes -
Jack Van Ooststroom
made changes -
Philip Breau
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Philip Breau
made changes -
Assignee | Philip Breau [ philip.breau ] |
Philip Breau
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Fix Version/s | 1.0-Alpha3 [ 10224 ] | |
Resolution | Fixed [ 1 ] |
Philip Breau
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
fixed rev 20886, call PushContext.addGroupMember() with the pushId as the group name, if the user does not specify the group.