Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-03-01 | Add 'server_version' endpoint to admin API | Joseph Weston | 2 | -1/+58 | |
This is required because the 'Server' HTTP header is not always passed through proxies. | |||||
2019-03-01 | Import 'admin' module rather than 'register_servlets' directly | Joseph Weston | 1 | -2/+2 | |
We will later need also to import 'register_servlets' from the 'login' module, so |