Skip to content

Commit 5b5280b

Browse files
committed
Merge pull request #18637 from AlexFalappa
* pr/18637: Narrow type for Tomcat 'locale' and 'encoding' properties Closes gh-18637
2 parents afc87b7 + f28af3d commit 5b5280b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2170,6 +2170,28 @@
21702170
}
21712171
]
21722172
},
2173+
{
2174+
"name": "server.tomcat.accesslog.encoding",
2175+
"providers": [
2176+
{
2177+
"name": "handle-as",
2178+
"parameters": {
2179+
"target": "java.nio.charset.Charset"
2180+
}
2181+
}
2182+
]
2183+
},
2184+
{
2185+
"name": "server.tomcat.accesslog.locale",
2186+
"providers": [
2187+
{
2188+
"name": "handle-as",
2189+
"parameters": {
2190+
"target": "java.util.Locale"
2191+
}
2192+
}
2193+
]
2194+
},
21732195
{
21742196
"name": "spring.liquibase.change-log",
21752197
"providers": [

0 commit comments

Comments
 (0)