Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

double colon in host identifier #26

Closed
tomeragain opened this issue May 6, 2017 · 4 comments
Closed

double colon in host identifier #26

tomeragain opened this issue May 6, 2017 · 4 comments
Labels
Milestone

Comments

@tomeragain
Copy link

after setting this values
uri: mongodb://username:dataBAsePassw0rd@hostname.com:3000
partition: database-name

with the intention of having as result this string connection
mongodb://username:dataBAsePassw0rd@hostname.com:3000/database-name

after string uri replace, the string connection result is
mongodb://username:dataBAsePassw0rd/database-name

throwing a ´double colon in host identifier´ error at connection time

@jardakotesovec
Copy link
Contributor

@tomeragain Thanks a lot for the report. I will be able to look into it and release update this week (Sunday latest). If you could provide PR with fix, it would be awesome and would speed up releasing the update.

@jardakotesovec jardakotesovec self-assigned this May 9, 2017
@jardakotesovec jardakotesovec added this to the 3.0.2 milestone May 9, 2017
@jardakotesovec
Copy link
Contributor

@tomeragain Hi, can't reproduce. We have unit test for your use case and when I tried your particular example I am getting correct connection string.

@tomeragain
Copy link
Author

Hello @jardakotesovec, sorry for the late response,
maybe is a compound issue due i use Glue to compose my server,
Thanks a lot for your support

@jardakotesovec
Copy link
Contributor

@tomeragain Closing for now as I can't reproduce. Please reopen if you have some further informations.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants