HomePhabricator

test: add ensure_ascii setting to AuthServiceProxy
a406fcb6cacdUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

test: add ensure_ascii setting to AuthServiceProxy

Add a setting ensure_ascii to AuthServiceProxy. This setting,
defaulting to True (backwards compatible),
is passed through to json.dumps. If set to False, non-ASCII characters

0x80 are not escaped. This is useful for testing server

input processing, as well as slightly more bandwidth friendly in case of
heavy unicode usage.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Apr 28 2016, 13:17
deadalnixPushed on May 14 2017, 22:04
Parents
rABC63151521fd06: Merge commit '60ab9b200654ef0914459711cf2b22be16be3dc2'
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABCa406fcb6cacd: test: add ensure_ascii setting to AuthServiceProxy (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Jun 10 2016, 13:20