Skip to content

Commit

Permalink
CAS-1071
Browse files Browse the repository at this point in the history
Improve description of regex service registration that restricts to
deployer domain.
  • Loading branch information
serac committed Mar 19, 2012
1 parent d1ac59d commit 386f082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<!--
<bean class="org.jasig.cas.services.RegexRegisteredService">
<property name="id" value="1" />
<property name="name" value="HTTPS" />
<property name="name" value="HTTP and IMAP on example.com" />
<property name="description" value="Allows HTTP(S) and IMAP(S) protocols on example.com" />
<property name="serviceId" value="^(https?|imaps?)://([A-Za-z0-9_-]+\.)*example\.com/.*" />
<property name="evaluationOrder" value="0" />
Expand Down

0 comments on commit 386f082

Please sign in to comment.