Hello Konrad,

For the client side, this is being tracked in https://bugs.openjdk.org/browse/JDK-8276958.

-Jaikiran

On 09/08/26 5:01 pm, Konrad Windszus wrote:
Hi,
RFC 10008 (https://www.rfc-editor.org/info/rfc10008/) defines the new HTTP 
method QUERY. This is useful when ordinary GETs request parameters exceed the 
8k limit (imposed by most proxies).
Is there already work for this planned for:

1) HttpClient (from an API perspective this mostly is about extending 
HttpRequest.Builder. Implementation wise it is important to adjust redirect 
handling) and
2) HttpServer?

Support for this HTTP method was already added (or is soon to be added) to the 
following products:

- Apache Tomcat 
(https://github.com/apache/tomcat/commit/5e01091299e41bc79509b1c8d17486f85df1d872)
- Eclipse Jetty (https://github.com/jetty/jetty.project/pull/15316)
- Java EE Servlet (https://github.com/jakartaee/servlet/issues/1068)
- Apache HTTP Components 
(https://github.com/apache/httpcomponents-client/pull/840)

Thanks in advance for some comments,
Konrad

Reply via email to