You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: signserver/modules/SignServer-Module-PDFSigner/src/main/java/org/signserver/module/pdfsigner/PDFSigner.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -425,7 +425,7 @@ public Response processData(Request signRequest,
425
425
// retrieve and preprocess configuration parameter values
426
426
// XXX: Note: below a new instance of configError is passed in. Actually we do not want to collect errors at this stage but will do it like this for now
Copy file name to clipboardExpand all lines: signserver/modules/SignServer-Module-PDFSigner/src/main/java/org/signserver/module/pdfsigner/PDFSignerParameters.java
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -112,10 +112,6 @@ public class PDFSignerParameters {
Copy file name to clipboardExpand all lines: signserver/modules/SignServer-Module-PDFSigner/src/test/java/org/signserver/module/pdfsigner/PDFSignerParametersUnitTest.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
importjava.util.HashSet;
17
17
importjava.util.LinkedList;
18
18
importjava.util.Set;
19
-
importorg.apache.commons.codec.binary.Base64;
19
+
importjava.util.Collections;
20
20
importorg.apache.log4j.Logger;
21
21
importorg.junit.Test;
22
22
importstaticorg.junit.Assert.*;
@@ -52,7 +52,7 @@ public void testOverrideAddVisibleSignature() throws Exception {
Copy file name to clipboardExpand all lines: signserver/modules/SignServer-Module-PDFSigner/src/test/java/org/signserver/module/pdfsigner/PDFSignerUnitTest.java
+40-16Lines changed: 40 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1734,7 +1734,7 @@ public void test23Illegal_Value_Gives_Configuration_Errors() {
0 commit comments