Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-2679

FileURLConnection decodeFilePaths SystemProperty not retrieved correctly.

XMLWordPrintable

      The fix to add SystemProperty "org.jboss.net.protocol.file.decodeFilePaths" in FileURLConnection
      does not work properly. The system property is being used to retrieve a different property with
      the value of the first.

      String flag = System.getProperty("org.jboss.net.protocol.file.decodeFilePaths");
      if( flag != null )
      decodeFilePaths = Boolean.getBoolean;

      This should be:
      decodeFilePaths = Boolean.valueOf.booleanValue();

            dandread1@redhat.com Dimitrios Andreadis
            olubyans@redhat.com Alexey Loubyansky
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: