You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Michael Elman (JIRA)" <ji...@apache.org> on 2009/07/12 09:31:14 UTC

[jira] Resolved: (WINK-47) honor media type wildcards

     [ https://issues.apache.org/jira/browse/WINK-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Elman resolved WINK-47.
-------------------------------

    Resolution: Fixed

Ok, I've submitted a fix. 
The functionality has changed for the searches that include wildcards, so one unit test needed a fix.
I've also submitted the unit test from the first Mike's patch.

Hope everyone is happy now :)

> honor media type wildcards
> --------------------------
>
>                 Key: WINK-47
>                 URL: https://issues.apache.org/jira/browse/WINK-47
>             Project: Wink
>          Issue Type: Bug
>          Components: Common
>    Affects Versions: 0.1
>            Reporter: Mike Rheinheimer
>            Assignee: Michael Elman
>             Fix For: 0.1
>
>         Attachments: patch.txt, patch_02.txt
>
>
> This issue probably needs discussion, as it may be a spec interpretation issue.  Please reference JAX-RS javadoc for javax.ws.rs.ext.Providers.getContextResolver here:
> http://jackson.codehaus.org/javadoc/jax-rs/1.0/javax/ws/rs/ext/Providers.html#getContextResolver(java.lang.Class,%20javax.ws.rs.core.MediaType)
> Currently, the implementation does not use the '*' character in a passed-in media type as a wildcard.  Rather, it matches exactly by just allowing the LinkedHashMap.get to it's object compare.  Attached is a patch with tests that demonstrate the proposed function, and a fix that supports it.  All existing and new tests in wink-common and wink-server passed for me with this change.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.