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

x-pack/filebeat/input/httpjson: fix relation parameter handling in getRFC5988Link #34622

Merged
merged 1 commit into from Mar 21, 2023

Commits on Feb 23, 2023

  1. x-pack/filebeat/input/httpjson: fix relation parameter in getRFC5988Link

    Previously the regular expression required a space separating the "ral"
    tag from previous text. While the examples in RFC5988 show a separating
    space, the ABNF does not indicate a requirement; the space that does
    exist in the examples is allowed by RFC2616 because of the implied *LWS
    rule for token separation.
    
    The new regular expression also more carefully considers quoting for rel
    parameters and semicolon requirements.
    efd6 committed Feb 23, 2023
    Copy the full SHA
    08a7aae View commit details
    Browse the repository at this point in the history