Revert "Reject additional path segments"

This reverts commit 1d19a5ec0f.

iOS Console is apparently relying on these paths.
This commit is contained in:
Daniel Wagner-Hall 2016-02-09 12:46:42 +00:00
parent 241b71852e
commit ebaa999f92
3 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ logger = logging.getLogger(__name__)
class WhoisRestServlet(ClientV1RestServlet):
PATTERNS = client_path_patterns("/admin/whois/(?P<user_id>[^/]*)$")
PATTERNS = client_path_patterns("/admin/whois/(?P<user_id>[^/]*)")
@defer.inlineCallbacks
def on_GET(self, request, user_id):