[cpp-sp] 01/03: SSPCPP-691 Schema change to add caseSensitive
Rod Widdowson
rdw at steadingsoftware.com
Fri Jun 10 05:46:05 EDT 2016
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=ec7aed958d792ecc2fc2fa29b48714aeca08f793
commit ec7aed958d792ecc2fc2fa29b48714aeca08f793
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jun 9 12:43:12 2016 +0100
SSPCPP-691 Schema change to add caseSensitive
https://issues.shibboleth.net/jira/browse/SSPCPP-691
---
schemas/shibboleth-2.0-native-sp-config.xsd | 3 +++
1 file changed, 3 insertions(+)
diff --git a/schemas/shibboleth-2.0-native-sp-config.xsd b/schemas/shibboleth-2.0-native-sp-config.xsd
index 8ff5838..c8b9772 100644
--- a/schemas/shibboleth-2.0-native-sp-config.xsd
+++ b/schemas/shibboleth-2.0-native-sp-config.xsd
@@ -233,6 +233,7 @@
<extension base="conf:string">
<attribute name="require" type="conf:string" use="required"/>
<attribute name="ignoreCase" type="boolean"/>
+ <attribute name="caseSensitive" type="boolean"/>
</extension>
</simpleContent>
</complexType>
@@ -337,6 +338,7 @@
</sequence>
<attribute name="regex" type="conf:string" use="required"/>
<attribute name="ignoreCase" type="boolean"/>
+ <attribute name="caseSensitive" type="boolean"/>
<attributeGroup ref="conf:ContentSettings"/>
</complexType>
@@ -368,6 +370,7 @@
</sequence>
<attribute name="regex" type="conf:string" use="required"/>
<attribute name="ignoreCase" type="boolean"/>
+ <attribute name="caseSensitive" type="boolean"/>
<attributeGroup ref="conf:ContentSettings"/>
</complexType>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list