[
https://issues.apache.org/jira/browse/WINK-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731492#action_12731492
]
Hudson commented on WINK-85:
----------------------------
Integrated in Wink-Trunk-JDK1.5 #11 (See
[http://hudson.zones.apache.org/hudson/job/Wink-Trunk-JDK1.5/11/])
> Incoming Content-Type null should be application/octet-stream
> -------------------------------------------------------------
>
> Key: WINK-85
> URL: https://issues.apache.org/jira/browse/WINK-85
> Project: Wink
> Issue Type: Bug
> Components: Server
> Affects Versions: 0.1
> Reporter: Bryant Luk
> Assignee: Nadav Fischer
> Fix For: 0.1
>
>
> In ServerInjectableFactory.EntityParam.getValue() :
> {code}
> MediaType mediaType =
> runtimeContext.getHttpHeaders().getMediaType();
> if (mediaType == null) {
> mediaType = MediaType.WILDCARD_TYPE;
> }
> {code}
> I think the better media type here should be
> MediaType.APPLICATION_OCTET_STREAM_TYPE.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.