Skip to content

Commit 78879f4

Browse files
committed
Fix documentation
Closes gh-6358
1 parent 26a233a commit 78879f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -648,10 +648,10 @@ The information exposed by the health endpoint varies depending on whether or no
648648
accessed anonymously, and whether or not the enclosing application is secure.
649649
By default, when accessed anonymously in a secure application, any details about the
650650
server's health are hidden and the endpoint will simply indicate whether or not the server
651-
is up or down. Furthermore, when accessed anonymously, the response is cached for a
652-
configurable period to prevent the endpoint being used in a denial of service attack.
653-
The `endpoints.health.time-to-live` property is used to configure the caching period in
654-
milliseconds. It defaults to 1000, i.e. one second.
651+
is up or down. Furthermore the response is cached for a configurable period to prevent the
652+
endpoint being used in a denial of service attack. The `endpoints.health.time-to-live`
653+
property is used to configure the caching period in milliseconds. It defaults to 1000,
654+
i.e. one second.
655655

656656
The above-described restrictions can be enhanced, thereby allowing only authenticated
657657
users full access to the health endpoint in a secure application. To do so, set

0 commit comments

Comments
 (0)