-
- Downloads
Fix label & query URI encoding (#953)
* Fix label & query URI encoding https://github.com/awslabs/aws-sdk-rust/issues/331 demonstrated that we were failing to properly encode characters for URI path components and query components in several situation. This: - Fixes the specific bugs - Adds proptests (run locally with 16K cases) to verify that this is the complete set. - Adds an S3-specific protocol test that targets this issue * Make the test a bit stronger * Update changelog
Showing
- CHANGELOG.next.toml 12 additions, 0 deletionsCHANGELOG.next.toml
- aws/sdk/aws-models/s3-tests.smithy 16 additions, 0 deletionsaws/sdk/aws-models/s3-tests.smithy
- rust-runtime/aws-smithy-http/proptest-regressions/label.txt 10 additions, 0 deletionsrust-runtime/aws-smithy-http/proptest-regressions/label.txt
- rust-runtime/aws-smithy-http/proptest-regressions/query.txt 9 additions, 0 deletionsrust-runtime/aws-smithy-http/proptest-regressions/query.txt
- rust-runtime/aws-smithy-http/src/label.rs 13 additions, 3 deletionsrust-runtime/aws-smithy-http/src/label.rs
- rust-runtime/aws-smithy-http/src/query.rs 9 additions, 0 deletionsrust-runtime/aws-smithy-http/src/query.rs
- rust-runtime/aws-smithy-http/src/urlencode.rs 6 additions, 1 deletionrust-runtime/aws-smithy-http/src/urlencode.rs
Loading
Please register or sign in to comment