Merge branch '2.4.x'
This commit is contained in:
@@ -2462,15 +2462,19 @@ Most standard media types are supported out-of-the-box, but you can also define
|
|||||||
Suffix pattern matching is deprecated and will be removed in a future release.
|
Suffix pattern matching is deprecated and will be removed in a future release.
|
||||||
If you understand the caveats and would still like your application to use suffix pattern matching, the following configuration is required:
|
If you understand the caveats and would still like your application to use suffix pattern matching, the following configuration is required:
|
||||||
|
|
||||||
[source,properties,indent=0,subs="verbatim,quotes,attributes"]
|
[source,yaml,indent=0,subs="verbatim,quotes,attributes",configblocks]
|
||||||
----
|
----
|
||||||
spring.mvc.contentnegotiation.favor-path-extension=true
|
spring:
|
||||||
spring.mvc.pathmatch.use-suffix-pattern=true
|
mvc:
|
||||||
|
contentnegotiation:
|
||||||
|
favor-path-extension: true
|
||||||
|
pathmatch:
|
||||||
|
use-suffix-pattern: true
|
||||||
----
|
----
|
||||||
|
|
||||||
Alternatively, rather than open all suffix patterns, it's more secure to only support registered suffix patterns:
|
Alternatively, rather than open all suffix patterns, it's more secure to only support registered suffix patterns:
|
||||||
|
|
||||||
[source,yaml,indent=0,subs="verbatim,quotes,attributes",configprops,configblocks]
|
[source,yaml,indent=0,subs="verbatim,quotes,attributes",configblocks]
|
||||||
----
|
----
|
||||||
spring:
|
spring:
|
||||||
mvc:
|
mvc:
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ bom {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("Spring Asciidoctor Extensions", "0.5.0") {
|
library("Spring Asciidoctor Extensions", "0.5.1-SNAPSHOT") {
|
||||||
group("io.spring.asciidoctor") {
|
group("io.spring.asciidoctor") {
|
||||||
modules = [
|
modules = [
|
||||||
"spring-asciidoctor-extensions-spring-boot"
|
"spring-asciidoctor-extensions-spring-boot"
|
||||||
|
|||||||
Reference in New Issue
Block a user