[
https://issues.apache.org/jira/browse/USERGRID-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14628425#comment-14628425
]
Brandon Shelley commented on USERGRID-858:
------------------------------------------
Yes
> Notifications POST throwing NPE
> -------------------------------
>
> Key: USERGRID-858
> URL: https://issues.apache.org/jira/browse/USERGRID-858
> Project: Usergrid
> Issue Type: Bug
> Components: Stack
> Affects Versions: 2.0.0, 1.0
> Reporter: Brandon Shelley
>
> {code}curl -X POST -d '{ "payloads": { "apple-dev": "Hello World!" } }'
> 'https://api.usergrid.com/brandon.apigee/baas-integration-tests/devices/*/notifications?client_id=redacted&client_secret=redacted'{code}
> throws:
> {code}{
> "error": "runtime",
> "timestamp": 1436981233645,
> "duration": 0,
> "exception": "java.lang.RuntimeException",
> "error_description": "java.lang.NullPointerException"
> }{code}
> 1) According to docs, it should work:
> http://apigee.com/docs/app-services/content/creating-and-managing-notifications
> 2) If it doesn't and isn't supposed to, it shouldn't throw an NPE.
> Note that a notifier with a sandbox cert has been created with the name
> 'apple-dev'.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)