[java-opensaml2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt src/main/java/org/opensaml/DefaultBootstrap.java
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 15 21:59:24 GMT 2012
Author: putmanb
Date: Thu Mar 15 21:59:24 2012
New Revision: 1572
URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1572&view=rev
Log:
JOST-185: Defaultbootstrap does not initialize the providers from the WS-Trust and WS-Policy schemas in openws
Modified:
branches/REL_2/doc/RELEASE-NOTES.txt
branches/REL_2/src/main/java/org/opensaml/DefaultBootstrap.java
Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=1572&r1=1571&r2=1572&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Thu Mar 15 21:59:24 2012
@@ -1,3 +1,7 @@
+Changes in Release 2.5.4
+=============================================
+[JOST-185] - Defaultbootstrap does not initialize the providers from the WS-Trust and WS-Policy schemas in openws
+
Changes in Release 2.5.3
=============================================
[JOST-176] - SubjectConfirmationUnmarshaller processChildElement misplaces KeyInfo
Modified: branches/REL_2/src/main/java/org/opensaml/DefaultBootstrap.java
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/main/java/org/opensaml/DefaultBootstrap.java?rev=1572&r1=1571&r2=1572&view=diff
==============================================================================
--- branches/REL_2/src/main/java/org/opensaml/DefaultBootstrap.java (original)
+++ branches/REL_2/src/main/java/org/opensaml/DefaultBootstrap.java Thu Mar 15 21:59:24 2012
@@ -70,6 +70,8 @@
"/xacml3-saml2-profile-config.xml",
"/wsaddressing-config.xml",
"/wssecurity-config.xml",
+ "/wstrust-config.xml",
+ "/wspolicy-config.xml",
};
/** Constructor. */
More information about the commits
mailing list