Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0.2
-
Fix Version/s: 1.0.3
-
Component/s: None
-
Security Level: Public
-
Labels:None
Description
The use of the CouchbaseConnectionFactoryBuilder like so yields a client that does not authenticate correctly.
CouchbaseConnectionFactoryBuilder cfb = new CouchbaseConnectionFactoryBuilder();
CouchbaseConnectionFactory cf = cfb.buildCouchbaseConnection(servers, "default_jOWPgw", "default_jOWPgw", "testing");
CouchbaseClient client = new CouchbaseClient(cf);
CouchbaseConnectionFactoryBuilder cfb = new CouchbaseConnectionFactoryBuilder();
CouchbaseConnectionFactory cf = cfb.buildCouchbaseConnection(servers, "default_jOWPgw", "default_jOWPgw", "testing");
CouchbaseClient client = new CouchbaseClient(cf);
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews