Changeset 282


Ignore:
Timestamp:
03/25/10 08:55:13 (14 years ago)
Author:
patdui
Message:

Trying out shibboleth

Location:
ComponentRegistry/trunk/ComponentRegistry
Files:
2 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentRegistry/pom.xml

    r244 r282  
    197197              <filtering>true</filtering>
    198198              <includes>
    199                 <include>index.html</include>
     199                <include>index.jsp</include>
    200200                <include>WEB-INF/applicationContext.xml</include>
    201201              </includes>
  • ComponentRegistry/trunk/ComponentRegistry/src/main/webapp/WEB-INF/web.xml

    r207 r282  
    55  <description>Clarin Metadata Component Registry</description>
    66
    7 <!--  <context-param>
    8     <param-name>ShhaaConfigLocation</param-name>
    9     <param-value>/WEB-INF/shhaa.xml</param-value>
    10   </context-param> -->
     7
     8    <context-param> <param-name>ShhaaConfigLocation</param-name> <param-value>/WEB-INF/shhaa.xml</param-value>
     9    </context-param>
     10
    1111  <listener>
    1212    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    1313  </listener>
    14   <!--
    15     filter> <filter-name>AAIFilter</filter-name> <filter-class>de.mpg.aai.shhaa.AuthFilter</filter-class> </filter>
    16     <filter-mapping> <filter-name>AAIFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <listener>
    17     <listener-class>de.mpg.aai.shhaa.config.ConfigContextListener</listener-class> </listener
    18   -->
     14  <filter>
     15    <filter-name>AAIFilter</filter-name>
     16    <filter-class>de.mpg.aai.shhaa.AuthFilter</filter-class>
     17  </filter>
     18  <filter-mapping>
     19    <filter-name>AAIFilter</filter-name>
     20    <url-pattern>/*</url-pattern>
     21  </filter-mapping>
     22  <listener>
     23    <listener-class>de.mpg.aai.shhaa.config.ConfigContextListener</listener-class>
     24  </listener>
    1925
    2026  <servlet>
     
    3238  </servlet-mapping>
    3339
     40<!--
    3441  <security-constraint>
    3542    <display-name>ComponentRegistry web service</display-name>
     
    4148      <http-method>PUT</http-method>
    4249      <http-method>POST</http-method>
    43      <!--   <http-method>GET</http-method>-->
    4450    </web-resource-collection>
    4551    <auth-constraint>
     
    5157  </login-config>
    5258  <security-role>
    53     <description>
    54       The role that is required to log in to the Manager Application
    55     </description>
     59    <description> The role that is required to log in to the Manager Application </description>
    5660    <role-name>tomcat</role-name>
    5761  </security-role>
     62-->
    5863</web-app>
Note: See TracChangeset for help on using the changeset viewer.