nathanwblair / im-only-resting

Automatically exported from code.google.com/p/im-only-resting
Apache License 2.0
1 stars 0 forks source link

Fatal exception app shutdown on NPE in request Task callback due to unresolved host when Browser render mode #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If we execute a request for a host which fails resolution, and the user has the 
render mode set to Browser, then we end up binding a ResponseModel via the Task 
continuation callback that raises a null pointer exception. That eventually 
comes back to us when the Task disposes as a fatal exception.

Original issue reported on code.google.com by stephen....@gmail.com on 10 Jan 2013 at 10:37

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 10 Jan 2013 at 11:02

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 10 Jan 2013 at 11:19