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

database ID gets URI encoded twice on url() #742

Closed
wants to merge 2 commits into from

Conversation

samk1
Copy link
Contributor

@samk1 samk1 commented Jul 4, 2016

Closes COUCHDB-3051

@robertkowalski
Copy link
Contributor

robertkowalski commented Jul 4, 2016

thanks for the PR!

sadly it does not solve the root issue (try to create a database with the name a%24 and another with the name a$

the root cause of the problem is a backend issue. in new versions, couchdb will reject those database names: https://issues.apache.org/jira/browse/COUCHDB-2748

@samk1
Copy link
Contributor Author

samk1 commented Jul 4, 2016

Ok, I think I get it - currently couchdb throws an error if you create a database called a$, but creates the database anyway. In new versions will it not create the database at all?

Similarly with a$-, it creates the database except fauxton is unable to get the status due to the double encode. When the backend is fixed, such a database will not be able to exist.

@samk1 samk1 closed this Jul 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants