Changeset 6879 for ComponentRegistry


Ignore:
Timestamp:
12/21/15 15:52:31 (8 years ago)
Author:
Twan Goosen
Message:

Disabled cors filter in web.xml files

Location:
ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/pom.xml

    r6876 r6879  
    360360                <serviceRootUrl>http://lux16.mpi.nl/ds/ComponentRegistry</serviceRootUrl>
    361361                <!-- Will be inserted in context.xml -->
    362                 <shibLI>http://lux16.mpi.nl/Shibboleth.sso/Login</shibLI>
     362                <shibLI>https://lux16.mpi.nl/Shibboleth.sso/Login</shibLI>
    363363                <!-- Shibboleth login URI for SHHAA -->
    364                 <shibLO>http://lux16.mpi.nl/Shibboleth.sso/Logout</shibLO>
     364                <shibLO>https://lux16.mpi.nl/Shibboleth.sso/Logout</shibLO>
    365365                <!-- Shibboleth logout URI for SHHAA -->
    366366                <webXmlPath>src/main/webapp/WEB-INF/web-shib.xml</webXmlPath>
  • ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/src/main/webapp/WEB-INF/web-shib.xml

    r6446 r6879  
    8989   
    9090    <!-- Enable CORS -->
    91     <filter>
     91<!--    <filter>
    9292        <filter-name>CorsFilter</filter-name>
    9393        <filter-class>org.apache.catalina.filters.CorsFilter</filter-class>
     
    100100        <filter-name>CorsFilter</filter-name>
    101101        <url-pattern>/*</url-pattern>
    102     </filter-mapping>
     102    </filter-mapping>-->
    103103
    104104    <servlet>
  • ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/src/main/webapp/WEB-INF/web-test.xml

    r6446 r6879  
    6767   
    6868    <!-- Enable CORS -->
    69     <filter>
     69<!--    <filter>
    7070        <filter-name>CorsFilter</filter-name>
    7171        <filter-class>org.apache.catalina.filters.CorsFilter</filter-class>
     
    7878        <filter-name>CorsFilter</filter-name>
    7979        <url-pattern>/*</url-pattern>
    80     </filter-mapping>
     80    </filter-mapping>-->
    8181   
    8282    <servlet>
  • ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/src/main/webapp/WEB-INF/web.xml

    r6874 r6879  
    6767   
    6868    <!-- Enable CORS -->
    69     <filter>
     69<!--    <filter>
    7070        <filter-name>CorsFilter</filter-name>
    7171        <filter-class>org.apache.catalina.filters.CorsFilter</filter-class>
     
    7878        <filter-name>CorsFilter</filter-name>
    7979        <url-pattern>/*</url-pattern>
    80     </filter-mapping>
     80    </filter-mapping>-->
    8181   
    8282    <servlet>
Note: See TracChangeset for help on using the changeset viewer.