There is no file nor directory at the given path: 'rhodecode/tests/fixtures/YAHOO.widget.MenuItem.html' at revision 2d4e1f5e854e
Files
@ bd1c1fa6524b
Branch filter:
Location: kallithea/docs/api/models.rst
bd1c1fa6524b
511 B
text/prs.fallenstein.rst
auth: simplify handling of Crowd json response (Issue #370)
Correct error where Crowd authentication didn't work due to urllib.readlines()
returning bytes and thus failing to be joined with a string.
json.loads is however happy to take bytes directly.
Fix error handling to also handle bytes without crashing.
Correct error where Crowd authentication didn't work due to urllib.readlines()
returning bytes and thus failing to be joined with a string.
json.loads is however happy to take bytes directly.
Fix error handling to also handle bytes without crashing.