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

Change regexp of RouteSet's conditions[:request_method] #20787

Closed
wants to merge 1 commit into from

Commits on Oct 3, 2015

  1. Change regexp of RouteSet's conditions[:request_method]

    RFC2616 defines Request-Line which includes method token
    is separated by SP characters.
    So we should not match it with multiline anchors.
    
    cf: http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1
    yui-knk committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    b8b745d View commit details
    Browse the repository at this point in the history