Actions
Bug #4304
closedStandardEntityResolver: Turning off tracing messages
Start date:
2019-08-29
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.9, trunk
Fix Committed on Branch:
9.9, trunk
Fixed in Maintenance Release:
Platforms:
Description
I was looking for a way to turn off the tracing messages ("Fetching Saxon copy of ...") that the StandardEntityResolver
issues when fetching files.
After some digging I found out this was possible up to Saxon-HE v9.8.0-15 by setting the configuration option TIMING
to false
.
However, starting with v9.9.0-1 the variable tracing
within the method fetch
of StandardEntityResolver
is hard-coded to true
, so the option TIMING
is ignored.
It seems to me like this may be a bug.
Please register to edit this issue
Actions