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

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

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
             Fix For: 0.19.1


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.


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

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

stack resolved HBASE-1223.
--------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.19.1)
                   0.20.0

Committed to TRUNK.

Thanks for the patch Brian (I added you as a committer and assigned this issue to you).

You had this pegged against 0.19.1 but your new stuff isn't in the 0.19 branch.  Correct me if I did this wrong.  Thanks.

> 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.


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

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ 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.


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

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

Brian Beggs updated HBASE-1223:
-------------------------------

    Attachment: RestContentTypePatch.txt

> 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
>             Fix For: 0.19.1
>
>         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.


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

Posted by "Brian Beggs (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677015#action_12677015 ] 

Brian Beggs commented on HBASE-1223:
------------------------------------

I had noticed that the rest changes are in the 
trunk_on_hadoop-0.19.1-dev_with_hadoop4379

And while I'm not exactly sure what that means, the patch should probably be applied there as well.



> 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.