You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Barry Fitzgerald (JIRA)" <ji...@apache.org> on 2008/02/28 11:35:51 UTC

[jira] Created: (CXF-1455) Create Provider to support application/x-www-form-urlencoded content types

Create Provider to support application/x-www-form-urlencoded content types
--------------------------------------------------------------------------

                 Key: CXF-1455
                 URL: https://issues.apache.org/jira/browse/CXF-1455
             Project: CXF
          Issue Type: Sub-task
          Components: REST
    Affects Versions: 2.1
            Reporter: Barry Fitzgerald
             Fix For: 2.1


Create an Entity Provider with a consume MIME type of "application/x-www-form-urlencoded" that supports MultivaluedMap<String,String>

See section 3.1.2

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


[jira] Resolved: (CXF-1455) Create Provider to support application/x-www-form-urlencoded content types

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1455.
------------------------------

    Resolution: Fixed

Patch applied.  Thanks!


> Create Provider to support application/x-www-form-urlencoded content types
> --------------------------------------------------------------------------
>
>                 Key: CXF-1455
>                 URL: https://issues.apache.org/jira/browse/CXF-1455
>             Project: CXF
>          Issue Type: Sub-task
>          Components: REST
>    Affects Versions: 2.1
>            Reporter: Barry Fitzgerald
>             Fix For: 2.1
>
>         Attachments: CXF-1455.patch
>
>
> Create an Entity Provider with a consume MIME type of "application/x-www-form-urlencoded" that supports MultivaluedMap<String,String>
> See section 3.1.2

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


[jira] Updated: (CXF-1455) Create Provider to support application/x-www-form-urlencoded content types

Posted by "Barry Fitzgerald (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Barry Fitzgerald updated CXF-1455:
----------------------------------

    Attachment: CXF-1455.patch

Path to add org.apache.cxf.jaxrs.provider.FormEncodingReaderProvider

& appropriate tests.

This provider is also added to the default list of providers as  per the spec.



> Create Provider to support application/x-www-form-urlencoded content types
> --------------------------------------------------------------------------
>
>                 Key: CXF-1455
>                 URL: https://issues.apache.org/jira/browse/CXF-1455
>             Project: CXF
>          Issue Type: Sub-task
>          Components: REST
>    Affects Versions: 2.1
>            Reporter: Barry Fitzgerald
>             Fix For: 2.1
>
>         Attachments: CXF-1455.patch
>
>
> Create an Entity Provider with a consume MIME type of "application/x-www-form-urlencoded" that supports MultivaluedMap<String,String>
> See section 3.1.2

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