mwkirk / javapns

Test import of svn javapns repo from Google Code
3 stars 0 forks source link

Critical exceptions should be thrown for feedback service #86

Closed mwkirk closed 11 years ago

mwkirk commented 11 years ago

Original author: petend...@gmail.com (November 22, 2011 18:12:14)

What steps will reproduce the problem?

  1. Call Push.feedback() from behind corporate firewall

What is the expected output? What do you see instead?

  1. Expected output is CommunicationException thrown back to the calling program. Right now, this exception is being sent to the console with no indication back to the calling program that there was an error.

What version of the product are you using? On what operating system? v2.1 on Windows XP

Please provide any additional information below. This is similar to Issue 82 which was fixed, except this is for the feedback service instead of the other Push payload methods.

Original issue: http://code.google.com/p/javapns/issues/detail?id=86

mwkirk commented 11 years ago

From sype...@gmail.com on November 22, 2011 20:47:50 Fixed in r338 (2.1.001)