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

Fix wildcard routes breaking static files #372

Merged
merged 1 commit into from
May 25, 2013

Conversation

ben-ng
Copy link

@ben-ng ben-ng commented May 25, 2013

Fixes #370 by checking for a static file before checking for a possible 405 error.

mde added a commit that referenced this pull request May 25, 2013
Fix wildcard routes breaking static files
@mde mde merged commit d7455a1 into geddy:master May 25, 2013
@mde
Copy link
Contributor

mde commented May 25, 2013

Nice work!

@ben-ng ben-ng deleted the router-static-file-fix branch May 25, 2013 18:01
@ben-ng ben-ng deleted the router-static-file-fix branch July 26, 2013 01:00
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.

Valid routes with invalid methods taking precedence over static files
2 participants