Escape invalid XML chars during serialization.
This commit is contained in:
@@ -50,26 +50,26 @@
|
||||
authentication-failure-url="/c/login?login_error=2"
|
||||
login-processing-url="/c/j_spring_security_check"/>
|
||||
|
||||
<sec:openid-login user-service-ref="userDetailsService"
|
||||
authentication-failure-url="/c/login.jsp?login_error=true"
|
||||
login-processing-url="/c/j_spring_openid_security_check">
|
||||
<!--<sec:openid-login user-service-ref="userDetailsService"-->
|
||||
<!--authentication-failure-url="/c/login.jsp?login_error=true"-->
|
||||
<!--login-processing-url="/c/j_spring_openid_security_check">-->
|
||||
|
||||
<sec:attribute-exchange identifier-match="https://www.google.com/.*">
|
||||
<sec:openid-attribute name="email" type="http://axschema.org/contact/email" required="true" count="1"/>
|
||||
<sec:openid-attribute name="firstname" type="http://axschema.org/namePerson/first" required="true"/>
|
||||
<sec:openid-attribute name="lastname" type="http://axschema.org/namePerson/last" required="true"/>
|
||||
</sec:attribute-exchange>
|
||||
<!--<sec:attribute-exchange identifier-match="https://www.google.com/.*">-->
|
||||
<!--<sec:openid-attribute name="email" type="http://axschema.org/contact/email" required="true" count="1"/>-->
|
||||
<!--<sec:openid-attribute name="firstname" type="http://axschema.org/namePerson/first" required="true"/>-->
|
||||
<!--<sec:openid-attribute name="lastname" type="http://axschema.org/namePerson/last" required="true"/>-->
|
||||
<!--</sec:attribute-exchange>-->
|
||||
|
||||
<sec:attribute-exchange identifier-match=".*yahoo.com.*">
|
||||
<sec:openid-attribute name="email" type="http://axschema.org/contact/email" required="true"/>
|
||||
<sec:openid-attribute name="fullname" type="http://axschema.org/namePerson" required="true"/>
|
||||
</sec:attribute-exchange>
|
||||
<!--<sec:attribute-exchange identifier-match=".*yahoo.com.*">-->
|
||||
<!--<sec:openid-attribute name="email" type="http://axschema.org/contact/email" required="true"/>-->
|
||||
<!--<sec:openid-attribute name="fullname" type="http://axschema.org/namePerson" required="true"/>-->
|
||||
<!--</sec:attribute-exchange>-->
|
||||
|
||||
<sec:attribute-exchange identifier-match=".*myopenid.com.*">
|
||||
<sec:openid-attribute name="email" type="http://schema.openid.net/contact/email" required="true"/>
|
||||
<sec:openid-attribute name="fullname" type="http://schema.openid.net/namePerson" required="true"/>
|
||||
</sec:attribute-exchange>
|
||||
</sec:openid-login>
|
||||
<!--<sec:attribute-exchange identifier-match=".*myopenid.com.*">-->
|
||||
<!--<sec:openid-attribute name="email" type="http://schema.openid.net/contact/email" required="true"/>-->
|
||||
<!--<sec:openid-attribute name="fullname" type="http://schema.openid.net/namePerson" required="true"/>-->
|
||||
<!--</sec:attribute-exchange>-->
|
||||
<!--</sec:openid-login>-->
|
||||
<sec:remember-me key="wisemapping-hashed-key"/>
|
||||
<sec:logout logout-url="/c/logout" invalidate-session="true" logout-success-url="/c/login"/>
|
||||
</sec:http>
|
||||
|
Reference in New Issue
Block a user