Skip to content

Commit

Permalink
Fix reference in deprecation message of parseForwardedFor
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Nov 11, 2023
1 parent 33b1ff5 commit 7f615fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public static UriComponentsBuilder fromHttpRequest(HttpRequest request) {
* @return an {@code InetSocketAddress} with the extracted host and port, or
* {@code null} if the headers are not present.
* @since 5.3
* @deprecated in favor of {@link ForwardedHeaderUtils#adaptFromForwardedHeaders};
* @deprecated in favor of {@link ForwardedHeaderUtils#parseForwardedFor};
* to be removed in 6.2
*/
@Deprecated(since = "6.1", forRemoval = true)
Expand Down

0 comments on commit 7f615fd

Please sign in to comment.