|
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
0.11.0
|
|
Assignee:
|
Unassigned
|
|
Components:
|
UnifiedPush-server
|
|
Created:
|
20/Jun/14 8:06 AM
|
|
Labels:
|
MobilePush-1.0
|
|
Priority:
|
Major
|
|
Reporter:
|
Tadeas Kriz
|
|
Security Level:
|
Public (Everyone can see)
|
|
|
In the commit "..", there was [this new line]https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/jaxrs/src/main/java/org/jboss/aerogear/unifiedpush/rest/registry/applications/PushApplicationEndpoint.java#L98 introduced into the PushApplicationEndpoint, but it should be inside the condition (pushApp != null) because otherwise it fails with NullPointerException if the PushApplication ID does not exist.
|
|
|
|
|
|