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

Relax HTTP method validation in UrlDispatcher. #1037

Merged
merged 1 commit into from
Aug 2, 2016

Commits on Aug 2, 2016

  1. Relax HTTP method validation in UrlDispatcher.

    Previously the validation only compared against "safe HTTP methods",
    now we validate against the allowed character-set defined in
    RFC 2616 section 5.1.1.
    wolfhechel committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    6a58c57 View commit details
    Browse the repository at this point in the history