Merge branch '3.3.x'

Closes gh-42191
This commit is contained in:
Stéphane Nicoll
2024-09-09 15:05:25 +02:00
4 changed files with 4 additions and 4 deletions

View File

@@ -145,7 +145,7 @@ public class WebFluxProperties {
public static class Problemdetails {
/**
* Whether RFC 7807 Problem Details support should be enabled.
* Whether RFC 9457 Problem Details support should be enabled.
*/
private boolean enabled = false;

View File

@@ -428,7 +428,7 @@ public class WebMvcProperties {
public static class Problemdetails {
/**
* Whether RFC 7807 Problem Details support should be enabled.
* Whether RFC 9457 Problem Details support should be enabled.
*/
private boolean enabled = false;