You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Andrew Purtell <ap...@apache.org> on 2010/10/06 03:44:22 UTC

Review Request: [rest/stargate] fix URI decoding in RowResource

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.cloudera.org/r/966/
-----------------------------------------------------------

Review request for hbase.


Summary
-------

Fixes server side URI decoding for the cases where row keys are urlencoded. 


This addresses bug HBASE-2906.
    http://issues.apache.org/jira/browse/HBASE-2906


Diffs
-----

  src/main/java/org/apache/hadoop/hbase/rest/RowResource.java 915f9cb 
  src/main/java/org/apache/hadoop/hbase/rest/RowSpec.java 5220070 
  src/main/java/org/apache/hadoop/hbase/rest/TableResource.java 1df526a 
  src/main/java/org/apache/hadoop/hbase/rest/client/Client.java 11a09fe 
  src/test/java/org/apache/hadoop/hbase/rest/TestRowResource.java fc54319 

Diff: http://review.cloudera.org/r/966/diff


Testing
-------

Updated unit test, passes.


Thanks,

Andrew