eiri opened a new pull request #933: Return error 410 on temporary view request
URL: https://github.com/apache/couchdb/pull/933
 
 
   ## Overview
   
   The request for temporary view is currently returning "403 Forbidden" error, 
which is implying a permissions issue. Error "410 Gone" seems to fit better.
   
   > [The HTTP 410 Gone client error response code indicates that access to the 
target resource is no longer available at the origin server and that this 
condition is likely to be 
permanent.](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/410)
   
   ## Testing recommendations
   
   `make javascript suites=view_errors`
   
   ## Related Issues or Pull Requests
   
   Related to #932 
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [x] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to