]> WPIA git - gigi.git/commitdiff
UPD: Allow all heade fields
authorJanis Streib <janis@dogcraft.de>
Mon, 8 Sep 2014 17:51:30 +0000 (19:51 +0200)
committerJanis Streib <janis@dogcraft.de>
Mon, 8 Sep 2014 17:51:58 +0000 (19:51 +0200)
tests/org/cacert/gigi/testUtils/ManagedTest.java

index 6cccdae1132d80364bd83c346969f3956b6f0be5..570d1636fab0b7775e3f74aa81c789023795aa7c 100644 (file)
@@ -68,6 +68,9 @@ import sun.security.x509.X500Name;
 
 public class ManagedTest {
 
+    static {
+        System.setProperty("sun.net.http.allowRestrictedHeaders", "true");
+    }
     /**
      * Some password that fullfills the password criteria.
      */