Extend Trust checking to the SSL session to the AA
[java-idp.git] / webAppConfig / wayf.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <!DOCTYPE web-app
4     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
5     "http://java.sun.com/dtd/web-app_2_3.dtd">
6
7 <web-app>
8
9         <servlet>
10                 <servlet-name>WAYF</servlet-name>
11                 <display-name>Shibboleth WAYF Service</display-name>
12                 <servlet-class>edu.internet2.middleware.shibboleth.wayf.WayfService</servlet-class>
13                 <init-param>
14                         <param-name>SiteConfigFileLocation</param-name>
15                         <param-value>/conf/sites.xml</param-value>
16                 </init-param>
17         </servlet>
18
19         <servlet-mapping>
20                 <servlet-name>WAYF</servlet-name>
21                 <url-pattern>/WAYF</url-pattern>
22         </servlet-mapping>
23
24         <mime-mapping>
25                 <extension>css</extension>
26                 <mime-type>text/css</mime-type>
27         </mime-mapping>
28 </web-app>