Replace RFC 7807 by RFC 9457 in documentation

This commit updates all references to RFC 7807 by RFC 9457 since the
former is now obsolete.

Closes gh-41260
This commit is contained in:
Stéphane Nicoll
2024-09-09 14:59:21 +02:00
parent 9a74437fbc
commit aef56bceb9
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

@@ -450,7 +450,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;