NPE caused by JDK-6990109 fix

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: deploy
    • b96

      need to check for null in JavaFXAppDesc.getArguments() and ApplicationDesc.getArguments:

          public String[] getArguments() {
              return (arguments == null) ? null :
                     Arrays.copyOf(arguments, arguments.length);
          }

      can be seen with:
      http://stt-13.ru.oracle.com:8080/JavawsMustangIntegTest/7uX_tests/FXOcspAndCrlCheck/html/testOCSPAndCRLRevokedCert.html

            Assignee:
            Andy Herrick (Inactive)
            Reporter:
            Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: