Skip to content

Commit 46470b5

Browse files
committed
Remove outdated additional metadata
1 parent 2b2eb73 commit 46470b5

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,8 @@
11
{"properties": [
2-
{
3-
"name": "security.basic.authorize-mode",
4-
"defaultValue": "role"
5-
},
6-
{
7-
"name": "security.headers.content-security-policy-mode",
8-
"defaultValue": "default"
9-
},
10-
{
11-
"name": "security.headers.hsts",
12-
"defaultValue": "all"
13-
},
142
{
153
"name": "security.filter-dispatcher-types",
164
"defaultValue": ["async", "error", "request"]
175
},
18-
{
19-
"name": "security.sessions",
20-
"defaultValue": "stateless"
21-
},
226
{
237
"name": "server.error.include-stacktrace",
248
"defaultValue": "never"

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,12 +476,9 @@ content into your application; rather pick only the properties that you need.
476476
# SECURITY PROPERTIES
477477
# ----------------------------------------
478478
# SECURITY ({sc-spring-boot-autoconfigure}/security/SecurityProperties.{sc-ext}[SecurityProperties])
479-
security.basic.authorize-mode=role # Security authorize mode to apply.
480479
security.basic.enabled=true # Enable basic authentication.
481480
security.filter-order=0 # Security filter chain order.
482481
security.filter-dispatcher-types=ASYNC,ERROR,REQUEST # Security filter chain dispatcher types.
483-
security.headers.hsts=all # HTTP Strict Transport Security (HSTS) mode (none, domain, all).
484-
security.sessions=stateless # Session creation policy (always, never, if_required, stateless).
485482
486483
# SECURITY OAUTH2 CLIENT ({sc-spring-boot-autoconfigure}/security/oauth2/OAuth2ClientProperties.{sc-ext}[OAuth2ClientProperties])
487484
security.oauth2.client.client-id= # OAuth2 client id.

0 commit comments

Comments
 (0)