Changeset 6879
- Timestamp:
- 12/21/15 15:52:31 (9 years ago)
- Location:
- ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/pom.xml
r6876 r6879 360 360 <serviceRootUrl>http://lux16.mpi.nl/ds/ComponentRegistry</serviceRootUrl> 361 361 <!-- 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> 363 363 <!-- 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> 365 365 <!-- Shibboleth logout URI for SHHAA --> 366 366 <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 89 89 90 90 <!-- Enable CORS --> 91 <filter>91 <!-- <filter> 92 92 <filter-name>CorsFilter</filter-name> 93 93 <filter-class>org.apache.catalina.filters.CorsFilter</filter-class> … … 100 100 <filter-name>CorsFilter</filter-name> 101 101 <url-pattern>/*</url-pattern> 102 </filter-mapping> 102 </filter-mapping>--> 103 103 104 104 <servlet> -
ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/src/main/webapp/WEB-INF/web-test.xml
r6446 r6879 67 67 68 68 <!-- Enable CORS --> 69 <filter>69 <!-- <filter> 70 70 <filter-name>CorsFilter</filter-name> 71 71 <filter-class>org.apache.catalina.filters.CorsFilter</filter-class> … … 78 78 <filter-name>CorsFilter</filter-name> 79 79 <url-pattern>/*</url-pattern> 80 </filter-mapping> 80 </filter-mapping>--> 81 81 82 82 <servlet> -
ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/src/main/webapp/WEB-INF/web.xml
r6874 r6879 67 67 68 68 <!-- Enable CORS --> 69 <filter>69 <!-- <filter> 70 70 <filter-name>CorsFilter</filter-name> 71 71 <filter-class>org.apache.catalina.filters.CorsFilter</filter-class> … … 78 78 <filter-name>CorsFilter</filter-name> 79 79 <url-pattern>/*</url-pattern> 80 </filter-mapping> 80 </filter-mapping>--> 81 81 82 82 <servlet>
Note: See TracChangeset
for help on using the changeset viewer.