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

2023-08-14 Thread Uwe Schindler via jetty-users
ce of 12.0.x releases. On Sun, 13 Aug 2023 at 08:52, Greg Wilkins wrote: Silvio, I'll respond more in Uwe's issue.  Please post your details there to help the triage. cheers On Sun, 13 Aug 2023 at 05:19, Uwe Schindler via jetty-users wrote: I ope

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

2023-08-12 Thread Uwe Schindler via jetty-users
I opened: https://github.com/eclipse/jetty.project/issues/10304 Am 12.08.2023 um 19:30 schrieb Uwe Schindler via jetty-users: I have seen the same after upgrading my project to Java 12. The problem is that all Customizers are not able to correctly set the port number. This is a blocker

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

2023-08-12 Thread Uwe Schindler via jetty-users
ubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users -- Uwe Schindler uschind.

Re: [jetty-users] How to Jetty server listen on multiple IP addresses

2023-05-11 Thread Uwe Schindler
device to listen on  Specify range of ip address to listen on  Specify hostname+localhost to listen on --- Iori Honda ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visithttps://www.eclipse.org/mailman/listinfo/

Re: [jetty-users] Solr admin UI redirecting root path requests to http instead of https

2022-05-25 Thread Uwe Schindler
hould handle all of them. I was just talking about them, because with Apache and NGINX you always get those automatically. Uwe -- Uwe Schindler uschind...@apache.org ASF Member, Member of PMC and Committer of Apache Lucene and Apache Solr Bremen, Germany https://lucene.apache.org/ https:/

Re: [jetty-users] Solr admin UI redirecting root path requests to http instead of https

2022-05-24 Thread Uwe Schindler
ilman/listinfo/jetty-users -- Uwe Schindler uschind...@apache.org ASF Member, Member of PMC and Committer of Apache Lucene and Apache Solr Bremen, Germany https://lucene.apache.org/ https://solr.apache.org/ ___ jetty-users mailing list jetty-users@eclips

Re: [jetty-users] Easiest way to cleanup headers before sending on connector level

2022-04-01 Thread Uwe Schindler
Here is the issue: https://github.com/eclipse/jetty.project/issues/7818 - Uwe Schindler uschind...@apache.org ASF Member, Member of PMC and Committer of Apache Lucene and Apache Solr Bremen, Germany https://lucene.apache.org/ https://solr.apache.org/ > -Original Message- >

Re: [jetty-users] Easiest way to cleanup headers before sending on connector level

2022-04-01 Thread Uwe Schindler
Hi Simone, Thanks! Will do this in a minute. Do you have any idea how to do a centralized "http header" cleanup using an event/customizer/... in Jetty 10? Or do I need to go back to 9.4 until this is fixed? Uwe - Uwe Schindler uschind...@apache.org ASF Member, Member of PMC and

Re: [jetty-users] Easiest way to cleanup headers before sending on connector level

2022-04-01 Thread Uwe Schindler
up headers" the easy way with Jetty 10? I > know there might be ways to implement Interceptors, but this makes it really > unreadable and hard to maintain. Does anybody has a better idea how to tell > Jetty to modify the headers before sending them? I found no other Listener > t

[jetty-users] Easiest way to cleanup headers before sending on connector level

2022-04-01 Thread Uwe Schindler
dy has a better idea how to tell Jetty to modify the headers before sending them? I found no other Listener that could achieve this. Is there something like beforeCommit? Uwe - Uwe Schindler uschind...@apache.org ASF Member, Member of PMC and Committer of Apache Lucene and Apache Solr Bremen