Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2850

Wrong/Missing encoding in Filedownload.save(InputStream, String, String)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 6.5.7
    • None
    • None

      When calling Filedownload.save(inputStream, contentType, name) with a file name containing a '#' character (e.g. my#test.png), the character is not encoded. This leads to an error in the browser, as the '#' character is interpreted by the browser.

      We tried to encode it manually, replacing '#' with '%23', but the '%' becomes encoded by the method.

            Unassigned Unassigned
            jkraushaar jkraushaar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: