-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
MWS: Blocked anonymous access to favicon gives 404 instead of 401 #8817
Comments
I'm unable to replicate the issue. When I try to, I get 401 error instead. I also noticed another issue when I visit http://127.0.0.1:8080/wiki/dev-docs, I can see that the dev-docs page returns a 200 response first, then I can see two subsequent requests to the same dev-docs route |
I can't reconcile your screenshot with the instructions given in the original post. The screenshot in the OP shows an attempt by an anonymous user to access a wiki to which they do not have access. |
Hi @webplusai my apologies the bug only appears with Firefox. Presumably Chrome doesn't go on to request the favicon when it gets the 401. |
The recent fix #8815 for the problems originally reported in #8812 still has some issues.
Steps to reproduce:
npm install
followed bynpm start
cc @webplusai
The text was updated successfully, but these errors were encountered: