Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

THRIFT-3323 - Update TJSONProtocol.py #605

Closed
wants to merge 1 commit into from
Closed

Conversation

grepsr
Copy link

@grepsr grepsr commented Sep 13, 2015

According to JSON spec a forward slash "/" may (but not always) be escaped too; and when that happened, it triggered an issue with deserializing the object.

This small fix addresses that.

According to JSON spec a forward slash "/" may be escaped too; and when that happened, it triggered an issue with deserializing the object.

This small fix addresses that.
@Jens-G
Copy link
Member

Jens-G commented Sep 13, 2015

Hi,

if you could just file a JIRA ticket with all details and link it to this PR by mentioning the ticket number in a comment? I'll then take a look at it soon.

Thanks!

@grepsr
Copy link
Author

grepsr commented Sep 13, 2015

THRIFT-3323

Done, thanks!

@jfarrell jfarrell changed the title Update TJSONProtocol.py THRIFT-3323 - Update TJSONProtocol.py Sep 15, 2015
@Jens-G
Copy link
Member

Jens-G commented Sep 29, 2015

Committed per 15c4004
Could you pleaswe close the PR manually? Thanks!

@grepsr grepsr closed this Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants