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

Add option to decide what to do on invalid UTF-8 urlencoded params #1200

Closed
wants to merge 24 commits into from

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    7793604 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    557df29 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    8e7570f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    af345e3 View commit details
    Browse the repository at this point in the history
  2. added :utf8_error_code; modified the exception raised by binary strin…

    …g that isn't utf8 encoded.
    bradhanks committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    2e1769d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5127dd View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    5b740cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea00b54 View commit details
    Browse the repository at this point in the history
  3. added documentation

    bradhanks committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ea3169b View commit details
    Browse the repository at this point in the history
  4. testing

    bradhanks committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9d7e331 View commit details
    Browse the repository at this point in the history
  5. changes to the other module tests to incorporate the addition of posi…

    …tion information in the message
    bradhanks committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    264be80 View commit details
    Browse the repository at this point in the history
  6. added byte position to the error message, added ASCII optimization fo…

    …und in String.valid? bc essentially all characters in a query string will be ASCII.
    bradhanks committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    8d50863 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfb4476 View commit details
    Browse the repository at this point in the history
  8. gitignore .vscode

    bradhanks committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    8753900 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    15d7043 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ced8d9a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4265e2e View commit details
    Browse the repository at this point in the history
  12. pass PR test

    bradhanks committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b8f33f2 View commit details
    Browse the repository at this point in the history
  13. pass PR test

    bradhanks committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b31ee07 View commit details
    Browse the repository at this point in the history
  14. pass PR test

    bradhanks committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ad3847a View commit details
    Browse the repository at this point in the history
  15. pass PR test

    bradhanks committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    d8f68dd View commit details
    Browse the repository at this point in the history
  16. pass PR test

    bradhanks committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    1f46f7a View commit details
    Browse the repository at this point in the history
  17. pass PR test

    bradhanks committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    5bc1b3a View commit details
    Browse the repository at this point in the history
  18. pass PR test

    bradhanks committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    00e6429 View commit details
    Browse the repository at this point in the history