Title:
fileGetMimeType can not get the mimetype of an item in ram:// Virtual File System
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): TIMOTHY CUNNINGHAM / TIMOTHY CUNNINGHAM (TIMOTHY CUNNINGHAM)
Created: 07/26/2013
Components: File Management
Versions: 10.0
Failure Type: Crash
Found In Build/Fixed In Build: Final / 287019
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 1
Problem Description: fileGetMimeType can not get the mimetype of an item in ram:// Virtual File System
Steps to Reproduce: store a text file in ram://test.txt
then dump var="#fileGetMimeType("ram://test.txt", true)
also dump var="#fileGetMimeType("ram://test.txt", false)
Actual Result:
First dump gives you
ram:/test.txt (The filename, directory name, or volume label syntax is incorrect)
second dump:
ram:///test.txt (The filename, directory name, or volume label syntax is incorrect)
Expected Result: should return mimetype
Any Workarounds: write to physical disk (which sucks)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3602428
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: Tim Cunningham-ACP
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: