Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty10 and request.getHeader("Host")

Hello all,

I am testing our application that runs on embedded Jetty9 with (also embedded) Jetty 10 beta. It fails very early because our application calls request.getHeader("Host") which appears to return null. I used the same embedding code which works flawlessly with Jetty9. Is there something I am doing wrong?

Cheers,

Silvio


Back to the top