spring-boot/spring-boot-docs/src/main
Andy Wilkinson 84d3a34c49 Add CORS support to the actuator’s endpoints
This commit adds CORS support to the Actuator’s MVC endpoints. CORS
support is disabled by default and is only enabled once the
endpoints.cors.allowed-origins property has been set.

The new properties to control the endpoints’ CORS configuration are:

endpoints.cors.allow-credentials
endpoints.cors.allowed-origins
endpoints.cors.allowed-methods
endpoints.cors.allowed-headers
endpoints.cors.exposed-headers

The changes to enable Jolokia-specific CORS support (57a51ed) have been
reverted as part of this commit. This provides a consistent approach
to CORS configuration across all endpoints, rather than Jolokia using
its own configuration.

See gh-1987
Closes gh-2936
2015-05-14 11:39:53 +01:00
..
asciidoc Add CORS support to the actuator’s endpoints 2015-05-14 11:39:53 +01:00
docbook Reinstate chapter titles in the PDF version of the reference guide 2015-03-30 13:31:09 +01:00
groovy Improve formatting of generated doc tables 2014-06-09 20:03:17 -07:00
javadoc Consistent javadoc "code" block formatting 2014-02-11 14:19:01 -08:00
xslt Improve formatting of generated doc tables 2014-06-09 20:03:17 -07:00