You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mark Thomas <ma...@apache.org> on 2015/01/08 20:16:20 UTC

[CANCELLED][VOTE] Release Apache Tomcat 8.0.16

On 07/01/2015 15:19, Violeta Georgieva wrote:
> Hi,
> 
> 2015-01-07 15:02 GMT+02:00 Mark Thomas <ma...@apache.org>:
>>
>> On 07/01/2015 07:42, Violeta Georgieva wrote:
>>> Hi,
>>>
>>> 2015-01-05 15:13 GMT+02:00 Mark Thomas <markt@apache.org
>>> <ma...@apache.org>>:
>>>>
>>>> The proposed Apache Tomcat 8.0.16 release is now available for voting.

<snip/>

>>>
>>> After revision 1643232
>>> If there is a ServletRequestListener and the application sends an error
>>> then ServletRequestListener.requestDestroyed is not invoked anymore.
>>> I'm attaching a test case.
>>
>> Bother.
>>
>> The test case didn't come through. Probably best to commit it to trunk
>> with @Ignore.
> 
> Here it is r1650081
> 
> Vily
> 
>> It looks like 8.0.17 will be required at this point. I'll
>> leave the vote open a little longer to see if anyone finds anything else.

I've fixed this issue in trunk. I need to commit, back-port it and run
through the unit tests. I should be able to do that this evening and I
plan to tag 8.0.17 tomorrow morning.

There 8.0.16 vote is therefore cancelled due to this regression.

Mark


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


Re: [CANCELLED][VOTE] Release Apache Tomcat 8.0.16

Posted by Violeta Georgieva <mi...@gmail.com>.
Hi Konstantin,

2015-01-08 23:53 GMT+02:00 Konstantin Kolinko <kn...@gmail.com>:
>
> 2015-01-08 22:16 GMT+03:00 Mark Thomas <ma...@apache.org>:
> >
> > I've fixed this issue in trunk. I need to commit, back-port it and run
> > through the unit tests. I should be able to do that this evening and I
> > plan to tag 8.0.17 tomorrow morning.
>
> There is the following issue about thread safety in URL_ENCODER and
> DirContextURLConnection.list() generating garbage:

DirContextURLConnection is removed in tomcat 8.0.x in favor of the new
resource implementation.
I think that this issue is relevant only for tomcat <= 7.0.x.

Regards,
Violeta

> https://issues.apache.org/bugzilla/show_bug.cgi?id=57420
>
> I remember that this was first reported in November 2014 ("Spurious
> Problem starting Tomcat7 (garbled class names)" thread)
> http://tomcat.markmail.org/thread/j7nrhb3nsqtxkaxn
>
> Now the source cause of the issue seems to be found. (I have not
> evaluated the BZ issue yet).
>
> Best regards,
> Konstantin Kolinko
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>

Re: [CANCELLED][VOTE] Release Apache Tomcat 8.0.16

Posted by Konstantin Kolinko <kn...@gmail.com>.
2015-01-08 22:16 GMT+03:00 Mark Thomas <ma...@apache.org>:
>
> I've fixed this issue in trunk. I need to commit, back-port it and run
> through the unit tests. I should be able to do that this evening and I
> plan to tag 8.0.17 tomorrow morning.

There is the following issue about thread safety in URL_ENCODER and
DirContextURLConnection.list() generating garbage:
https://issues.apache.org/bugzilla/show_bug.cgi?id=57420

I remember that this was first reported in November 2014 ("Spurious
Problem starting Tomcat7 (garbled class names)" thread)
http://tomcat.markmail.org/thread/j7nrhb3nsqtxkaxn

Now the source cause of the issue seems to be found. (I have not
evaluated the BZ issue yet).

Best regards,
Konstantin Kolinko

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


Re: [CANCELLED][VOTE] Release Apache Tomcat 8.0.16

Posted by Violeta Georgieva <mi...@gmail.com>.
Hi,

2015-01-08 21:16 GMT+02:00 Mark Thomas <ma...@apache.org>:
>
> On 07/01/2015 15:19, Violeta Georgieva wrote:
> > Hi,
> >
> > 2015-01-07 15:02 GMT+02:00 Mark Thomas <ma...@apache.org>:
> >>
> >> On 07/01/2015 07:42, Violeta Georgieva wrote:
> >>> Hi,
> >>>
> >>> 2015-01-05 15:13 GMT+02:00 Mark Thomas <markt@apache.org
> >>> <ma...@apache.org>>:
> >>>>
> >>>> The proposed Apache Tomcat 8.0.16 release is now available for
voting.
>
> <snip/>
>
> >>>
> >>> After revision 1643232
> >>> If there is a ServletRequestListener and the application sends an
error
> >>> then ServletRequestListener.requestDestroyed is not invoked anymore.
> >>> I'm attaching a test case.
> >>
> >> Bother.
> >>
> >> The test case didn't come through. Probably best to commit it to trunk
> >> with @Ignore.
> >
> > Here it is r1650081
> >
> > Vily
> >
> >> It looks like 8.0.17 will be required at this point. I'll
> >> leave the vote open a little longer to see if anyone finds anything
else.
>
> I've fixed this issue in trunk. I need to commit, back-port it and run
> through the unit tests. I should be able to do that this evening and I
> plan to tag 8.0.17 tomorrow morning.

I tested the fix and now everything is OK.

Regards,
Vily

>
> There 8.0.16 vote is therefore cancelled due to this regression.
>
> Mark
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>