[java-opensaml] branch master updated (5ebc88b -> ede9aba)
Brent Putman
putmanb at georgetown.edu
Fri Sep 28 22:52:58 EDT 2018
This is an automated email from the git hooks/post-receive script.
putmanb pushed a change to branch master
in repository java-opensaml.
from 5ebc88b OSJ-232: Additional protections in unmarshaller around comments/CDATA
new 36b485a OSJ-224: KeyDescriptorUnmarshaller is Locale dependent
new 0ab042f Avoid calling deprecated method in the owning class.
new ede9aba OSJ-249: Enhance FilesystemLoadSaveManager to check file last ...
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
...actConditionalLoadXMLObjectLoadSaveManager.java | 18 +++--
.../ConditionalLoadXMLObjectLoadSaveManager.java | 12 +--
.../xml/persist/FilesystemLoadSaveManager.java | 87 ++++++++++++++++++++--
.../core/xml/persist/MapLoadSaveManager.java | 39 +++++++++-
.../xml/persist/FilesystemLoadSaveManagerTest.java | 2 +-
.../core/xml/persist/MapLoadSaveManagerTest.java | 2 +-
.../opensaml/messaging/context/BaseContext.java | 6 +-
.../metadata/impl/KeyDescriptorUnmarshaller.java | 13 ++--
.../impl/LocalDynamicMetadataResolverTest.java | 8 +-
.../saml2/metadata/impl/KeyDescriptorTest.java | 26 ++++++-
...utes2.xml => KeyDescriptorUnknownAttribute.xml} | 2 +-
...tributes.xml => KeyDescriptorUseEncryption.xml} | 0
...ributes1.xml => KeyDescriptorUseNotPresent.xml} | 2 +-
...yDescriptor.xml => KeyDescriptorUseSigning.xml} | 2 +-
...criptor.xml => KeyDescriptorUseUnspecified.xml} | 2 +-
...riptor.xml => KeyDescriptorUseValueIllegal.xml} | 2 +-
.../opensaml/security/credential/UsageType.java | 30 +++++++-
17 files changed, 197 insertions(+), 56 deletions(-)
rename opensaml-saml-impl/src/test/resources/org/opensaml/saml/saml2/metadata/impl/{KeyDescriptorBadAttributes2.xml => KeyDescriptorUnknownAttribute.xml} (85%)
copy opensaml-saml-impl/src/test/resources/org/opensaml/saml/saml2/metadata/impl/{KeyDescriptorOptionalAttributes.xml => KeyDescriptorUseEncryption.xml} (100%)
rename opensaml-saml-impl/src/test/resources/org/opensaml/saml/saml2/metadata/impl/{KeyDescriptorBadAttributes1.xml => KeyDescriptorUseNotPresent.xml} (76%)
copy opensaml-saml-impl/src/test/resources/org/opensaml/saml/saml2/metadata/impl/{KeyDescriptor.xml => KeyDescriptorUseSigning.xml} (85%)
copy opensaml-saml-impl/src/test/resources/org/opensaml/saml/saml2/metadata/impl/{KeyDescriptor.xml => KeyDescriptorUseUnspecified.xml} (82%)
copy opensaml-saml-impl/src/test/resources/org/opensaml/saml/saml2/metadata/impl/{KeyDescriptor.xml => KeyDescriptorUseValueIllegal.xml} (85%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list