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.
Updated by Michael Kay over 5 years ago
- Category set to Diagnostics
- Status changed from New to Resolved
- Assignee set to Michael Kay
- Applies to branch 9.9, trunk added
- Fix Committed on Branch 9.9, trunk added
Indeed this is a bug. Thanks for reporting it. Patch committed.
Updated by O'Neil Delpratt over 5 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in Maintenance Release 9.9.1.5 added
Bug fix applied in the Saxon 9.9.1.5 maintenance release.
Please register to edit this issue
Actions