Uploaded image for project: 'HttpComponents HttpClient'
  1. HttpComponents HttpClient
  2. HTTPCLIENT-1778

[OSGi] simplify handling of ManagedService based configurations

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.5.2, 5.0 Alpha1
    • 4.5.3, 5.0 Alpha2
    • HttpClient (classic)
    • None

    Description

      The handling of both the ProxyConfigurations and the TrustedHostsConfiguration can be greatly simplified. Currently the consumers of these objects retrieve them from the OSGi framework. Since all of these objects are mutable singletons and are continually updated to reflect the latest configuration, it is unnecessary to get them over and over again from the framework.

      The ProxyConfigurations can be handed down as a List<ProxyConfiguration> and the TrustedHostsConfiguration can be handed down as-is.

      Attachments

        Activity

          People

            jsedding Julian Sedding
            jsedding Julian Sedding
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: