You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix img_info tests in py3
* update transforms_t and webapp_t
* py3 fixes in parameters.py
* py3 fixes in webapp.py
* py3 fixes for logging_t and transforms_t
* transforms.py: remove unused import and comment
* py3: fix resolver tests
* py3: fix jp2_extractor_t
* py3: authorizer tests pass
* py3: fix failures on py3.4 and don't allow py3 test failures in travis anymore
* authorizer: require salt config parameter to be bytes; other unicode/bytes updates
* add a logger warning call if we get unicode Authorization header and encode it as utf8
* show value of 'salt' parameter if it's a ConfigError in RulesAuthorizer
* don't modify dict in place and return it, just modify it; fix logging statement
0 commit comments