Actions
Bug #64
closedopening documents in mde fails because publicID not found
Start date:
08/18/2000
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
64
Description
Trying to open a document in mde fails because the comparison of the document
publicID with the publicID stored in the mde options fails, even if they
apparently match.
Updated by Matt Jones over 24 years ago
Determined that the comparison fails because the publicid is actually compared
with the options document root name, rather than the options document public
id. Fixed this problem by changing IBMParser.java to compare against the
publicID.
Actions