Skip to content

Commit

Permalink
fix typo in shib config file access-control.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Original file line number Diff line number Diff line change
Expand Up @@ -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>

<!--
Expand Down

0 comments on commit 3afe341

Please sign in to comment.