[jetty-users] Async filters

2019-11-11 Thread Nils Kilden-Pedersen
I can't seem to find much information on how to code async filters. Basically, how do I know when the filter chain has completed? I need to set a cookie, but only at the very end of the request. Thanks, ___ jetty-users mailing list

Re: [jetty-users] Async filters

2019-11-11 Thread Simone Bordet
Hi, On Mon, Nov 11, 2019 at 5:25 PM Nils Kilden-Pedersen wrote: > > I can't seem to find much information on how to code async filters. > > Basically, how do I know when the filter chain has completed? I need to set a > cookie, but only at the very end of the request. You use Servlet's

[jetty-users] No no_application_protocol when server doesn't support any client protocol

2019-11-11 Thread John Jiang
Hi, Using 9.4.22. My jetty server supports HTTP/2, including h2c and h2, and try the below command, openssl s_client -alpn h3,h4 -connect host:port For this case, per RFC 7301 section 3.2, the server shall alter fatal no_application_protocol. But with my testing, the server raised warning