Bug 519478 - Throw an exception when a 404 response was received
Summary: Throw an exception when a 404 response was received
Status: NEW
Alias: None
Product: Lyo
Classification: Technology
Component: Client (show other bugs)
Version: 2.2.0   Edit
Hardware: PC Mac OS X
: P3 major (vote)
Target Milestone: 2.x.x   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-10 17:07 EDT by Andrii Berezovskyi CLA
Modified: 2017-11-06 12:17 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrii Berezovskyi CLA 2017-07-10 17:07:17 EDT
Currently client silently proceeds to the unmarshalling, where this message gets thrown from Wink because we try to feed it with the content of the 404 message:

A javax.ws.rs.ext.MessageBodyReader implementation was not found for class sandbox.resources.Waypoint type and application/octet-stream media type.
Comment 1 Andrii Berezovskyi CLA 2017-11-06 12:17:16 EST
I would love to see that fixed.