public class MetadataValidationPolicy extends Object implements com.azure.core.http.policy.HttpPipelinePolicy
HttpPipeline to validate that metadata does not contain
leading or trailing whitespace characters.
We do this since the service trims whitespace for the string to sign, but the client does not, resulting in an auth
failure.| Constructor and Description |
|---|
MetadataValidationPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.HttpResponse> |
process(com.azure.core.http.HttpPipelineCallContext context,
com.azure.core.http.HttpPipelineNextPolicy next) |
public Mono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next)
process in interface com.azure.core.http.policy.HttpPipelinePolicyCopyright © 2021 Microsoft Corporation. All rights reserved.