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

feat: Accept URL escape for device command name and resource name #4376

Merged
merged 1 commit into from
Feb 24, 2023

Commits on Feb 24, 2023

  1. feat: Accept URL escape for device command name and resource name

    - Use router.UseEncodedPath() to match the encoded original path to the routes
    - Decode the Url path variable before passing to the controller
    
    Close edgexfoundry#4371
    
    Signed-off-by: bruce <weichou1229@gmail.com>
    weichou1229 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    a9b60e8 View commit details
    Browse the repository at this point in the history