[java-shib-common COMMIT] in /branches/REL_1: doc/RELEASE-NOTES.txt src/main/resources/schema/shibboleth-2.0-attribut...
noreply at shibboleth.net
noreply at shibboleth.net
Sun Apr 14 14:20:13 EDT 2013
Author: scantor
Date: Sun Apr 14 14:20:12 2013
New Revision: 1073
URL: http://svn.shibboleth.net/view/java-shib-common?rev=1073&view=rev
Log:
SC-189 - Fix schema mistake adding noResultsIsError option way back.
Modified:
branches/REL_1/doc/RELEASE-NOTES.txt
branches/REL_1/src/main/resources/schema/shibboleth-2.0-attribute-resolver-pc.xsd
Modified: branches/REL_1/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/doc/RELEASE-NOTES.txt?rev=1073&r1=1072&r2=1073&view=diff
==============================================================================
--- branches/REL_1/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_1/doc/RELEASE-NOTES.txt Sun Apr 14 14:20:12 2013
@@ -1,15 +1,16 @@
Changes in Release 1.4.0
=============================================
+[JXT-98] - Add support for configuring PKIX policy checking in the PKIX trust engine
+[JOST-200] - Reduce memory usage of unit tests
[SC-183] - Inappropriate 'RuleReference elements within an AND rule are not supported' error
[SC-184] - Trap exceptions during LDAP connector pool inititalization
[SC-186] - AttributeInMetadata rule for the attribute filter (copied back from uApprove)
[SC-187] - RequiredValidUntilFilter improperly converts duration to milliseconds
[SC-188] - Errors in Velocity/SLF4J logging shim
+[SC-189] - Can not use the 'noResultIsError' flag in the StoredIdPrincipalConnector, schema file is incorrect
[SIDP-499] - Allow signed requests to bypass ACS verification
[SIDP-559] - Attribute queries are ignoring input designators
[SIDP-575] - Add option to omit NotBefore from assertion conditions
-[JOST-200] - Reduce memory usage of unit tests
-[JXT-98] - Add support for configuring PKIX policy checking in the PKIX trust engine
Changes in Release 1.3.6
=============================================
Modified: branches/REL_1/src/main/resources/schema/shibboleth-2.0-attribute-resolver-pc.xsd
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/main/resources/schema/shibboleth-2.0-attribute-resolver-pc.xsd?rev=1073&r1=1072&r2=1073&view=diff
==============================================================================
--- branches/REL_1/src/main/resources/schema/shibboleth-2.0-attribute-resolver-pc.xsd (original)
+++ branches/REL_1/src/main/resources/schema/shibboleth-2.0-attribute-resolver-pc.xsd Sun Apr 14 14:20:12 2013
@@ -17,14 +17,6 @@
<annotation>
<documentation>
The identifier of the storage service used to store and retrieve principal names.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="noResultIsError" type="boolean">
- <annotation>
- <documentation>
- A boolean flag indicating whether a query returning no results should be considered an error.
- Default value is false.
</documentation>
</annotation>
</attribute>
@@ -64,6 +56,14 @@
</documentation>
</annotation>
</attribute>
+ <attribute name="noResultIsError" type="boolean">
+ <annotation>
+ <documentation>
+ A boolean flag indicating whether a query returning no results should be considered an error.
+ Default value is false.
+ </documentation>
+ </annotation>
+ </attribute>
</extension>
</complexContent>
</complexType>
More information about the commits
mailing list