You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by sc...@apache.org on 2019/08/26 20:27:27 UTC

svn commit: r1865954 [3/5] - in /manifoldcf/trunk: ./ connectors/activedirectory/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/activedirectory/ connectors/alfresco/connector/src/main/java/org/apache/manifoldcf/crawler/connectors...

Modified: manifoldcf/trunk/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoAttachment.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoAttachment.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoAttachment.java (original)
+++ manifoldcf/trunk/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoAttachment.java Mon Aug 26 20:27:25 2019
@@ -20,7 +20,7 @@ package org.apache.manifoldcf.crawler.co
 import java.io.InputStream;
 
 /**
- * @author David Arroyo Escobar <ar...@gmail.com>
+ * @author David Arroyo Escobar &lt;arroyoescobardavid@gmail.com&gt;
  *
  */
 public class NuxeoAttachment {

Modified: manifoldcf/trunk/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoDocumentHelper.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoDocumentHelper.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoDocumentHelper.java (original)
+++ manifoldcf/trunk/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoDocumentHelper.java Mon Aug 26 20:27:25 2019
@@ -68,11 +68,6 @@ public class NuxeoDocumentHelper {
         processDocument();
     }
 
-    /**
-     *
-     *
-     * @return Map<String, Object>
-     */
     public Map<String, Object> getMetadata() {
         Map<String, Object> docMetadata = Maps.newHashMap();
 

Modified: manifoldcf/trunk/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityTest.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityTest.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityTest.java (original)
+++ manifoldcf/trunk/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityTest.java Mon Aug 26 20:27:25 2019
@@ -34,7 +34,7 @@ import static org.mockito.Matchers.anySt
 import org.mockito.runners.MockitoJUnitRunner;
 
 /**
- * @author David Arroyo Escobar <ar...@gmail.com>
+ * @author David Arroyo Escobar &lt;arroyoescobardavid@gmail.com&gt;
  *
  */
 @RunWith(MockitoJUnitRunner.class)

Modified: manifoldcf/trunk/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConnectorTest.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConnectorTest.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConnectorTest.java (original)
+++ manifoldcf/trunk/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConnectorTest.java Mon Aug 26 20:27:25 2019
@@ -52,7 +52,7 @@ import org.nuxeo.client.objects.Reposito
 import org.nuxeo.client.objects.blob.FileBlob;
 
 /**
- * @author David Arroyo Escobar <ar...@gmail.com>
+ * @author David Arroyo Escobar &lt;arroyoescobardavid@gmail.com&gt;
  *
  */
 @RunWith(MockitoJUnitRunner.class)

Modified: manifoldcf/trunk/connectors/opennlp/connector/src/main/java/org/apache/manifoldcf/agents/transformation/opennlp/OpenNlpExtractor.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/opennlp/connector/src/main/java/org/apache/manifoldcf/agents/transformation/opennlp/OpenNlpExtractor.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/opennlp/connector/src/main/java/org/apache/manifoldcf/agents/transformation/opennlp/OpenNlpExtractor.java (original)
+++ manifoldcf/trunk/connectors/opennlp/connector/src/main/java/org/apache/manifoldcf/agents/transformation/opennlp/OpenNlpExtractor.java Mon Aug 26 20:27:25 2019
@@ -95,7 +95,7 @@ public class OpenNlpExtractor extends Ba
    * This method presumes that the underlying connector object has been
    * configured.
    * 
-   * @param spec
+   * @param os
    *            is the current pipeline specification object for this
    *            connection for the job that is doing the crawling.
    * @return a string, of unlimited length, which uniquely describes
@@ -126,7 +126,7 @@ public class OpenNlpExtractor extends Ba
    *            process and serve the document. This URI is constructed by the
    *            repository connector which fetches the document, and is thus
    *            universal across all output connectors.
-   * @param outputDescription
+   * @param pipelineDescription
    *            is the description string that was constructed for this
    *            document by the getOutputDescription() method.
    * @param document
@@ -354,7 +354,7 @@ public class OpenNlpExtractor extends Ba
    * section of a job page which has selected an output connection of the
    * current type. Its purpose is to present the required form elements for
    * editing. The coder can presume that the HTML that is output from this
-   * configuration will be within appropriate <html>, <body>, and <form> tags.
+   * configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.
    * The name of the form is "editjob".
    * 
    * @param out
@@ -478,7 +478,7 @@ public class OpenNlpExtractor extends Ba
    * View specification. This method is called in the body section of a job's
    * view page. Its purpose is to present the output specification information
    * to the user. The coder can presume that the HTML that is output from this
-   * configuration will be within appropriate <html> and <body> tags.
+   * configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
    * 
    * @param out
    *            is the output to which any HTML should be sent.

Modified: manifoldcf/trunk/connectors/opensearchserver/connector/src/main/java/org/apache/manifoldcf/agents/output/opensearchserver/OpenSearchServerConfig.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/opensearchserver/connector/src/main/java/org/apache/manifoldcf/agents/output/opensearchserver/OpenSearchServerConfig.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/opensearchserver/connector/src/main/java/org/apache/manifoldcf/agents/output/opensearchserver/OpenSearchServerConfig.java (original)
+++ manifoldcf/trunk/connectors/opensearchserver/connector/src/main/java/org/apache/manifoldcf/agents/output/opensearchserver/OpenSearchServerConfig.java Mon Aug 26 20:27:25 2019
@@ -41,7 +41,6 @@ public class OpenSearchServerConfig exte
    * value returned by ConfigParams.getParameter is null, the default value is
    * set.
    * 
-   * @param paramList
    * @param params
    */
   public OpenSearchServerConfig(ConfigParams params) {

Modified: manifoldcf/trunk/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/MatchMap.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/MatchMap.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/MatchMap.java (original)
+++ manifoldcf/trunk/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/MatchMap.java Mon Aug 26 20:27:25 2019
@@ -28,7 +28,7 @@ import java.util.regex.*;
 * search and replace, where the replace string can include references to the groups present in the
 * search regexp.
 * MatchMaps can be converted to strings in two different ways.  The first way is to build a single
-* string of the form "match1=replace1&match2=replace2...".  Strings of this kind must escape & and =
+* string of the form "match1=replace1&amp;match2=replace2...".  Strings of this kind must escape &amp; and =
 * characters in the match and replace strings, where found.  The second way is to generate an array
 * of match strings and a corresponding array of replace strings.  This method requires no escaping
 * of the string contents.

Modified: manifoldcf/trunk/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/RegexpMapper.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/RegexpMapper.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/RegexpMapper.java (original)
+++ manifoldcf/trunk/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/RegexpMapper.java Mon Aug 26 20:27:25 2019
@@ -133,7 +133,7 @@ public class RegexpMapper extends org.ap
   
   /** Output the configuration body section.
   * This method is called in the body section of the authority connector's configuration page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -210,7 +210,7 @@ public class RegexpMapper extends org.ap
   
   /** View configuration.
   * This method is called in the body section of the authority connector's view configuration page.  Its purpose is to present the connection information to the user.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently exist, for this connection being configured.

Modified: manifoldcf/trunk/connectors/rocketchat/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/rocketchat/RocketChatConnector.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/rocketchat/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/rocketchat/RocketChatConnector.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/rocketchat/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/rocketchat/RocketChatConnector.java (original)
+++ manifoldcf/trunk/connectors/rocketchat/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/rocketchat/RocketChatConnector.java Mon Aug 26 20:27:25 2019
@@ -488,8 +488,8 @@ public class RocketChatConnector extends
    * View configuration. This method is called in the body section of the
    * connector's view configuration page. Its purpose is to present the
    * connection information to the user. The coder can presume that the HTML that
-   * is output from this configuration will be within appropriate <html> and
-   * <body> tags.
+   * is output from this configuration will be within appropriate &lt;html&gt; and
+   * &lt;body&gt; tags.
    *
    * @param threadContext is the local thread context.
    * @param out is the output to which any HTML should be sent.
@@ -539,7 +539,7 @@ public class RocketChatConnector extends
    * This method is called in the body section of a job page which has selected a repository connection of the
    * current type.  Its purpose is to present the required form elements for editing.
    * The coder can presume that the HTML that is output from this configuration will be within appropriate
-   *  <html>, <body>, and <form> tags.  The name of the form is always "editjob".
+   *  &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the form is always "editjob".
    * The connector will be connected before this method can be called.
    *@param out is the output to which any HTML should be sent.
    *@param locale is the locale the output is preferred to be in.
@@ -720,7 +720,7 @@ public class RocketChatConnector extends
   /** View specification.
    * This method is called in the body section of a job's view page.  Its purpose is to present the document
    * specification information to the user.  The coder can presume that the HTML that is output from
-   * this configuration will be within appropriate <html> and <body> tags.
+   * this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
    * The connector will be connected before this method can be called.
    *@param out is the output to which any HTML should be sent.
    *@param locale is the locale the output is preferred to be in.

Propchange: manifoldcf/trunk/connectors/rss/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Aug 26 20:27:25 2019
@@ -38,6 +38,7 @@
 /manifoldcf/branches/CONNECTORS-1196-3/connectors/rss:1788304-1788529
 /manifoldcf/branches/CONNECTORS-120/connectors/rss:1406712-1407974,1407982-1411043,1411049-1411943,1411969,1412019
 /manifoldcf/branches/CONNECTORS-1231/connectors/rss:1703151-1703180
+/manifoldcf/branches/CONNECTORS-1618/connectors/rss:1865236-1865272
 /manifoldcf/branches/CONNECTORS-470/connectors/rss:1349741-1360750,1360808
 /manifoldcf/branches/CONNECTORS-474/connectors/rss:1349741-1353803
 /manifoldcf/branches/CONNECTORS-488/connectors/rss:1363249-1364203

Modified: manifoldcf/trunk/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java (original)
+++ manifoldcf/trunk/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java Mon Aug 26 20:27:25 2019
@@ -384,7 +384,7 @@ public class RSSConnector extends org.ap
   *@param activities is the interface this method should use to perform whatever framework actions are desired.
   *@param spec is a document specification (that comes from the job).
   *@param seedTime is the end of the time range of documents to consider, exclusive.
-  *@param lastSeedVersionString is the last seeding version string for this job, or null if the job has no previous seeding version string.
+  *@param lastSeedVersion is the last seeding version string for this job, or null if the job has no previous seeding version string.
   *@param jobMode is an integer describing how the job is being run, whether continuous or once-only.
   *@return an updated seeding version string, to be stored with the job.
   */
@@ -1516,7 +1516,7 @@ public class RSSConnector extends org.ap
   
   /** Output the configuration body section.
   * This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -1738,7 +1738,7 @@ public class RSSConnector extends org.ap
   
   /** View configuration.
   * This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently exist, for this connection being configured.
@@ -1899,7 +1899,7 @@ public class RSSConnector extends org.ap
   * This method is called in the body section of a job page which has selected a repository connection of the
   * current type.  Its purpose is to present the required form elements for editing.
   * The coder can presume that the HTML that is output from this configuration will be within appropriate
-  *  <html>, <body>, and <form> tags.  The name of the form is always "editjob".
+  *  &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the form is always "editjob".
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -2842,7 +2842,7 @@ public class RSSConnector extends org.ap
   /** View specification.
   * This method is called in the body section of a job's view page.  Its purpose is to present the document
   * specification information to the user.  The coder can presume that the HTML that is output from
-  * this configuration will be within appropriate <html> and <body> tags.
+  * this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.

Modified: manifoldcf/trunk/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java (original)
+++ manifoldcf/trunk/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java Mon Aug 26 20:27:25 2019
@@ -381,11 +381,6 @@ public class ThrottledFetcher
     * @param urlPath is the path part of the url, e.g. "/robots.txt"
     * @param userAgent is the value of the userAgent header to use.
     * @param from is the value of the from header to use.
-    * @param proxyHost is the proxy host, or null if none.
-    * @param proxyPort is the proxy port, or -1 if none.
-    * @param proxyAuthDomain is the proxy authentication domain, or null.
-    * @param proxyAuthUsername is the proxy authentication user name, or null.
-    * @param proxyAuthPassword is the proxy authentication password, or null.
     * @param lastETag is the requested lastETag header value.
     * @param lastModified is the requested lastModified header value.
     * @return the status code: success, static error, or dynamic error.

Modified: manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/Messages.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/Messages.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/Messages.java (original)
+++ manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/Messages.java Mon Aug 26 20:27:25 2019
@@ -23,7 +23,7 @@ import org.apache.manifoldcf.core.interf
 
 /**
  * 
- * @author Rafa Haro <rh...@apache.org>
+ * @author Rafa Haro &lt;rharo@apache.org&gt;
  *
  */
 public class Messages extends org.apache.manifoldcf.ui.i18n.Messages

Modified: manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxClient.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxClient.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxClient.java (original)
+++ manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxClient.java Mon Aug 26 20:27:25 2019
@@ -44,7 +44,7 @@ import org.xml.sax.SAXException;
 /**
  * SearchBox REST Client
  *
- * @author Rafa Haro <rh...@apache.org>
+ * @author Rafa Haro &lt;rharo@apache.org&gt;
  */
 public class SearchBloxClient {
 

Modified: manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConfig.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConfig.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConfig.java (original)
+++ manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConfig.java Mon Aug 26 20:27:25 2019
@@ -18,7 +18,7 @@ package org.apache.manifoldcf.agents.out
 
 /**
  * <p>SearchBloxConfig class</p>
- * @author Antonio David Perez Morales <ad...@apache.org>
+ * @author Antonio David Perez Morales &lt;adperezmorales@apache.org&gt;
  * 
  */
 class SearchBloxConfig {

Modified: manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConnector.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConnector.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConnector.java (original)
+++ manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConnector.java Mon Aug 26 20:27:25 2019
@@ -38,8 +38,8 @@ import java.util.concurrent.TimeUnit;
  * metadata using the SearchBox REST API
  * (http://www.searchblox.com/developers-2/api-2)
  *
- * @author Rafa Haro <rh...@apache.org>
- * @author Antonio David Perez Morales <ad...@apache.org>
+ * @author Rafa Haro &lt;rharo@apache.org&gt;
+ * @author Antonio David Perez Morales &lt;adperezmorales@apache.org&gt;
  */
 public class SearchBloxConnector extends BaseOutputConnector {
 
@@ -198,7 +198,7 @@ public class SearchBloxConnector extends
    * method, and that a different version string (defined in
    * IRepositoryConnector) is used to describe the version of the actual
    * document.
-   * <p/>
+   * <p>
    * This method presumes that the connector object has been configured, and
    * it is thus able to communicate with the output data store should that be
    * necessary.
@@ -637,8 +637,8 @@ public class SearchBloxConnector extends
    * View specification. This method is called in the body section of a job's
    * view page. Its purpose is to present the pipeline specification
    * information to the user. The coder can presume that the HTML that is
-   * output from this configuration will be within appropriate <html> and
-   * <body> tags.
+   * output from this configuration will be within appropriate &lt;html&gt; and
+   * &lt;body&gt; tags.
    *
    * @param out
    *            is the output to which any HTML should be sent.
@@ -669,7 +669,7 @@ public class SearchBloxConnector extends
    * section of a job page which has selected a pipeline connection of the
    * current type. Its purpose is to present the required form elements for
    * editing. The coder can presume that the HTML that is output from this
-   * configuration will be within appropriate <html>, <body>, and <form> tags.
+   * configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.
    * The name of the form is "editjob".
    *
    * @param out

Modified: manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxDocument.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxDocument.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxDocument.java (original)
+++ manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxDocument.java Mon Aug 26 20:27:25 2019
@@ -45,8 +45,8 @@ import java.util.*;
 /**
  * "Package" class modeling a SearchBox document as a POJO
  *
- * @author Rafa Haro <rh...@apache.org>
- * @author Antonio David Perez Morales <ad...@apache.org>
+ * @author Rafa Haro &lt;rharo@apache.org&gt;
+ * @author Antonio David Perez Morales &lt;adperezmorales@apache.org&gt;
  */
 public class SearchBloxDocument {
 
@@ -178,7 +178,6 @@ public class SearchBloxDocument {
   /**
    * Clean a String from html tags or  break lines
    * @param content
-   * @return
    */
   private String clean(String content) {
     content = content.replaceAll("(\r\n|\n)", " ");

Modified: manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxException.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxException.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxException.java (original)
+++ manifoldcf/trunk/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxException.java Mon Aug 26 20:27:25 2019
@@ -18,7 +18,7 @@ package org.apache.manifoldcf.agents.out
 
 
 /**
- * @author Rafa Haro <rh...@apache.org>
+ * @author Rafa Haro &lt;rharo@apache.org&gt;
  */
 public class SearchBloxException
     extends Exception {

Propchange: manifoldcf/trunk/connectors/sharepoint/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Aug 26 20:27:25 2019
@@ -38,6 +38,7 @@
 /manifoldcf/branches/CONNECTORS-120/connectors/sharepoint:1406712-1407974,1411049-1416451
 /manifoldcf/branches/CONNECTORS-120-1/connectors/sharepoint:1416450-1417056
 /manifoldcf/branches/CONNECTORS-1231/connectors/sharepoint:1703151-1703180
+/manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint:1865236-1865272
 /manifoldcf/branches/CONNECTORS-470/connectors/sharepoint:1349741-1360750,1360808
 /manifoldcf/branches/CONNECTORS-474/connectors/sharepoint:1349741-1353803
 /manifoldcf/branches/CONNECTORS-488/connectors/sharepoint:1363249-1364203

Modified: manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java (original)
+++ manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java Mon Aug 26 20:27:25 2019
@@ -372,9 +372,7 @@ public class SPSProxyHelper {
   /**
   *
   * @return true if connection OK
-  * @throws java.net.MalformedURLException
-  * @throws javax.xml.rpc.ServiceException
-  * @throws java.rmi.RemoteException
+  * @throws ManifoldCFException
   */
   public boolean checkConnection( String site )
     throws ManifoldCFException

Modified: manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointADAuthority.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointADAuthority.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointADAuthority.java (original)
+++ manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointADAuthority.java Mon Aug 26 20:27:25 2019
@@ -505,7 +505,7 @@ public class SharePointADAuthority exten
   
   /** Output the configuration body section.
   * This method is called in the body section of the authority connector's configuration page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -685,7 +685,7 @@ public class SharePointADAuthority exten
   
   /** View configuration.
   * This method is called in the body section of the authority connector's view configuration page.  Its purpose is to present the connection information to the user.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently exist, for this connection being configured.

Modified: manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointAuthority.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointAuthority.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointAuthority.java (original)
+++ manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointAuthority.java Mon Aug 26 20:27:25 2019
@@ -429,7 +429,7 @@ public class SharePointAuthority extends
   
   /** Output the configuration body section.
   * This method is called in the body section of the authority connector's configuration page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -703,7 +703,7 @@ public class SharePointAuthority extends
   
   /** View configuration.
   * This method is called in the body section of the authority connector's view configuration page.  Its purpose is to present the connection information to the user.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently exist, for this connection being configured.

Modified: manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/MatchMap.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/MatchMap.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/MatchMap.java (original)
+++ manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/MatchMap.java Mon Aug 26 20:27:25 2019
@@ -28,7 +28,7 @@ import java.util.regex.*;
 * search and replace, where the replace string can include references to the groups present in the
 * search regexp.
 * MatchMaps can be converted to strings in two different ways.  The first way is to build a single
-* string of the form "match1=replace1&match2=replace2...".  Strings of this kind must escape & and =
+* string of the form "match1=replace1&amp;match2=replace2...".  Strings of this kind must escape &amp; and =
 * characters in the match and replace strings, where found.  The second way is to generate an array
 * of match strings and a corresponding array of replace strings.  This method requires no escaping
 * of the string contents.

Modified: manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java (original)
+++ manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java Mon Aug 26 20:27:25 2019
@@ -107,7 +107,6 @@ public class SPSProxyHelper {
   * @param site
   * @param guid is the list/library GUID
   * @return array of sids
-  * @throws Exception
   */
   public String[] getACLs(String site, String guid, boolean activeDirectoryAuthority )
     throws ManifoldCFException, ServiceInterruption
@@ -548,7 +547,6 @@ public class SPSProxyHelper {
   /**
   *
   * @param site
-  * @param docLibrary
   * @return an XML document
   * @throws ManifoldCFException
   * @throws ServiceInterruption
@@ -1027,7 +1025,7 @@ public class SPSProxyHelper {
   /**
   *
   * @param parentSite
-  * @param list name
+  * @param listName name
   * @return document library ID
   * @throws ManifoldCFException
   * @throws ServiceInterruption
@@ -1410,8 +1408,6 @@ public class SPSProxyHelper {
   *
   * @param userCall
   * @param userLogin
-  * @return
-  * @throws Exception
   */
   private String getSidForUser(com.microsoft.schemas.sharepoint.soap.directory.UserGroupSoap userCall, String userLogin,
     boolean activeDirectoryAuthority)
@@ -1460,8 +1456,6 @@ public class SPSProxyHelper {
   *
   * @param userCall
   * @param groupName
-  * @return
-  * @throws Exception
   */
   private List<String> getSidsForGroup(com.microsoft.schemas.sharepoint.soap.directory.UserGroupSoap userCall, String groupName,
     boolean activeDirectoryAuthority)
@@ -1533,8 +1527,6 @@ public class SPSProxyHelper {
   *
   * @param userCall
   * @param roleName
-  * @return
-  * @throws Exception
   */
   private List<String> getSidsForRole( com.microsoft.schemas.sharepoint.soap.directory.UserGroupSoap userCall, String roleName,
     boolean activeDirectoryAuthority)
@@ -1583,9 +1575,8 @@ public class SPSProxyHelper {
   /**
   *
   * @return true if connection OK
-  * @throws java.net.MalformedURLException
-  * @throws javax.xml.rpc.ServiceException
-  * @throws java.rmi.RemoteException
+  * @throws ManifoldCFException
+  * @throws ServiceInterruption
   */
   public boolean checkConnection( String site, boolean sps30 )
     throws ManifoldCFException, ServiceInterruption
@@ -1826,7 +1817,7 @@ public class SPSProxyHelper {
   /**
   * Gets a list of field names of the given document library
   * @param site
-  * @param list/library name
+  * @param listName list/library name
   * @return list of the fields
   */
   public Map<String,String> getFieldList( String site, String listName )

Modified: manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java (original)
+++ manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java Mon Aug 26 20:27:25 2019
@@ -714,7 +714,7 @@ public class SharePointRepository extend
   *@param activities is the interface this method should use to perform whatever framework actions are desired.
   *@param spec is a document specification (that comes from the job).
   *@param seedTime is the end of the time range of documents to consider, exclusive.
-  *@param lastSeedVersionString is the last seeding version string for this job, or null if the job has no previous seeding version string.
+  *@param lastSeedVersion is the last seeding version string for this job, or null if the job has no previous seeding version string.
   *@param jobMode is an integer describing how the job is being run, whether continuous or once-only.
   *@return an updated seeding version string, to be stored with the job.
   */
@@ -2243,7 +2243,7 @@ public class SharePointRepository extend
   
   /** Output the configuration body section.
   * This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -2396,7 +2396,7 @@ public class SharePointRepository extend
   
   /** View configuration.
   * This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently exist, for this connection being configured.
@@ -2546,7 +2546,7 @@ public class SharePointRepository extend
   * This method is called in the body section of a job page which has selected a repository connection of the
   * current type.  Its purpose is to present the required form elements for editing.
   * The coder can presume that the HTML that is output from this configuration will be within appropriate
-  *  <html>, <body>, and <form> tags.  The name of the form is always "editjob".
+  *  &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the form is always "editjob".
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -3580,7 +3580,7 @@ public class SharePointRepository extend
   /** View specification.
   * This method is called in the body section of a job's view page.  Its purpose is to present the document
   * specification information to the user.  The coder can presume that the HTML that is output from
-  * this configuration will be within appropriate <html> and <body> tags.
+  * this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -3703,7 +3703,7 @@ public class SharePointRepository extend
   /**
   * Gets a list of field names of the given document library or list.
   * @param parentSite - parent site path
-  * @param docLibrary name
+  * @param listName name
   * @return list of the fields
   */
   public Map<String,String> getListFieldList( String parentSite, String listName )

Modified: manifoldcf/trunk/connectors/slack/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/slack/SlackConnector.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/slack/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/slack/SlackConnector.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/slack/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/slack/SlackConnector.java (original)
+++ manifoldcf/trunk/connectors/slack/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/slack/SlackConnector.java Mon Aug 26 20:27:25 2019
@@ -429,8 +429,8 @@ public class SlackConnector extends org.
   * View configuration. This method is called in the body section of the
   * connector's view configuration page. Its purpose is to present the
   * connection information to the user. The coder can presume that the HTML that
-  * is output from this configuration will be within appropriate <html> and
-  * <body> tags.
+  * is output from this configuration will be within appropriate &lt;html&gt; and
+  * &lt;body&gt; tags.
   *
   * @param threadContext is the local thread context.
   * @param out is the output to which any HTML should be sent.
@@ -480,7 +480,7 @@ public class SlackConnector extends org.
   * This method is called in the body section of a job page which has selected a repository connection of the
   * current type.  Its purpose is to present the required form elements for editing.
   * The coder can presume that the HTML that is output from this configuration will be within appropriate
-  *  <html>, <body>, and <form> tags.  The name of the form is always "editjob".
+  *  &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the form is always "editjob".
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -639,7 +639,7 @@ public class SlackConnector extends org.
   /** View specification.
   * This method is called in the body section of a job's view page.  Its purpose is to present the document
   * specification information to the user.  The coder can presume that the HTML that is output from
-  * this configuration will be within appropriate <html> and <body> tags.
+  * this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.

Modified: manifoldcf/trunk/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/HttpPoster.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/HttpPoster.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/HttpPoster.java (original)
+++ manifoldcf/trunk/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/HttpPoster.java Mon Aug 26 20:27:25 2019
@@ -561,7 +561,8 @@ public class HttpPoster
    * @param arguments are the configuration arguments to pass in the post.  Key is argument name, value is a list of the argument values.
    * @param authorityNameString is the name of the governing authority for this document's acls, or null if none.
    * @param activities is the activities object, so we can report what's happening.   @return true if the ingestion was successful, or false if the ingestion is illegal.
-  * @throws ManifoldCFException, ServiceInterruption
+  * @throws ManifoldCFException
+  * @throws ServiceInterruption
   */
   public boolean indexPost(String documentURI,
     RepositoryDocument document, Map<String,List<String>> arguments,

Modified: manifoldcf/trunk/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/ModifiedHttpMultipart.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/ModifiedHttpMultipart.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/ModifiedHttpMultipart.java (original)
+++ manifoldcf/trunk/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/ModifiedHttpMultipart.java Mon Aug 26 20:27:25 2019
@@ -234,7 +234,7 @@ public class ModifiedHttpMultipart {
      * individual parts plus that of extra elements required to delimit the parts
      * from one another). If any of the @{link BodyPart}s contained in this object
      * is of a streaming entity of unknown length the total length is also unknown.
-     * <p/>
+     * <p>
      * This method buffers only a small amount of data in order to determine the
      * total length of the entire entity. The content of individual parts is not
      * buffered.

Modified: manifoldcf/trunk/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/SolrConnector.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/SolrConnector.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/SolrConnector.java (original)
+++ manifoldcf/trunk/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/SolrConnector.java Mon Aug 26 20:27:25 2019
@@ -935,7 +935,7 @@ public class SolrConnector extends org.a
   
   /** Output the configuration body section.
   * This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -2052,7 +2052,7 @@ public class SolrConnector extends org.a
   
   /** View configuration.
   * This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently exist, for this connection being configured.

Modified: manifoldcf/trunk/connectors/tika/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tika/TikaExtractor.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/tika/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tika/TikaExtractor.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/tika/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tika/TikaExtractor.java (original)
+++ manifoldcf/trunk/connectors/tika/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tika/TikaExtractor.java Mon Aug 26 20:27:25 2019
@@ -149,7 +149,7 @@ public class TikaExtractor extends org.a
   * an output description string in order to determine what should be done.
   *@param documentURI is the URI of the document.  The URI is presumed to be the unique identifier which the output data store will use to process
   * and serve the document.  This URI is constructed by the repository connector which fetches the document, and is thus universal across all output connectors.
-  *@param outputDescription is the description string that was constructed for this document by the getOutputDescription() method.
+  *@param pipelineDescription is the description string that was constructed for this document by the getOutputDescription() method.
   *@param document is the document data to be processed (handed to the output data store).
   *@param authorityNameString is the name of the authority responsible for authorizing any access tokens passed in with the repository document.  May be null.
   *@param activities is the handle to an object that the implementer of a pipeline connector may use to perform operations, such as logging processing activity,
@@ -393,7 +393,7 @@ public class TikaExtractor extends org.a
 
   /** Output the configuration body section.
    * This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
-   * The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+   * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the
    * form is "editconnection".
    *@param threadContext is the local thread context.
    *@param out is the output to which any HTML should be sent.
@@ -468,8 +468,8 @@ public class TikaExtractor extends org.a
    * View configuration. This method is called in the body section of the
    * authority connector's view configuration page. Its purpose is to present
    * the connection information to the user. The coder can presume that the HTML
-   * that is output from this configuration will be within appropriate <html>
-   * and <body> tags.
+   * that is output from this configuration will be within appropriate &lt;html&gt;
+   * and &lt;body&gt; tags.
    *
    * @param threadContext is the local thread context.
    * @param out is the output to which any HTML should be sent.
@@ -515,7 +515,7 @@ public class TikaExtractor extends org.a
   
   /** Output the specification body section.
   * This method is called in the body section of a job page which has selected a pipeline connection of the current type.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the
   * form is "editjob".
   *@param out is the output to which any HTML should be sent.
   *@param locale is the preferred local of the output.
@@ -700,7 +700,7 @@ public class TikaExtractor extends org.a
 
   /** View specification.
   * This method is called in the body section of a job's view page.  Its purpose is to present the pipeline specification information to the user.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the preferred local of the output.
   *@param connectionSequenceNumber is the unique number of this connection within the job.

Modified: manifoldcf/trunk/connectors/tikaservice/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tikaservice/TikaExtractor.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/tikaservice/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tikaservice/TikaExtractor.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/tikaservice/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tikaservice/TikaExtractor.java (original)
+++ manifoldcf/trunk/connectors/tikaservice/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tikaservice/TikaExtractor.java Mon Aug 26 20:27:25 2019
@@ -297,7 +297,7 @@ public class TikaExtractor extends org.a
   
   /** Output the configuration body section.
   * This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -344,7 +344,7 @@ public class TikaExtractor extends org.a
   
   /** View configuration.
   * This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently exist, for this connection being configured.
@@ -488,7 +488,7 @@ public class TikaExtractor extends org.a
    *          serve the document. This URI is constructed by the repository
    *          connector which fetches the document, and is thus universal across
    *          all output connectors.
-   * @param outputDescription
+   * @param pipelineDescription
    *          is the description string that was constructed for this document
    *          by the getOutputDescription() method.
    * @param document
@@ -860,7 +860,7 @@ public class TikaExtractor extends org.a
    * section of a job page which has selected a pipeline connection of the
    * current type. Its purpose is to present the required form elements for
    * editing. The coder can presume that the HTML that is output from this
-   * configuration will be within appropriate <html>, <body>, and <form> tags.
+   * configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.
    * The name of the form is "editjob".
    * 
    * @param out
@@ -999,7 +999,7 @@ public class TikaExtractor extends org.a
    * View specification. This method is called in the body section of a job's
    * view page. Its purpose is to present the pipeline specification information
    * to the user. The coder can presume that the HTML that is output from this
-   * configuration will be within appropriate <html> and <body> tags.
+   * configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
    * 
    * @param out
    *          is the output to which any HTML should be sent.

Modified: manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/CookieManager.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/CookieManager.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/CookieManager.java (original)
+++ manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/CookieManager.java Mon Aug 26 20:27:25 2019
@@ -37,7 +37,7 @@ import org.apache.http.impl.cookie.Basic
 * 
 * <br><br>
 * <b>cookiedata</b>
-* <table border="1" cellpadding="3" cellspacing="0">
+* <table border="1" cellpadding="3" cellspacing="0" summary="">
 * <tr class="TableHeadingColor">
 * <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
 * <tr><td>sequencekey</td><td>VARCHAR(255)</td><td></td></tr>

Modified: manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/DNSManager.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/DNSManager.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/DNSManager.java (original)
+++ manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/DNSManager.java Mon Aug 26 20:27:25 2019
@@ -35,7 +35,7 @@ import org.apache.manifoldcf.crawler.sys
 * 
 * <br><br>
 * <b>dnsdata</b>
-* <table border="1" cellpadding="3" cellspacing="0">
+* <table border="1" cellpadding="3" cellspacing="0" summary="">
 * <tr class="TableHeadingColor">
 * <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
 * <tr><td>hostname</td><td>VARCHAR(255)</td><td>Primary Key</td></tr>

Modified: manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/RobotsManager.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/RobotsManager.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/RobotsManager.java (original)
+++ manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/RobotsManager.java Mon Aug 26 20:27:25 2019
@@ -35,7 +35,7 @@ import org.apache.manifoldcf.crawler.sys
 * 
 * <br><br>
 * <b>robotsdata</b>
-* <table border="1" cellpadding="3" cellspacing="0">
+* <table border="1" cellpadding="3" cellspacing="0" summary="">
 * <tr class="TableHeadingColor">
 * <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
 * <tr><td>hostname</td><td>VARCHAR(255)</td><td>Primary Key</td></tr>

Modified: manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/WebcrawlerConnector.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/WebcrawlerConnector.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/WebcrawlerConnector.java (original)
+++ manifoldcf/trunk/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/WebcrawlerConnector.java Mon Aug 26 20:27:25 2019
@@ -1849,7 +1849,7 @@ public class WebcrawlerConnector extends
   
   /** Output the configuration body section.
   * This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -2291,7 +2291,7 @@ public class WebcrawlerConnector extends
   
   /** View configuration.
   * This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently exist, for this connection being configured.
@@ -2617,7 +2617,7 @@ public class WebcrawlerConnector extends
   * This method is called in the body section of a job page which has selected a repository connection of the
   * current type.  Its purpose is to present the required form elements for editing.
   * The coder can presume that the HTML that is output from this configuration will be within appropriate
-  *  <html>, <body>, and <form> tags.  The name of the form is always "editjob".
+  *  &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the form is always "editjob".
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -3058,7 +3058,7 @@ public class WebcrawlerConnector extends
   /** View specification.
   * This method is called in the body section of a job's view page.  Its purpose is to present the document
   * specification information to the user.  The coder can presume that the HTML that is output from
-  * this configuration will be within appropriate <html> and <body> tags.
+  * this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -3742,7 +3742,6 @@ public class WebcrawlerConnector extends
   
   /** Convert a document identifier to filename.
    * @param documentIdentifier
-   * @return
    * @throws URISyntaxException
    */
   protected String documentIdentifiertoFileName(String documentIdentifier) 

Propchange: manifoldcf/trunk/connectors/wiki/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Aug 26 20:27:25 2019
@@ -39,6 +39,7 @@
 /manifoldcf/branches/CONNECTORS-1196-3/connectors/wiki:1788304-1788529
 /manifoldcf/branches/CONNECTORS-120/connectors/wiki:1406712-1407974,1407982-1411043,1411049-1411943
 /manifoldcf/branches/CONNECTORS-1231/connectors/wiki:1703151-1703180
+/manifoldcf/branches/CONNECTORS-1618/connectors/wiki:1865236-1865272
 /manifoldcf/branches/CONNECTORS-470/connectors/wiki:1349741-1360750,1360808
 /manifoldcf/branches/CONNECTORS-474/connectors/wiki:1349741-1353803
 /manifoldcf/branches/CONNECTORS-488/connectors/wiki:1363249-1364203

Modified: manifoldcf/trunk/connectors/wiki/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/wiki/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/wiki/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.java (original)
+++ manifoldcf/trunk/connectors/wiki/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.java Mon Aug 26 20:27:25 2019
@@ -867,7 +867,7 @@ public class WikiConnector extends org.a
   *@param activities is the interface this method should use to perform whatever framework actions are desired.
   *@param spec is a document specification (that comes from the job).
   *@param seedTime is the end of the time range of documents to consider, exclusive.
-  *@param lastSeedVersionString is the last seeding version string for this job, or null if the job has no previous seeding version string.
+  *@param lastSeedVersion is the last seeding version string for this job, or null if the job has no previous seeding version string.
   *@param jobMode is an integer describing how the job is being run, whether continuous or once-only.
   *@return an updated seeding version string, to be stored with the job.
   */
@@ -1092,7 +1092,7 @@ public class WikiConnector extends org.a
   
   /** Output the configuration body section.
   * This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -1425,7 +1425,7 @@ public class WikiConnector extends org.a
   
   /** View configuration.
   * This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently exist, for this connection being configured.
@@ -1534,7 +1534,7 @@ public class WikiConnector extends org.a
   * This method is called in the body section of a job page which has selected a repository connection of the
   * current type.  Its purpose is to present the required form elements for editing.
   * The coder can presume that the HTML that is output from this configuration will be within appropriate
-  *  <html>, <body>, and <form> tags.  The name of the form is always "editjob".
+  *  &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the form is always "editjob".
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -1912,7 +1912,7 @@ public class WikiConnector extends org.a
   /** View specification.
   * This method is called in the body section of a job's view page.  Its purpose is to present the document
   * specification information to the user.  The coder can presume that the HTML that is output from
-  * this configuration will be within appropriate <html> and <body> tags.
+  * this configuration will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -2207,16 +2207,18 @@ public class WikiConnector extends org.a
   }
 
   /** Parse check response, e.g.:
-  * <api xmlns="http://www.mediawiki.org/xml/api/">
-  *   <query>
-  *     <allpages>
-  *       <p pageid="19839654" ns="0" title="Kre&#039;fey" />
-  *     </allpages>
-  *   </query>
-  *   <query-continue>
-  *     <allpages apfrom="Krea" />
-  *   </query-continue>
-  * </api>
+  * <pre>
+  * &lt;api xmlns="http://www.mediawiki.org/xml/api/"&gt;
+  *   &lt;query&gt;
+  *     &lt;allpages&gt;
+  *       &lt;p pageid="19839654" ns="0" title="Kre&#039;fey" /&gt;
+  *     &lt;/allpages&gt;
+  *   &lt;/query&gt;
+  *   &lt;query-continue&gt;
+  *     &lt;allpages apfrom="Krea" /&gt;
+  *   &lt;/query-continue&gt;
+  * &lt;/api&gt;
+  * </pre>
   */
   protected static boolean parseCheckResponse(InputStream is)
     throws ManifoldCFException, ServiceInterruption
@@ -2577,20 +2579,22 @@ public class WikiConnector extends org.a
   }
 
   /** Parse list output, e.g.:
-  * <api xmlns="http://www.mediawiki.org/xml/api/">
-  *   <query>
-  *     <allpages>
-  *       <p pageid="19839654" ns="0" title="Kre&#039;fey" />
-  *       <p pageid="30955295" ns="0" title="Kre-O" />
-  *       <p pageid="14773725" ns="0" title="Kre8tiveworkz" />
-  *       <p pageid="19219017" ns="0" title="Kre M&#039;Baye" />
-  *       <p pageid="19319577" ns="0" title="Kre Mbaye" />
-  *     </allpages>
-  *   </query>
-  *   <query-continue>
-  *     <allpages apfrom="Krea" />
-  *   </query-continue>
-  * </api>
+  * <pre>
+  * &lt;api xmlns="http://www.mediawiki.org/xml/api/"&gt;
+  *   &lt;query&gt;
+  *     &lt;allpages&gt;
+  *       &lt;p pageid="19839654" ns="0" title="Kre&#039;fey" /&gt;
+  *       &lt;p pageid="30955295" ns="0" title="Kre-O" /&gt;
+  *       &lt;p pageid="14773725" ns="0" title="Kre8tiveworkz" /&gt;
+  *       &lt;p pageid="19219017" ns="0" title="Kre M&#039;Baye" /&gt;
+  *       &lt;p pageid="19319577" ns="0" title="Kre Mbaye" /&gt;
+  *     &lt;/allpages&gt;
+  *   &lt;/query&gt;
+  *   &lt;query-continue&gt;
+  *     &lt;allpages apfrom="Krea" /&gt;
+  *   &lt;/query-continue&gt;
+  * &lt;/api&gt;
+  * </pre>
   */
   protected static boolean parseListPagesResponse(InputStream is, XThreadStringBuffer buffer, String startPageTitle, ReturnString lastTitle)
     throws ManifoldCFException, ServiceInterruption
@@ -2947,13 +2951,15 @@ public class WikiConnector extends org.a
   }
 
   /** This method parses a response like the following:
-  * <api>
-  *   <query>
-  *     <pages>
-  *       <page pageid="27697087" ns="0" title="API" fullurl="..."/>
-  *     </pages>
-  *   </query>
-  * </api>
+  * <pre>
+  * &lt;api&gt;
+  *   &lt;query&gt;
+  *     &lt;pages&gt;
+  *       &lt;page pageid="27697087" ns="0" title="API" fullurl="..."/&gt;
+  *     &lt;/pages&gt;
+  *   &lt;/query&gt;
+  * &lt;/api&gt;
+  * </pre>
   */
   protected static boolean parseGetDocURLsResponse(InputStream is, Map<String,String> urls)
     throws ManifoldCFException, ServiceInterruption
@@ -3260,17 +3266,19 @@ public class WikiConnector extends org.a
   }
 
   /** This method parses a response like the following:
-  * <api>
-  *   <query>
-  *     <pages>
-  *       <page pageid="27697087" ns="0" title="API">
-  *         <revisions>
-  *           <rev user="Graham87" timestamp="2010-06-13T08:41:17Z" />
-  *         </revisions>
-  *       </page>
-  *     </pages>
-  *   </query>
-  * </api>
+  * <pre>
+  * &lt;api&gt;
+  *   &lt;query&gt;
+  *     &lt;pages&gt;
+  *       &lt;page pageid="27697087" ns="0" title="API"&gt;
+  *         &lt;revisions&gt;
+  *           &lt;rev user="Graham87" timestamp="2010-06-13T08:41:17Z" /&gt;
+  *         &lt;/revisions&gt;
+  *       &lt;/page&gt;
+  *     &lt;/pages&gt;
+  *   &lt;/query&gt;
+  * &lt;/api&gt;
+  * </pre>
   */
   protected static boolean parseGetTimestampResponse(InputStream is, Map<String,String> versions)
     throws ManifoldCFException, ServiceInterruption

Modified: manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/agentmanager/AgentManager.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/agentmanager/AgentManager.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/agentmanager/AgentManager.java (original)
+++ manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/agentmanager/AgentManager.java Mon Aug 26 20:27:25 2019
@@ -26,7 +26,7 @@ import java.util.*;
  * 
  * <br><br>
  * <b>agents</b>
- * <table border="1" cellpadding="3" cellspacing="0">
+ * <table border="1" cellpadding="3" cellspacing="0" summary="">
  * <tr class="TableHeadingColor">
  * <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
  * <tr><td>classname</td><td>VARCHAR(255)</td><td>Primary Key</td></tr>

Modified: manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/incrementalingest/IncrementalIngester.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/incrementalingest/IncrementalIngester.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/incrementalingest/IncrementalIngester.java (original)
+++ manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/incrementalingest/IncrementalIngester.java Mon Aug 26 20:27:25 2019
@@ -36,7 +36,7 @@ import java.io.*;
 *
 * <br><br>
 * <b>ingeststatus</b>
-* <table border="1" cellpadding="3" cellspacing="0">
+* <table border="1" cellpadding="3" cellspacing="0" summary="">
 * <tr class="TableHeadingColor">
 * <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
 * <tr><td>id</td><td>BIGINT</td><td>Primary Key</td></tr>
@@ -362,10 +362,7 @@ public class IncrementalIngester extends
   }
 
   /** Grab the entire pipeline.
-  *@param transformationConnections - the transformation connections, in order
-  *@param outputConnection - the output connection
-  *@param transformationDescriptionStrings - the array of description strings for transformations
-  *@param outputDescriptionString - the output description string
+  *@param pipelineConnections - the pipeline specification with version information
   *@return the pipeline description, or null if any part of the pipeline cannot be grabbed.
   */
   protected PipelineObjectWithVersions pipelineGrabWithVersions(IPipelineSpecificationWithVersions pipelineConnections)
@@ -412,10 +409,7 @@ public class IncrementalIngester extends
   }
 
   /** Grab the entire pipeline.
-  *@param transformationConnections - the transformation connections, in order
-  *@param outputConnection - the output connection
-  *@param transformationDescriptionStrings - the array of description strings for transformations
-  *@param outputDescriptionString - the output description string
+  *@param pipelineConnections - the pipeline specification
   *@return the pipeline description, or null if any part of the pipeline cannot be grabbed.
   */
   protected PipelineObject pipelineGrab(IPipelineSpecification pipelineConnections)
@@ -976,7 +970,7 @@ public class IncrementalIngester extends
   *@param pipelineConnections is the pipeline specification.
   *@param identifierClasses are the names of the spaces in which the identifier hashes should be interpreted.
   *@param identifierHashes is tha array of document identifier hashes if the documents.
-  *@param activities is the object to use to log the details of the ingestion attempt.  May be null.
+  *@param originalActivities is the object to use to log the details of the ingestion attempt.  May be null.
   */
   @Override
   public void documentDeleteMultiple(
@@ -1769,7 +1763,6 @@ public class IncrementalIngester extends
   /** Get a chunk of document ingest data records.
   *@param rval is the document ingest status array where the data should be put.
   *@param map is the map from id to index.
-  *@param clause is the in clause for the query.
   *@param list is the parameter list for the query.
   */
   protected void getPipelineDocumentIngestDataChunk(IngestStatuses rval, Map<String,Integer> map, String[] outputConnectionNames, List<String> list,
@@ -1925,7 +1918,6 @@ public class IncrementalIngester extends
   /** Query for and calculate the interval for a bunch of hashcodes.
   *@param rval is the array to stuff calculated return values into.
   *@param list is the list of parameters.
-  *@param queryPart is the part of the query pertaining to the list of hashcodes
   *@param returnMap is a mapping from document id to rval index.
   */
   protected void getIntervals(long[] rval, String[] outputConnectionNames, List<String> list, Map<String,Integer> returnMap)
@@ -2198,8 +2190,6 @@ public class IncrementalIngester extends
   
   /** Get a chunk of document uris.
   *@param rval is the string array where the uris should be put.
-  *@param map is the map from id to index.
-  *@param clause is the in clause for the query.
   *@param list are the doc keys for the query.
   */
   protected void getDocumentURIChunk(List<DeleteInfo> rval, String outputConnectionName,
@@ -2241,8 +2231,6 @@ public class IncrementalIngester extends
 
   /** Get a chunk of document uris.
   *@param rval is the string array where the uris should be put.
-  *@param map is the map from id to index.
-  *@param clause is the in clause for the query.
   *@param list are the doc keys for the query.
   *@param componentHash is the component hash, if any, for the query.
   */

Modified: manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/AgentFactory.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/AgentFactory.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/AgentFactory.java (original)
+++ manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/AgentFactory.java Mon Aug 26 20:27:25 2019
@@ -32,7 +32,6 @@ public class AgentFactory
   }
 
   /** Make an agent, given a class name.
-  *@param tc is the thread context.
   *@param className is the agent class name.
   *@return the agent.
   */

Modified: manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IAgent.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IAgent.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IAgent.java (original)
+++ manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IAgent.java Mon Aug 26 20:27:25 2019
@@ -70,7 +70,7 @@ public interface IAgent
   * Call this method to clean up dangling persistent state when a cluster is just starting
   * to come up.  This method CANNOT be called when there are any active agents
   * processes at all.
-  *@param processID is the current process ID.
+  *@param currentProcessID is the current process ID.
   */
   public void cleanUpAllAgentData(IThreadContext threadContext, String currentProcessID)
     throws ManifoldCFException;

Modified: manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IPipelineConnector.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IPipelineConnector.java?rev=1865954&r1=1865953&r2=1865954&view=diff
==============================================================================
--- manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IPipelineConnector.java (original)
+++ manifoldcf/trunk/framework/agents/src/main/java/org/apache/manifoldcf/agents/interfaces/IPipelineConnector.java Mon Aug 26 20:27:25 2019
@@ -19,7 +19,6 @@
 package org.apache.manifoldcf.agents.interfaces;
 
 import org.apache.manifoldcf.core.interfaces.*;
-import org.apache.manifoldcf.agents.interfaces.*;
 
 import java.io.*;
 import java.util.*;
@@ -160,7 +159,7 @@ public interface IPipelineConnector exte
   
   /** Output the specification body section.
   * This method is called in the body section of a job page which has selected a pipeline connection of the current type.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the
   * form is "editjob".
   *@param out is the output to which any HTML should be sent.
   *@param locale is the preferred local of the output.
@@ -189,7 +188,7 @@ public interface IPipelineConnector exte
   
   /** View specification.
   * This method is called in the body section of a job's view page.  Its purpose is to present the pipeline specification information to the user.
-  * The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration will be within appropriate &lt;html&gt; and &lt;body&gt; tags.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the preferred local of the output.
   *@param connectionSequenceNumber is the unique number of this connection within the job.