You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/12/13 16:55:57 UTC

[GitHub] ocket8888 opened a new issue #3117: Bad regex for PUT method of /api/1.x/users endpoint

ocket8888 opened a new issue #3117: Bad regex for PUT method of /api/1.x/users endpoint
URL: https://github.com/apache/trafficcontrol/issues/3117
 
 
   Specifically, that endpoint cannot be reached for any API version. One *can* `PUT` to `/api/1.x/users/` or even `/api/1.x/users/.json`. The problem is that the regular expression being matched is `users/{id}?(\.json)?$` but should be `users(/{id})?(\.json)?$`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services