Skip to content

Commit 4b0df56

Browse files
committed
Stateless calls without cookies for attribute aggregator rest calls
1 parent 5d59396 commit 4b0df56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/aa/aggregators/AbstractAttributeAggregator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ private ClientHttpRequestFactory getRequestFactory(AttributeAuthorityConfigurati
138138

139139
CloseableHttpClient httpClient = HttpClients.custom()
140140
.setConnectionManager(connManager)
141+
.disableCookieManagement()
141142
.build();
142143

143144
HttpComponentsClientHttpRequestFactory requestFactory = new HttpComponentsClientHttpRequestFactory(httpClient);

0 commit comments

Comments
 (0)