Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-1935

ContextResource uses a deprecated File.toURL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.3.3
    • 5.3.4, 5.4
    • tapestry-core
    • None

    Description

      This causes issues whenever a file has a hash character ('#') in the name since everything after that it is interpreted as an anchor and excluded from the path used in URL.openStream(). Use file.toURI().toURL() instead.

      Attachments

        Activity

          People

            kaosko Kalle Korhonen
            kaosko Kalle Korhonen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: