summary refs log tree commit diff
path: root/tests/api/test_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-01Add 'server_version' endpoint to admin APIJoseph Weston2-1/+58
This is required because the 'Server' HTTP header is not always passed through proxies.
2019-03-01Import 'admin' module rather than 'register_servlets' directlyJoseph Weston1-2/+2
We will later need also to import 'register_servlets' from the 'login' module, so