Skip to content

Commit 5c6fc14

Browse files
committed
example: DigiDoc4j Configuration.setPreferAiaOcsp(true) is no longer needed
WE2-1121 Signed-off-by: Mart Somermaa <[email protected]>
1 parent 57adb01 commit 5c6fc14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/src/main/java/eu/webeid/example/service/SigningService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ public SigningService(ObjectFactory<HttpSession> httpSessionFactory, YAMLConfig
7474
this.httpSessionFactory = httpSessionFactory;
7575
signingConfiguration = Configuration.of(yamlConfig.getUseDigiDoc4jProdConfiguration() ?
7676
Configuration.Mode.PROD : Configuration.Mode.TEST);
77-
// Use automatic AIA OCSP URL selection from certificate for signatures.
78-
signingConfiguration.setPreferAiaOcsp(true);
7977
}
8078

8179
private HttpSession currentSession() {

0 commit comments

Comments
 (0)