Skip to content
This repository was archived by the owner on Apr 5, 2019. It is now read-only.

fix typo in site.py, self.error(404) is valid, not self.not_found(404)#47

Open
rremer wants to merge 1 commit into
twilio:developfrom
rremer:develop
Open

fix typo in site.py, self.error(404) is valid, not self.not_found(404)#47
rremer wants to merge 1 commit into
twilio:developfrom
rremer:develop

Conversation

@rremer
Copy link
Copy Markdown

@rremer rremer commented Mar 28, 2013

This minor typo breaks multiple failed lookups in the handler, so if you have:
/services/real_slug/fake_foobar [404]
/services/fake_slug/fake_foobar [500]

Since there's no 500 handler, you get an appengine 500 which is tacky.

…) is not - breaks multiple slashed fake url error page handling.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant