Decora.jnlp should not use https for homepage

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • fx1.1
    • Affects Version/s: fx1.0.1
    • Component/s: deploy

      Decora.jnlp uses
        <homepage href="https://scenegraph-effects.dev.java.net/"/>
      and this seems to be the only place in FX runtime where https URL is used.

      Due to jre bug 6783308 this causes initialization of browser security providers on startup.

      This will be eventually fixed in JDK but it is easy to workaround in FX.

      Proposed solution:
         Replace https://scenegraph-effects.dev.java.net/ with http://scenegraph-effects.dev.java.net/.
         (http version of url will redirect to https version of url)

            Assignee:
            Riaz Aimandi
            Reporter:
            Igor Nekrestyanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: