[
https://issues.apache.org/jira/browse/WINK-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828117#action_12828117
]
Hudson commented on WINK-247:
-----------------------------
Integrated in Wink-Trunk-JDK1.6-itests #98 (See
[http://hudson.zones.apache.org/hudson/job/Wink-Trunk-JDK1.6-itests/98/])
> Fix issue with wrong informational message given when no Response entity and
> wrong class used when trying to find media type if not specified
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WINK-247
> URL: https://issues.apache.org/jira/browse/WINK-247
> Project: Wink
> Issue Type: Bug
> Components: Server
> Affects Versions: 1.0
> Reporter: Bryant Luk
> Assignee: Bryant Luk
> Priority: Minor
> Fix For: 1.1
>
>
> There's an issue with the wrong informational message being displayed if the
> response entity is empty (so only status code).
> Also, I believe when populating the response entity type (and given a
> Response object), the wrong type is used to filter the set of possible types
> (i.e. Response.class is used instead of Response.getEntity()). This doesn't
> really change anything since the possible response media type set will be the
> same in the end for the vast majority of cases since most
> MessageBodyWriter/Readers use Object as the generic type and you would have
> to use a specific generic type.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.