‐‐‐ 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
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
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
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
‐‐‐ 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
> 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
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