comparison gwt-client/src/main/webapp/WEB-INF/web.xml @ 8774:062a1da97ea1

Remove invalid public key file. Should not be within repository anyhow.
author Tom Gottfried <tom@intevation.de>
date Thu, 19 Nov 2015 19:55:12 +0100
parents b1580e4d342a
children 2c8259176c46
comparison
equal deleted inserted replaced
8773:cc1f59766e49 8774:062a1da97ea1
43 <param-name>authentication</param-name> 43 <param-name>authentication</param-name>
44 <param-value>plain</param-value> 44 <param-value>plain</param-value>
45 </context-param> 45 </context-param>
46 46
47 <context-param> 47 <context-param>
48 <!-- Path to public key for validation of SAML tickets -->
48 <param-name>saml-trusted-public-key</param-name> 49 <param-name>saml-trusted-public-key</param-name>
49 <param-value>/WEB-INF/saml-signer-cert.pem</param-value> 50 <param-value>/WEB-INF/saml-signer-cert.pem</param-value>
50 </context-param> 51 </context-param>
51 52
52 <context-param> 53 <context-param>

http://dive4elements.wald.intevation.org