[ 
https://issues.apache.org/jira/browse/HBASE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711607#action_12711607
 ] 

Brian Beggs commented on HBASE-1257:
------------------------------------

ok you guys have choices.  

It seems that Micheal was packaging the json.org jar inside this jar and using 
it in the project.  The build script on his get project doesn't do this 
repackaging automatically.  

So I built the jar along with the needed json.org classes and will upload them 
as a patch.  I will also upload the json.jar that I used to do this.  So you 
can either:

a) use the new fully packaged jar
b) just add the json.jar to the lib directory along with the AgileJson-2.0.jar 
initially attached with this issue.

But I wanted to let you guys know what was up in the interest of full 
disclosure.

> base64 encoded values are not contained in quotes during the HBase REST JSON 
> serialization
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1257
>                 URL: https://issues.apache.org/jira/browse/HBASE-1257
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: rest
>    Affects Versions: 0.20.0
>            Reporter: Brian Beggs
>            Assignee: Brian Beggs
>         Attachments: AgileJSON.jar
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> base64 encoded values are having the quotes put around the values before the 
> base64 encoding takes place.  This renders improper JSON that some (all?) 
> json parsers are unable to process.
> The defect should be fixed in the agile-json jar available here:
> http://github.com/gottesmm/agile-json-2.0/tree/master
> I'm hoping to get to this before this weekend.

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