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

[jira] Updated: (WINK-55) Source entity parameters should also be supported according to spec

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

Bryant Luk updated WINK-55:
---------------------------

    Attachment: WINK-55.patch

I used a StreamSource.   Maybe a different Source would be better?

> Source entity parameters should also be supported according to spec
> -------------------------------------------------------------------
>
>                 Key: WINK-55
>                 URL: https://issues.apache.org/jira/browse/WINK-55
>             Project: Wink
>          Issue Type: Bug
>          Components: Common
>    Affects Versions: 0.1
>            Reporter: Bryant Luk
>         Attachments: WINK-55.patch
>
>
> Plain "Source" parameters should be supported as a builtin provider.  I don't think this messes up any of the other Source providers due to the isReadable doing ==.
> {code}
> @GET
> public void getSource(Source someSource) {
> }
> {code}
> I'll attach a patch.

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