Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0.0
    • Fix Version/s: 2.0.1
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ACE fileEntry with IE 7 (and maybe 6) on tomcat 6 in OS X 10.6

      Description

      A reincarnation of ICE-1540 and ICE-1868. A long time ago, with the ice:inputFile component, it was observed that when IE 6/7 upload a file it includes the full client machine path to the file. Firefox and WebKit only give the file name. Code was added to the server processing of the uploaded files to strip out the extraneous path information.

      When testing uploading from IE 7 to an OS X 10.6 server running tomcat 6, it was found that this old stripping code was in place, but not working. Not sure if it's a Java 1.6 issue or what.

        Activity

        Hide
        Mark Collette added a comment -

        Replaced the code that used File.getName() code with basic String operations that search for the platform file separator, / and \.

        Subversion 24236

        Show
        Mark Collette added a comment - Replaced the code that used File.getName() code with basic String operations that search for the platform file separator, / and \. Subversion 24236

          People

          • Assignee:
            Mark Collette
            Reporter:
            Mark Collette
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: