Actions
Bug #3001
closedEML Dataset actor has trouble with file:// URLs for xml,data
Start date:
11/09/2007
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3001
Description
If one uses the 'Browse' button to set EML File and Data File for the EML 2 Dataset actor, a file URL is created (i.e. "file://(file path). The actor, however, does not work with the "file://" included.
Need to convert from file URL to a local file string?
Updated by Dan Higgins about 17 years ago
Actually, the problem was on a Mac, a "C:/..." path from a PC became 'file:/' (single colon) rather than a triple colon "file:///" in the local data url. Fixed code to convert to triple colon.
Actions