Merge "Backward compatibility for User management"
[controller.git] / third-party / org.apache.catalina.filters.CorsFilter / README
1 See: http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#CORS_Filter
2 And: http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
3 This is done to allow a web page using javascript to be able to make calls
4 to our REST APIs even though it does not originate in our domain.
5
6 This bundle just rolls up org.apache.catalina.filters.CorsFilter and adds it as a 
7 fragment to the org.apache.catalina bundle.
8
9 The reason this is necessary is because the CorsFilter class was originally added
10 at Tomcat 7.0.42, and we are using 7.0.32.  As the CorsFilter class is a simple one,
11 with very few dependencies, this seemed the best way to bring it in.
12