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:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user