-
Notifications
You must be signed in to change notification settings - Fork 138
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
sg doesn't properly handle config files with buckets '%' in the name #878
Comments
Could you retry this on master branch, we switched to the master branch of go-couchbase |
it works fine on master
but doesn't work with 1.1.0-18. |
@andreibaranouski The 1.1.0 branch was recently moved to the latest go-couchbase (to fix issue #859). If you can confirm that this fixes the '%' bucket name issue on 1.1.0, we can close this ticket. |
hi,
but it still reproduced on the latest binary build for 1.1.0 http://latestbuilds.hq.couchbase.com/couchbase-sync-gateway/release/1.1.0/1.1.0-25/couchbase-sync-gateway-community_1.1.0-25_x86_64.rpm
1.1.0-25 was build based on the latest sg commit 7a79bf7 I still do not understand how this can be.... |
oh, I found the difference: |
it works fine with "server": "http://172.23.121.251:8091/" |
steps:
observation:
instead of
http://172.23.121.251:8091/pools/default/buckets/test_%2525E-.5?bucket_uuid=7d285850aa3941739536a10331eae8d7
url should be
http://172.23.121.251:8091/pools/default/buckets/test_%25E-.5?bucket_uuid=7d285850aa3941739536a10331eae8d7
The text was updated successfully, but these errors were encountered: