[ 
https://issues.apache.org/jira/browse/WINK-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805778#action_12805778
 ] 

Hudson commented on WINK-247:
-----------------------------

Integrated in Wink-Trunk-JDK1.5 #256 (See 
[http://hudson.zones.apache.org/hudson/job/Wink-Trunk-JDK1.5/256/])
    Use correct response class when populating Content-Type

See []


> 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.

Reply via email to