Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty warning | No port for HttpChannelOverHttp

Looks like you are getting some bad requests?  Probably with a badly formed Host header.




On 4 August 2014 16:05, dhiraj prajapati <dhirajpraj@xxxxxxxxx> wrote:
Hi,
I use jetty 9.1.2. I am seeing the following warning may times in my log:

WARN  org.eclipse.jetty.http.HttpParser  -  badMessage: java.lang.IllegalArgumentException: No port for HttpChannelOverHttp@16de48c9{r=0,a=IDLE,uri=-}

What does it mean? Can I ignore it or will it affect my application in some way?

Regards,
Dhiraj

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--
Greg Wilkins <gregw@xxxxxxxxxxx>
http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales
http://www.webtide.com  advice and support for jetty and cometd.

Back to the top