Uploaded image for project: 'Jalview'
  1. Jalview
  2. JAL-3689

Some URLs are detected with fileName.startsWith("http://") but should include "https://" too

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 2.11.1.0
    • Fix Version/s: 2.11.1.1, 2.11.1.4
    • Component/s: urllinks
    • Labels:
      None

      Description

      In a few places, a filename is detected as being a URL by checking

      fileName.startsWith("http://")

      when it should be

      fileName.startsWith("http://") || fileName.startsWith("https://")

      These should be fixed.

        Attachments

          Issue Links

            Activity

              People

              Assignee:
              soares Ben Soares
              Reporter:
              soares Ben Soares
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved: