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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid urldecode clientid twice #10737

Merged
merged 4 commits into from
May 19, 2023
Merged

Avoid urldecode clientid twice #10737

merged 4 commits into from
May 19, 2023

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    d77d5e3 View commit details
    Browse the repository at this point in the history
  2. fix(gateway): avoid uri_decode twice

    The url path has beed decoded in
    https://github.com/emqx/cowboy/blob/0ebceb432f46b733fcb54c018ad2aae1e0c80f77/src/cowboy_router.erl#L324-L330.
    So, we don't need uri_decode in minirest callback again.
    HJianBo committed May 18, 2023
    Configuration menu
    Copy the full SHA
    c5398ab View commit details
    Browse the repository at this point in the history
  3. test(mqttsn): add test cases

    HJianBo committed May 18, 2023
    Configuration menu
    Copy the full SHA
    26b69a5 View commit details
    Browse the repository at this point in the history
  4. chore: update changes

    HJianBo committed May 18, 2023
    Configuration menu
    Copy the full SHA
    f42cab9 View commit details
    Browse the repository at this point in the history