zrhoffman commented on a change in pull request #4901:
URL: https://github.com/apache/trafficcontrol/pull/4901#discussion_r460169600
##########
File path: traffic_ops/traffic_ops_golang/routing/routes.go
##########
@@ -1077,7 +1077,7 @@ func Routes(d ServerData) ([]Route, []RawRoute,
http.Handler, error) {
//Server status
{api.Version{1, 1}, http.MethodPut, `servers/{id}/status$`,
server.UpdateStatusHandler, auth.PrivLevelOperations, Authenticated, nil,
776663851, perlBypass},
{api.Version{1, 1}, http.MethodPost,
`servers/{id}/queue_update$`, server.QueueUpdateHandler,
auth.PrivLevelOperations, Authenticated, nil, 9189471, perlBypass},
- {api.Version{1, 3}, http.MethodGet,
`servers/{host_name}/update_status$`, server.GetServerUpdateStatusHandler,
auth.PrivLevelReadOnly, Authenticated, nil, 438451599, noPerlBypass},
+ {api.Version{1, 3}, http.MethodGet,
`servers/{host_name}/update_status$`, server.GetServerUpdateStatusHandlerV2,
auth.PrivLevelReadOnly, Authenticated, nil, 438451599, noPerlBypass},
Review comment:
The behavior is the same for v1 and v2, but I see how that can be
confusing. Using an explicit v1 handler in 6407610e29.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]