Re: [jetty-users] entering a bug into the product Jetty has been disabled

2023-08-11 Thread Alex Yarmolenko via jetty-users
I tried to enter bug for Jetty. I did following: 1. went to https://www.eclipse.org/ 2. Clicked on link Projects -> https://www.eclipse.org/projects/ 3. Entered jetty -> https://projects.eclipse.org/?combine=jetty 4. Clicked on link Eclipse Jetty ->

Re: [jetty-users] entering a bug into the product Jetty has been disabled

2023-08-11 Thread Joakim Erdfelt via jetty-users
Also of note, wiki.eclipse.org is considered dead and is being shutdown by the Eclipse foundation. https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan Joakim Erdfelt / joa...@webtide.com On Fri, Aug 11, 2023 at 11:54 AM Linus Kamb - NOAA Affiliate via jetty-users wrote:

Re: [jetty-users] entering a bug into the product Jetty has been disabled

2023-08-11 Thread Jesse McConnell via jetty-users
Ah, that would be for Eclipse (the editor), not the individuals projects at the Eclipse Foundation. Some still use bugzilla but most projects are either at github or moving to gitlab or the like and their issue tracking. 'jetty bug report' would send you to a more correct location. cheers! Jesse

Re: [jetty-users] entering a bug into the product Jetty has been disabled

2023-08-11 Thread Linus Kamb - NOAA Affiliate via jetty-users
Top result in google search for "eclipse bug report" : https://wiki.eclipse.org/FAQ_How_do_I_report_a_bug_in_Eclipse%3F On Fri, Aug 11, 2023 at 9:46 AM Jesse McConnell via jetty-users < jetty-users@eclipse.org> wrote: > Open an issue in the Github repository at >

Re: [jetty-users] entering a bug into the product Jetty has been disabled

2023-08-11 Thread Jesse McConnell via jetty-users
Open an issue in the Github repository at http://github.com/eclipse/jetty.project Eclipse Bugzilla has been dead for years for Jetty. Could you tell me how you ended up there? cheers, Jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Fri, Aug 11, 2023 at 11:20 AM Alex Yarmolenko via

[jetty-users] entering a bug into the product Jetty has been disabled

2023-08-11 Thread Alex Yarmolenko via jetty-users
Hi team, I'm wondering how to enter a bug in Jetty project. I tried to open Bugzilla with this https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty and I've got error message: Sorry, entering a bug into the product Jetty has been disabled. Thanks, Alex

Re: [jetty-users] Jetty 12 return wrong Host header?

2023-08-11 Thread Greg Wilkins via jetty-users
Silvio, The host header should contain the host and port as used by the client. Thus if the request goes to the default port and is forward you a different port, the host header should not have the port in it, or at least only the default port. Are you sure the client is using the default port

[jetty-users] Jetty 12 return wrong Host header?

2023-08-11 Thread Silvio Bierman via jetty-users
Hello all, I have encountered what I think is a bug in Jetty 12 but I would like to check here if that is actually true. I use port forwarding to forward HTTP requests from port 443 to 8443. Requests arrive at the default port without an explicit port number in the URL so

Re: [jetty-users] Eclipse Jetty 12.0.0 has been released!

2023-08-11 Thread Silvio Bierman via jetty-users
Thanks again, Reading the docs I think I managed to convert my WebSocket related code to the new API. Instead of WebSocketListener/WebSocketAdapter I now use Session.Listener and there where some other minor changes. Everything compiles now. However, JettyWebSocketServerContainer.upgrade