Uploaded image for project: 'Nuxeo ECM Build/Test Environment'
  1. Nuxeo ECM Build/Test Environment
  2. NXBT-727

Unify properties and mark duplicates as deprecated

    XMLWordPrintable

    Details

    • Type: Clean up
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: NCC-1.4.15
    • Component/s: nuxeo-connect-client

      Description

      Some properties are duplicated, for instance: nuxeo.http.proxy.ntlm.host and org.nuxeo.connect.proxy.ntlm.host
      Both are used in nuxeo-connect-client:

      Extract from org.nuxeo.connect.connector.http.ConnectUrlConfig
          public static String getProxyNTLMHost() {
              return NuxeoConnectClient.getProperty(CONNECT_PROXY_NTLM_HOST,
                      NuxeoConnectClient.getProperty(NUXEO_PROXY_NTLM_HOST, null));
          }

      But Nuxeo platform mostly uses nuxeo.*, not org.nuxeo.connect.*.

      Update the doc and mark the org.nuxeo.connect.* as deprecated.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: