Re: Handling empty Host in HTTP Header

2018-10-27 Thread Mani
‐‐‐ Original Message ‐‐‐ On Saturday, October 27, 2018 8:52 PM, Mark Thomas wrote: > On 27/10/18 14:38, Caldarale, Charles R wrote: > > > > From: Mani [mailto:mani.chandraseka...@protonmail.com.INVALID] > > > Subject: Handling empty Host in HTTP Header > > > > > May I know, when is the ne

Re: HTTP/2 SETTINGS Parameters and WINDOW_UPDATE : Tomcat:9.0.11

2018-10-27 Thread Mark Thomas
On 27/10/18 17:27, S Abirami wrote: > Hi All, > > I want your guidance how to set the below Setting Parameters and > Wndows_Update using Tomcat. > SETTINGS_HEADER_TABLE_SIZE, Defaults to 4k. Not configurable. > SETTINGS_ENABLE_PUSH, Defaults to true. Not configurable. > SETTINGS_INIT

HTTP/2 SETTINGS Parameters and WINDOW_UPDATE : Tomcat:9.0.11

2018-10-27 Thread S Abirami
Hi All, I want your guidance how to set the below Setting Parameters and Wndows_Update using Tomcat. SETTINGS_HEADER_TABLE_SIZE, SETTINGS_ENABLE_PUSH, SETTINGS_INITIAL_WINDOW_SIZE etc which is mentioned 6.5.2 section in RFC 7540 Similarly How to set the Windows_Update using Tomcat whic

Re: Handling empty Host in HTTP Header

2018-10-27 Thread Mark Thomas
On 27/10/18 14:38, Caldarale, Charles R wrote: >> From: Mani [mailto:mani.chandraseka...@protonmail.com.INVALID] >> Subject: Handling empty Host in HTTP Header > >> May I know, when is the next official tomcat release planned? > > Releases for Tomcat versions under active development (including

RE: Handling empty Host in HTTP Header

2018-10-27 Thread Mani
‐‐‐ Original Message ‐‐‐ On Saturday, October 27, 2018 7:08 PM, Caldarale, Charles R wrote: > > From: Mani [mailto:mani.chandraseka...@protonmail.com.INVALID] > > Subject: Handling empty Host in HTTP Header > > > May I know, when is the next official tomcat release planned? > > Release

RE: Handling empty Host in HTTP Header

2018-10-27 Thread Caldarale, Charles R
> From: Mani [mailto:mani.chandraseka...@protonmail.com.INVALID] > Subject: Handling empty Host in HTTP Header > May I know, when is the next official tomcat release planned? Releases for Tomcat versions under active development (including the 8.5 leg) normally occur in the first week of each c

Handling empty Host in HTTP Header

2018-10-27 Thread Mani
Hi, We are using tomcat-8.5.34. One of our client code is sending a POST request with HTTP header parameter "Host", as an empty string. And 8.5.34 version of tomcat is rejecting the connection with a 400 Error. After debugging, we found that the parseHost API in org.apache.coyote.Abstrac