Re: birthdate of AbstractHttp11Protocol.setRejectIllegalHeader

2022-01-16 Thread Rob Sargent
And bingo! 9.0.31.  Please pardon my “find” skills


> On Jan 16, 2022, at 3:05 AM, Mark Thomas  wrote:
> 
> On 15/01/2022 22:24, Rob Sargent wrote:
>> Wow.  On 
>> https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html 
>>  my 
>> chrome browser find of “AbstractHttp11Protocol" locates one instance down in 
>> 9.0.2.  Find of setReject gets me zero hits??
>> None of the 17 hits for “deprecate", to my eye, pertain to changes in 
>> handling headers (I expected to locate a reference to the deprecation of 
>> AbstractHttp11Protocol.setRejectIllegalHeaderName).
>> I’m very confused.
> 
> It is referenced under the property name, not the setter name so you need to 
> look for "rejectIllegalHeaderName"
> 
> Mark
> 
> 
>> For what it’s worth, I’m dealing with a misconfiguration in vaadin(v14) and 
>> spring-boot dependencies and I am trying to work out compatible versions of 
>> these.  I’ve located the relevant releases of vaadin which break the spring 
>> dependencies and am heading over there now, so this Apache issue is of less 
>> importance to me.
>> Thanks,
>> rjs
>>> On Jan 15, 2022, at 4:21 AM, Mark Thomas  wrote:
>>> 
>>> On 15/01/2022 02:42, Rob Sargent wrote:
 With version number as a surrogate date.  I didn’t see any mention in the 
 changelog.
>>> 
>>> Look again. I see it in
>>> 
>>> https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html
>>> https://nightlies.apache.org/tomcat/tomcat-8.5.x/docs/changelog.html
>>> 
>>> You won't see in 10.0.x or 10.1.x because the change occurred before the 
>>> branches were created. In those cases it is covered by the general entry 
>>> for the first version in the change log.
>>> 
>>> Mark
>>> 
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org 
> 
> For additional commands, e-mail: users-h...@tomcat.apache.org 
> 


Re: birthdate of AbstractHttp11Protocol.setRejectIllegalHeader

2022-01-16 Thread Mark Thomas

On 15/01/2022 22:24, Rob Sargent wrote:

Wow.  On https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html my 
chrome browser find of “AbstractHttp11Protocol" locates one instance down in 
9.0.2.  Find of setReject gets me zero hits??
None of the 17 hits for “deprecate", to my eye, pertain to changes in handling 
headers (I expected to locate a reference to the deprecation of 
AbstractHttp11Protocol.setRejectIllegalHeaderName).

I’m very confused.


It is referenced under the property name, not the setter name so you 
need to look for "rejectIllegalHeaderName"


Mark




For what it’s worth, I’m dealing with a misconfiguration in vaadin(v14) and 
spring-boot dependencies and I am trying to work out compatible versions of 
these.  I’ve located the relevant releases of vaadin which break the spring 
dependencies and am heading over there now, so this Apache issue is of less 
importance to me.

Thanks,
rjs


On Jan 15, 2022, at 4:21 AM, Mark Thomas  wrote:

On 15/01/2022 02:42, Rob Sargent wrote:

With version number as a surrogate date.  I didn’t see any mention in the 
changelog.


Look again. I see it in

https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html
https://nightlies.apache.org/tomcat/tomcat-8.5.x/docs/changelog.html

You won't see in 10.0.x or 10.1.x because the change occurred before the 
branches were created. In those cases it is covered by the general entry for 
the first version in the change log.

Mark

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: birthdate of AbstractHttp11Protocol.setRejectIllegalHeader

2022-01-15 Thread Rob Sargent
Wow.  On https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html 
my chrome browser find of “AbstractHttp11Protocol" locates one instance down in 
9.0.2.  Find of setReject gets me zero hits??
None of the 17 hits for “deprecate", to my eye, pertain to changes in handling 
headers (I expected to locate a reference to the deprecation of 
AbstractHttp11Protocol.setRejectIllegalHeaderName).

I’m very confused.

For what it’s worth, I’m dealing with a misconfiguration in vaadin(v14) and 
spring-boot dependencies and I am trying to work out compatible versions of 
these.  I’ve located the relevant releases of vaadin which break the spring 
dependencies and am heading over there now, so this Apache issue is of less 
importance to me.

Thanks,
rjs

> On Jan 15, 2022, at 4:21 AM, Mark Thomas  wrote:
> 
> On 15/01/2022 02:42, Rob Sargent wrote:
>> With version number as a surrogate date.  I didn’t see any mention in the 
>> changelog.
> 
> Look again. I see it in
> 
> https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html
> https://nightlies.apache.org/tomcat/tomcat-8.5.x/docs/changelog.html
> 
> You won't see in 10.0.x or 10.1.x because the change occurred before the 
> branches were created. In those cases it is covered by the general entry for 
> the first version in the change log.
> 
> Mark
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: birthdate of AbstractHttp11Protocol.setRejectIllegalHeader

2022-01-15 Thread Mark Thomas

On 15/01/2022 02:42, Rob Sargent wrote:

With version number as a surrogate date.  I didn’t see any mention in the 
changelog.


Look again. I see it in

https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html
https://nightlies.apache.org/tomcat/tomcat-8.5.x/docs/changelog.html

You won't see in 10.0.x or 10.1.x because the change occurred before the 
branches were created. In those cases it is covered by the general entry 
for the first version in the change log.


Mark

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



birthdate of AbstractHttp11Protocol.setRejectIllegalHeader

2022-01-14 Thread Rob Sargent
With version number as a surrogate date.  I didn’t see any mention in the 
changelog.

Thanks,
rjs


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org