You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When a web application is proxying and wants to use HTTP/2, it may need to have the HTTP/2 client dependencies provided by the server, rather than the webapp.
There currently is no module for HTTP/2 client, while there is for HTTP/1.
Following the suggestion from #12027, this new Jetty module should download the dependencies on-the-fly.
The text was updated successfully, but these errors were encountered:
Made client.mod download dependencies via a [files] section.
Introduced http2-client.mod and http2-client-transport.mod.
These modules download dependencies via a [files] section.
They can be used to have the server provide the dependencies in case of a web application proxies request using HTTP/2.
Fixed ContentProvider to set the context ClassLoader before reading the Jetty XML context file, which may reference classes from the web application.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Jetty version(s)
12
Jetty Environment
core
Description
When a web application is proxying and wants to use HTTP/2, it may need to have the HTTP/2 client dependencies provided by the server, rather than the webapp.
There currently is no module for HTTP/2 client, while there is for HTTP/1.
Following the suggestion from #12027, this new Jetty module should download the dependencies on-the-fly.
The text was updated successfully, but these errors were encountered: