Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-Alpha2
-
Component/s: None
-
Labels:None
-
Environment:all
Description
There are two extra newlines being appended to the end of the create-push-id ajax response. This is leading to an incorrect pushId being returned via the JS push API and the subsequent call to addGroupMembership is registering the wrong id to a group - thus no notifications are recieved.
Proposed solution:
1.) trim() the pushId before returning it to the user
2.) BrowserBoundServlet.java (line 28) . Delete this line.
Proposed solution:
1.) trim() the pushId before returning it to the user
2.) BrowserBoundServlet.java (line 28) . Delete this line.
Assigning to Mircea for analysis.