2011/5/18 sebb <seb...@gmail.com>: > As far as I can tell, Tomcat validates the format of the Host header, > but otherwise ignores the port? > Is that correct?
No. See e.g. Http11Processor.parseHost(MessageBytes) in trunk. The last line there is [[[ request.setServerPort(port); ]]] where port number in parsed from the header. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org