We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b1ff5 commit 7f615fdCopy full SHA for 7f615fd
spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java
@@ -333,7 +333,7 @@ public static UriComponentsBuilder fromHttpRequest(HttpRequest request) {
333
* @return an {@code InetSocketAddress} with the extracted host and port, or
334
* {@code null} if the headers are not present.
335
* @since 5.3
336
- * @deprecated in favor of {@link ForwardedHeaderUtils#adaptFromForwardedHeaders};
+ * @deprecated in favor of {@link ForwardedHeaderUtils#parseForwardedFor};
337
* to be removed in 6.2
338
*/
339
@Deprecated(since = "6.1", forRemoval = true)
0 commit comments