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

Don't encode windows line-breaks with special characters. #211

Closed
wants to merge 4 commits into from

Commits on May 13, 2020

  1. Fix encodeSpecialCharactersInAttribute line ending

    Getting "Invalid Signature" without this because the line breaks get converted to special characters which botch the digest.
    Sam Gilman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    025b7ee View commit details
    Browse the repository at this point in the history
  2. Only replace windows new line characters

    Sam Gilman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    bfb315f View commit details
    Browse the repository at this point in the history
  3. Updated windows CR-NL to expect a change

    Sam Gilman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    fcba173 View commit details
    Browse the repository at this point in the history
  4. Update utils.js

    Fix spacing
    thenengah authored May 13, 2020
    Configuration menu
    Copy the full SHA
    3c9b896 View commit details
    Browse the repository at this point in the history