Actions
Bug #2467
closedFeatureKeys.ALLOW_OLD_JAVA_URI_FORMAT value is inverted
Start date:
2015-10-09
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.6
Fix Committed on Branch:
9.6
Fixed in Maintenance Release:
Platforms:
Description
After calling Configuration.setConfigurationProperty(FeatureKeys.ALLOW_OLD_JAVA_URI_FORMAT, true), the result of Configuration.getConfigurationProperty(FeatureKeys.ALLOW_OLD_JAVA_URI_FORMAT) is false, and vice versa.
The value actually used by Saxon is the value that has been set using setConfigurationProperty(); the bug only affects applications that attempt to discover the current setting using getConfigurationProperty().
Please register to edit this issue
Actions