Uploaded image for project: 'YADE - Yet Another Data Exchange Tool'
  1. YADE - Yet Another Data Exchange Tool
  2. YADE-185

Filenames must be compared by respecting upper-/lowercase-letters, otherwise unix-like filenames are not unique

    XMLWordPrintable

Details

    • Fix
    • Status: Approved (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 1.6.4131
    • YADE Client
    • None

    Description

      Resource: com.sos.VirtualFileSystem/src/com/sos/VirtualFileSystem/DataElements/SOSFileList.java
      Location: line 406

      			// TODO Filenames must be compared by respecting upper-/lowercase-letters, otherwise unix-like filenames are not unique
        //		if (pstrLocalFileName.equalsIgnoreCase(strT)) {
      			if (pstrLocalFileName.equals(strT)) {
      				return objEntry;
      			}
      

      Attachments

        Activity

          People

            kb Klaus-Dieter Buettner (Inactive)
            kb Klaus-Dieter Buettner (Inactive)
            Oliver Haufe Oliver Haufe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: