OO-615: implements a simple filter to allow CORS (cross origin resource...
OO-615: implements a simple filter to allow CORS (cross origin resource sharing) but restricted to the rest api
Showing
- src/main/java/org/olat/core/helpers/Settings.java 9 additions, 0 deletionssrc/main/java/org/olat/core/helpers/Settings.java
- src/main/java/org/olat/core/servlets/CrossOriginFilter.java 86 additions, 0 deletionssrc/main/java/org/olat/core/servlets/CrossOriginFilter.java
- src/main/resources/serviceconfig/brasatoconfig.xml 1 addition, 0 deletionssrc/main/resources/serviceconfig/brasatoconfig.xml
- src/main/resources/serviceconfig/olat.properties 5 additions, 0 deletionssrc/main/resources/serviceconfig/olat.properties
- src/main/webapp-gae/WEB-INF/web.xml 10 additions, 0 deletionssrc/main/webapp-gae/WEB-INF/web.xml
- src/main/webapp-jbossas7/WEB-INF/web.xml 10 additions, 0 deletionssrc/main/webapp-jbossas7/WEB-INF/web.xml
- src/main/webapp-tomcat/WEB-INF/web.xml 10 additions, 1 deletionsrc/main/webapp-tomcat/WEB-INF/web.xml
Please register or sign in to comment