-
Notifications
You must be signed in to change notification settings - Fork 3
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
Favicon stack trace #8
Comments
Do you think we should fix it by ignoring all query "GET /favicon.ico" or simply by providing the file ? |
Hum, start to ignore (CF #5 issue). |
in fact, every query that are not handled by the application cause the server to return a 500 error instead of a 404 error |
12:11:22 ✔ guits@elisheba:~$ curl -o/dev/null -D- -s -XGET http://pastefile.fr/foo 12:11:27 ✔ guits@elisheba:~$ curl -o/dev/null -D- -s -XGET http://pastefile.fr/foo/ 12:11:29 ✔ guits@elisheba:~$ curl -o/dev/null -D- -s -XGET http://pastefile.fr/foo/bar 12:11:34 ✔ guits@elisheba:~$ |
fixed in b522173
|
When you are using explorer like chrome, chrome automatically try to get favicon.ico.
The text was updated successfully, but these errors were encountered: