mitchell852 commented on issue #4007: Server Capability get by name - returns 
blank response array when the requested item doesn't exist
URL: https://github.com/apache/trafficcontrol/issues/4007#issuecomment-545169954
 
 
   For what it's worth, to me this makes sense:
   
   `GET /foos/{id-does-not-exist}` returns a 404 as the URI does NOT exist
   
   and 
   
   `GET /foos?id=id-does-not-exist` returns an empty array as i see the query 
parameter as a filter of a perfectly valid URI as @ocket8888 mentioned.
   
   
   
   
   
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to