disney / couchbase

Chef cookbook to install and configure Couchbase Server
24 stars 59 forks source link

libraries/client.rb does not Percent Encode username + password #48

Closed unhuman closed 9 years ago

unhuman commented 9 years ago

This is restrictive on the kinds of characters that can be used. Should use CGI::escape() on the Username + password.