Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Fix a reference to a bean whose name changed some time ago.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 26, 2014
1 parent 400a1d8 commit d4bc8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/se_swamid/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<property name="validators">
<list>
<!-- Error on RSA key length less than 2048 bits. -->
<bean parent="X509CertificateRSAKeyLengthValidator"
<bean parent="X509RSAKeyLengthValidator"
p:warningBoundary="0" p:errorBoundary="2048"/>
</list>
</property>
Expand Down

0 comments on commit d4bc8f7

Please sign in to comment.