This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch feature/ignore-all-resolver-floors
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
discard 8edd19b Document the ignore-all contract on the site index
discard 5281941 Reuse the forbidden message for rejected resolutions
discard 36fa4b2 Add a toggle to reject unresolved external references
discard 0ef718e Drop the Woodstox undeclared-entity floor
discard 72062bd Name the external-entity tests after their assertions
discard 0562a09 Judge blocked TrAX outcomes with a ThrowingConsumer
discard 156d128 Tighten the TrAX leak assertions
discard 297f91b Resolve ignored URIs to an empty document instead of an empty
stream
discard 7282a02 Reuse the shared StAX capture helper in
EntityResolverFloorTest
discard 297bfa3 Reuse the shared character-capture helpers in tests
discard a970511 Tidy the HardenedConfiguration comments
discard 7b3d2ad Extend the ignore-all floor to Saxon resource resolution
discard 7e5b3d4 Drop XERCES_LOAD_EXTERNAL_DTD from the hardening recipes
discard 26c1acf Make the resolver floors ignore-all instead of deny-all
discard cd67911 Disable ShadingFootprintTest in a native image
discard ce1c303 Add SchemaHardener as the schema entry point
discard 1170a91 Break the XmlFactories cycle for TrAX, XPath and schema
discard 66be105 Split the resolver floors into top-level classes
discard a442d1c Inline the typed JAXP setters into each hardener
discard 67cf7ad Centralize hardening messages on HardeningException
add 0dd96ba Make package private class HardeningException final
add 441c008 Make package private class SaxonProviderConfigurer final
add 13e0b74 Centralize hardening messages on HardeningException
add b5267e1 Inline the typed JAXP setters into each hardener
add 5bb6e89 Split the resolver floors into top-level classes
add 4c59616 Break the XmlFactories cycle for TrAX, XPath and schema
add 6a547ef Add SchemaHardener as the schema entry point
add 0fcd0a1 Disable ShadingFootprintTest in a native image
add 7ba0341 Make the resolver floors ignore-all instead of deny-all
add 848d55e Drop XERCES_LOAD_EXTERNAL_DTD from the hardening recipes
add 61d3b23 Extend the ignore-all floor to Saxon resource resolution
add 672780d Tidy the HardenedConfiguration comments
add 49e22d5 Reuse the shared character-capture helpers in tests
add 673ea4a Reuse the shared StAX capture helper in
EntityResolverFloorTest
add 52194eb Resolve ignored URIs to an empty document instead of an empty
stream
add 42347e9 Tighten the TrAX leak assertions
add 7ca43ba Judge blocked TrAX outcomes with a ThrowingConsumer
add ce9c4af Name the external-entity tests after their assertions
add 56ae530 Drop the Woodstox undeclared-entity floor
add 79d5e53 Add a toggle to reject unresolved external references
add 9278083 Reuse the forbidden message for rejected resolutions
add d962e4c Document the ignore-all contract on the site index
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8edd19b)
\
N -- N -- N refs/heads/feature/ignore-all-resolver-floors
(d962e4c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
src/main/java/org/apache/commons/xml/HardeningException.java | 2 +-
src/main/java/org/apache/commons/xml/SaxonProvider.java | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)