You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/03/22 16:04:30 UTC

svn commit: r1459831 - in /manifoldcf/branches/CONNECTORS-664/connectors/livelink: build-stub/src/main/java/com/opentext/api/LLValue.java connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LLSERVER.java

Author: kwright
Date: Fri Mar 22 15:04:30 2013
New Revision: 1459831

URL: http://svn.apache.org/r1459831
Log:
Include certs

Modified:
    manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java
    manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LLSERVER.java

Modified: manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java?rev=1459831&r1=1459830&r2=1459831&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java (original)
+++ manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java Fri Mar 22 15:04:30 2013
@@ -75,6 +75,11 @@ public class LLValue
   {
     return 0;
   }
+
+  public int add(String attributeName, LLValue llValue)
+  {
+    return 0;
+  }
   
   public boolean isTable()
   {

Modified: manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LLSERVER.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LLSERVER.java?rev=1459831&r1=1459830&r2=1459831&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LLSERVER.java (original)
+++ manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LLSERVER.java Fri Mar 22 15:04:30 2013
@@ -143,6 +143,9 @@ public class LLSERVER
               }
             }
           }
+          LLValue rootCACertList = new LLValue();
+          LLSession.GetCARootCerts(certFolder.toString(),rootCACertList);
+          configuration.add("CARootCerts", rootCACertList);
         }
       }
       else