Tim Steenbeke created CONNECTORS-1567:
-----------------------------------------

             Summary: export of web connection bandwidth throttling
                 Key: CONNECTORS-1567
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1567
             Project: ManifoldCF
          Issue Type: Bug
          Components: Web connector
    Affects Versions: ManifoldCF 2.12, ManifoldCF 2.11
            Reporter: Tim Steenbeke


When exporting the web connector using the API, it doesn't export the bandwidth 
throttling.

This than also doesn't create a connector with bandwidth throttling which gives 
issues in the UI when trying to view or edit.

When using this connector in a job it will use the default bandwidth.

e.g.:
{code:java}
{
  "name": "test_web",
  "configuration": null,
    "_PARAMETER_": [
      {
        "_attribute_name": "Email address",
        "_value_": "tim.steenbeke@formica.digital"
      },
      {
        "_attribute_name": "Robots usage",
        "_value_": "all"
      },
      {
        "_attribute_name": "Meta robots tags usage",
        "_value_": "all"
      },
      {
        "_attribute_name": "Proxy host",
        "_value_": ""
      },
      {
        "_attribute_name": "Proxy port",
        "_value_": ""
      },
      {
        "_attribute_name": "Proxy authentication domain",
        "_value_": ""
      },
      {
        "_attribute_name": "Proxy authentication user name",
        "_value_": ""
      },
      {
        "_attribute_name": "Proxy authentication password",
        "_value_": ""
      }
    ]
  },
  "description": "Website repository standard settup",
  "throttle": null,
  "max_connections": 10,
  "class_name": 
"org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector",
  "acl_authority": null
}{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to