You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/02/26 07:05:01 UTC

[jira] Assigned: (HBASE-1223) application/x-www-form-urlencoded is incorrectly handled in the REST interface

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

stack reassigned HBASE-1223:
----------------------------

    Assignee: Brian Beggs

> application/x-www-form-urlencoded is incorrectly handled in the REST interface
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-1223
>                 URL: https://issues.apache.org/jira/browse/HBASE-1223
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: rest
>    Affects Versions: 0.19.1
>            Reporter: Brian Beggs
>            Assignee: Brian Beggs
>             Fix For: 0.20.0
>
>         Attachments: RestContentTypePatch.txt
>
>
> currently if application/x-www-form-urlencoded form data is posted to the REST interface it does not appear in the query map.  Attached to this issue is a patch that fixes this and allows data posted with a form as application/x-www-form-urlencoded data to be read into the query map and used to complete the request.
> I first noticed this while trying to create a scanner and I was unable to specify the start date/end date/columns if the query parameters were passed in as application/x-www-form-urlencoded.

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