Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in shib config file access-control.xml
pcaskey committed Feb 11, 2017
1 parent 3612bce commit 3afe341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/access-control.xml
@@ -30,7 +30,7 @@

<entry key="AccessByIPAddress">
<bean id="AccessByIPAddress" parent="shibboleth.IPRangeAccessControl"
p:allowedRanges="#{{'127.0.0.1/32', '::1/128', '172.18.0.0/24'}" />
p:allowedRanges="#{ {'127.0.0.1/32', '::1/128', '172.18.0.0/24'} }" />
</entry>

<!--

0 comments on commit 3afe341

Please sign in to comment.