spring-boot/spring-bootstrap
Dave Syer e011312c68 [bs-138] Make it easy to secure only the management endpoints
Example: web UI with publicly available static assets

    # application.properties:
    security.ignored: /css/**,/script/**

Example: web UI with publicly available everything, but secure
management endpoints.

    # application.properties:
    # Empty path for basic security (default is /**)
    security.basic.path=

[Fixes #50721675]
2013-06-06 22:10:20 +01:00
..
src [bs-138] Make it easy to secure only the management endpoints 2013-06-06 22:10:20 +01:00
pom.xml [bs-17], [bs-146] Add some ApplicationContextInitializers 2013-06-04 16:33:20 +01:00