Actions
Bug #1111
closedProblem with EML2 export with Java 1.4.2
Start date:
07/11/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1111
Description
Export to EML2 functions seems to work fine with Java 1.4.1_02, but when the
newer Java 1.4.2 version is used, the EML2 export fails to create a complete
EML2 document. Apparently, the URI resolver that looks for files when a
transformation is being done looks in a different location that previously!
The class "MyURIResolver" should handle this, but apparently does not!
Updated by Dan Higgins over 21 years ago
file url was set to begin with "file://"; changing this to "file:///" fixed
problem with Java 1.4.2. (Not sure why the old code works with Java 1.4.1 ???)
Actions