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.

Reply via email to