Re: WsFilter is missing destroy method

2020-09-22 Thread Ralph Goers
Thanks, That took care of the problem. I was using an older version of the 
servlet-api jar that wasn’t marked “provided”.

Ralph

> On Sep 21, 2020, at 11:15 PM, Apache  wrote:
> 
> Interesting. Thanks, I will check in the morning.
> 
> Ralph
> 
>> On Sep 21, 2020, at 10:31 PM, Romain Manni-Bucau  
>> wrote:
>> 
>> Hi Ralph,
>> 
>> Did you check your api jar was matching tomcat impl version? destroy is in
>> the interface (default method):
>> https://github.com/apache/tomcat/blob/9.0.x/java/javax/servlet/Filter.java#L119
>> So without more details it sounds you have a dependency conflict or
>> outdated import.
>> 
>> Romain Manni-Bucau
>> @rmannibucau  |  Blog
>>  | Old Blog
>>  | Github  
>> |
>> LinkedIn  | Book
>> 
>> 
>> 
>>> Le mar. 22 sept. 2020 à 07:22, Ralph Goers  a écrit :
>>> 
>>> I don’t understand why
>>> https://bz.apache.org/bugzilla/show_bug.cgi?id=63528 <
>>> https://bz.apache.org/bugzilla/show_bug.cgi?id=63528> was closed with the
>>> comment “bugzilla is not a support forum”.  Where else is one supposed to
>>> report bugs in Tomcat as this is a legitimate bug?  It seems that WsFilter
>>> and GenericFilter were modified around the same time and at various points
>>> in time one or the other had a destroy method, but in the end neither did
>>> and it results in an error whenever the embedded tomcat in Spring Boot
>>> shuts down. This bug still exists in 9.0.38.
>>> 
>>> Ralph
> 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 
> 



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



Re: WsFilter is missing destroy method

2020-09-22 Thread Apache
Interesting. Thanks, I will check in the morning.

Ralph

> On Sep 21, 2020, at 10:31 PM, Romain Manni-Bucau  
> wrote:
> 
> Hi Ralph,
> 
> Did you check your api jar was matching tomcat impl version? destroy is in
> the interface (default method):
> https://github.com/apache/tomcat/blob/9.0.x/java/javax/servlet/Filter.java#L119
> So without more details it sounds you have a dependency conflict or
> outdated import.
> 
> Romain Manni-Bucau
> @rmannibucau  |  Blog
>  | Old Blog
>  | Github  |
> LinkedIn  | Book
> 
> 
> 
>> Le mar. 22 sept. 2020 à 07:22, Ralph Goers  a écrit :
>> 
>> I don’t understand why
>> https://bz.apache.org/bugzilla/show_bug.cgi?id=63528 <
>> https://bz.apache.org/bugzilla/show_bug.cgi?id=63528> was closed with the
>> comment “bugzilla is not a support forum”.  Where else is one supposed to
>> report bugs in Tomcat as this is a legitimate bug?  It seems that WsFilter
>> and GenericFilter were modified around the same time and at various points
>> in time one or the other had a destroy method, but in the end neither did
>> and it results in an error whenever the embedded tomcat in Spring Boot
>> shuts down. This bug still exists in 9.0.38.
>> 
>> Ralph



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



Re: WsFilter is missing destroy method

2020-09-21 Thread Romain Manni-Bucau
Hi Ralph,

Did you check your api jar was matching tomcat impl version? destroy is in
the interface (default method):
https://github.com/apache/tomcat/blob/9.0.x/java/javax/servlet/Filter.java#L119
So without more details it sounds you have a dependency conflict or
outdated import.

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book



Le mar. 22 sept. 2020 à 07:22, Ralph Goers  a écrit :

> I don’t understand why
> https://bz.apache.org/bugzilla/show_bug.cgi?id=63528 <
> https://bz.apache.org/bugzilla/show_bug.cgi?id=63528> was closed with the
> comment “bugzilla is not a support forum”.  Where else is one supposed to
> report bugs in Tomcat as this is a legitimate bug?  It seems that WsFilter
> and GenericFilter were modified around the same time and at various points
> in time one or the other had a destroy method, but in the end neither did
> and it results in an error whenever the embedded tomcat in Spring Boot
> shuts down. This bug still exists in 9.0.38.
>
> Ralph


WsFilter is missing destroy method

2020-09-21 Thread Ralph Goers
I don’t understand why https://bz.apache.org/bugzilla/show_bug.cgi?id=63528 
 was closed with the 
comment “bugzilla is not a support forum”.  Where else is one supposed to 
report bugs in Tomcat as this is a legitimate bug?  It seems that WsFilter and 
GenericFilter were modified around the same time and at various points in time 
one or the other had a destroy method, but in the end neither did and it 
results in an error whenever the embedded tomcat in Spring Boot shuts down. 
This bug still exists in 9.0.38.

Ralph