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

Keep 404 quiet in tornado #291

Closed
alq666 opened this issue Dec 9, 2012 · 0 comments
Closed

Keep 404 quiet in tornado #291

alq666 opened this issue Dec 9, 2012 · 0 comments
Assignees
Milestone

Comments

@alq666
Copy link
Member

alq666 commented Dec 9, 2012

http://localhost:17123/index.php?dir=../../../../../../ yields

Traceback (most recent call last):
  File "/Users/alq/.datadog-agent/venv/lib/python2.7/site-packages/tornado/web.py", line 1037, in _execute
    self.prepare()
  File "/Users/alq/.datadog-agent/venv/lib/python2.7/site-packages/tornado/web.py", line 1487, in prepare
    raise HTTPError(self._status_code)
HTTPError: HTTP 404: Not Found

Eliminate the traceback.

@ghost ghost assigned alq666 Dec 9, 2012
@alq666 alq666 closed this as completed in 35c9a26 Dec 9, 2012
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

No branches or pull requests

1 participant