XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Trunk
    • 16.11.01
    • framework
    • None
    • Community Day 2 - 2016, OFBiz Community Day (May 2020)

    Description

      • Make class as final.
      • Add a private constructor.
      • Make the following public static variables as private
            public static final int HOSTCERT_NO_CHECK = 0;
            public static final int HOSTCERT_MIN_CHECK = 1;
            public static final int HOSTCERT_NORMAL_CHECK = 2;
        
      • Add getHostCertNoCheck(), getHostCertMinCheck() and getHostCertNormalCheck() public static methods and use them in following classes, Also check if any class remains;
            HttpClient.java
            URLConnector.java
            AliasSupportedTransportFactory.java
            WidgetMacroLibraryTests.java
            OagisServices.java
        
      • Move following static class at top and make it private.
            static class TrustAnyManager implements X509TrustManager
        

      Attachments

        1. OFBIZ-7551.patch
          8 kB
          Rohit Koushal

        Activity

          People

            arunpati Arun Patidar
            rishisolankii Rishi Solanki
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: