[Poppler-bugs] [Bug 20660] Improved error reporting of 'ErrOpenFile' errors

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 14 06:35:18 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=20660





--- Comment #1 from Eric Toombs <ewtoombs at uwaterloo.ca>  2009-03-14 06:35:18 PST ---
This patch also gets rid of what I think many would consider undesirable
behaviour allowing, to some extent, case-insensitive matching of file names. It
used to try opening, for example, "fileName.Pdf", then failing that try opening
"filename.pdf", then failing that try opening "FILENAME.PDF". This attempt at
matching the case doesn't make sense in a case-sensitive file system. Also, it
would try to open "filename.pdf" without even checking the reason why opening
"fileName.Pdf" had failed in the first place, meaning that it could have
initially been a problem with file permissions.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list