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

FIX: Decode back-separator value before splitting it with separator #392

Merged

Commits on Oct 1, 2024

  1. FIX: Decode brack-separator value before splitting it with separator

    The original implementation was splitting the received value before it
    then decoded the value. Because the value was URL encoded, the split
    function could not find the seperator to successfully split. Adjusted
    the order of operations which fixes #388
    scottenock committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c979e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a566f3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c0335d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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