Skip to content

Commit

Permalink
Rename check_regscope to check_shib_regscope.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 23, 2016
1 parent 1c2491c commit 6011b24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
check_regscope.xsl
check_shib_regscope.xsl
Check for the presence of Shibboleth Scope elements containing regular expressions.
Expand Down
2 changes: 1 addition & 1 deletion mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@
<ref bean="checkSchemas"/>
<ref bean="CHECK_std"/>
<ref bean="check_dup_display"/>
<ref bean="check_regscope"/>
<ref bean="check_shib_regscope"/>
<ref bean="check_namespaces"/>

<bean id="checkCertificates" parent="X509ValidationStage">
Expand Down
9 changes: 5 additions & 4 deletions mdx/validation-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,13 @@
-->

<!--
check_regscope
check_shib_regscope
Check for regular expressions in Shibboleth Scope elements. Applied very selectively.
Check for regular expressions in Shibboleth Scope elements. Applied very selectively,
because we do permit this in certain circumstances.
-->
<bean id="check_regscope" parent="XSLValidationStage"
p:XSLResource="classpath:_rules/check_regscope.xsl"/>
<bean id="check_shib_regscope" parent="XSLValidationStage"
p:XSLResource="classpath:_rules/check_shib_regscope.xsl"/>


<!--
Expand Down

0 comments on commit 6011b24

Please sign in to comment.