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

Make sure all CosmosDB URI are properly escaped #459

Open
MindFlavor opened this issue Oct 28, 2021 · 1 comment
Open

Make sure all CosmosDB URI are properly escaped #459

MindFlavor opened this issue Oct 28, 2021 · 1 comment
Labels
Client This issue points to a problem in the data-plane of the library. Cosmos The azure_cosmos crate Previous Versions Work related to older, unsupported SDKs

Comments

@MindFlavor
Copy link
Contributor

Right now most CosmosDB URIs are composed by concatenating strings.
We should make sure the resources are properly escaped to support esoteric names (and leave to Azure whether to accept or reject them).

@MindFlavor MindFlavor added Client This issue points to a problem in the data-plane of the library. Cosmos The azure_cosmos crate labels Oct 28, 2021
@cataggar
Copy link
Member

cataggar commented Oct 1, 2023

Url should be used like in #1379

@heaths heaths added the Previous Versions Work related to older, unsupported SDKs label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Cosmos The azure_cosmos crate Previous Versions Work related to older, unsupported SDKs
Projects
None yet
Development

No branches or pull requests

3 participants