Skip to content

Commit

Permalink
Allow mixed-case scopes on import from eduGAIN
Browse files Browse the repository at this point in the history
See inc-meta#98.
  • Loading branch information
iay committed Feb 26, 2019
1 parent 555d427 commit 83be50b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mdx/incommon/edugain-policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,6 @@
p:regex="" p:message="scope element must not be empty"/>
<bean p:id="whiteSpace" parent="inc.RejectStringRegexValidator"
p:regex=".*\s.*" p:message="scope '%s' includes white space"/>
<bean p:id="upperCase" parent="inc.RejectStringRegexValidator"
p:regex=".*\p{Upper}.*" p:message="scope '%s' includes upper-case characters"/>
<bean p:id="domainName" parent="inc.AsDomainNameStringValidator"
p:message="scope is not a valid domain name: %s">
<property name="validators">
Expand Down Expand Up @@ -329,8 +327,6 @@
<property name="validators">
<!-- validators to apply to the literal tail -->
<list>
<bean p:id="upperCase" parent="inc.RejectStringRegexValidator"
p:regex=".*\p{Upper}.*" p:message="literal tail '%s' includes upper-case characters"/>
<bean p:id="domainName" parent="inc.AsDomainNameStringValidator"
p:message="literal tail is not a valid domain name: %s">
<property name="validators">
Expand Down

0 comments on commit 83be50b

Please sign in to comment.