Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return error 410 on temporary view request #933

Merged
merged 1 commit into from
Oct 30, 2017

Conversation

eiri
Copy link
Member

@eiri eiri commented Oct 30, 2017

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.

Testing recommendations

make javascript suites=view_errors

Related Issues or Pull Requests

Related to #932

Checklist

  • Code is written and works correctly;
  • Changes are covered by tests;
  • Documentation reflects the changes;

@eiri eiri merged commit 28fae4d into apache:master Oct 30, 2017
@eiri eiri deleted the return-410-for-temporary-views branch October 30, 2017 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants