Skip to content

Commit c0ec630

Browse files
authored
add httpCookieSpec
1 parent ea09bc2 commit c0ec630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/arangodb/ArangoDB.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ public synchronized ArangoDB build() {
611611
final ConnectionFactory connectionFactory = (protocol == null || Protocol.VST == protocol)
612612
? new VstConnectionFactorySync(host, timeout, connectionTtl, useSsl, sslContext)
613613
: new HttpConnectionFactory(timeout, user, password, useSsl, sslContext, custom, protocol,
614-
connectionTtl);
614+
connectionTtl, httpCookieSpec);
615615

616616
final Collection<Host> hostList = createHostList(max, connectionFactory);
617617
final HostResolver hostResolver = createHostResolver(hostList, max, connectionFactory);

0 commit comments

Comments
 (0)