Stable +1: Ubuntu 10.04.02
2011/7/7 Jim Jagielski
>
> On Jul 4, 2011, at 2:34 AM, Mladen Turk wrote:
> > The proposed 1.2.32 release is:
> > [X] Stable - go ahead and release as 1.2.32 Stable
> > [ ] Broken - do not release
>
> +1: OSX and Fed14
>
> --
https://issues.apache.org/bugzilla/show_bug.cgi?id=51468
Christopher Schultz changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Jul 6 23:24:13 2011
New Revision: 1143610
URL: http://svn.apache.org/viewvc?rev=1143610&view=rev
Log:
Put tag in right place
Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_18/
- copied from r1143609, tomcat/tc7.0.x/TOMCAT_7_0_18/
Removed:
tomcat/tc7.0.x/TOMCAT_7_0_18
Author: markt
Date: Wed Jul 6 23:22:06 2011
New Revision: 1143609
URL: http://svn.apache.org/viewvc?rev=1143609&view=rev
Log:
Update ready for next release
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/res/maven/mvn.properties.default
Modified: tomcat/trunk/build.properti
Author: markt
Date: Wed Jul 6 23:21:15 2011
New Revision: 1143607
URL: http://svn.apache.org/viewvc?rev=1143607&view=rev
Log:
Tag 7.0.18
Added:
tomcat/tc7.0.x/TOMCAT_7_0_18/
- copied from r1143606, tomcat/trunk/
Removed:
tomcat/tc7.0.x/TOMCAT_7_0_18/modules/
Modified:
tomcat/tc
Author: markt
Date: Wed Jul 6 23:12:15 2011
New Revision: 1143605
URL: http://svn.apache.org/viewvc?rev=1143605&view=rev
Log:
Remove debug code
Modified:
tomcat/trunk/test/org/apache/tomcat/util/threads/TestLimitLatch.java
Modified: tomcat/trunk/test/org/apache/tomcat/util/threads/TestLimit
On 07/07/2011 00:08, Konstantin Kolinko wrote:
> 2011/7/6 :
>> Author: markt
>> Date: Wed Jul 6 16:31:31 2011
>> New Revision: 1143488
>>
>> URL: http://svn.apache.org/viewvc?rev=1143488&view=rev
>> Log:
>> Refactor to avoid NPEs during test
>>
>> Modified:
>>tomcat/trunk/test/org/apache/tomc
2011/7/6 :
> Author: markt
> Date: Wed Jul 6 16:31:31 2011
> New Revision: 1143488
>
> URL: http://svn.apache.org/viewvc?rev=1143488&view=rev
> Log:
> Refactor to avoid NPEs during test
>
> Modified:
> tomcat/trunk/test/org/apache/tomcat/util/threads/TestLimitLatch.java
>
> @@ -120,6 +113,8 @
https://issues.apache.org/bugzilla/show_bug.cgi?id=51468
--- Comment #12 from Sergey Ushakov 2011-07-06 22:31:04
UTC ---
Just one more word regarding reluctance to incorporate existing mature
functionality into Tomcat.
I would personally be happy to use UrlRewrite for the mentioned tasks if thi
On Jul 4, 2011, at 2:34 AM, Mladen Turk wrote:
> The proposed 1.2.32 release is:
> [X] Stable - go ahead and release as 1.2.32 Stable
> [ ] Broken - do not release
+1: OSX and Fed14
-
To unsubscribe, e-mail: dev-unsubscr...@tomc
Author: markt
Date: Wed Jul 6 16:31:31 2011
New Revision: 1143488
URL: http://svn.apache.org/viewvc?rev=1143488&view=rev
Log:
Refactor to avoid NPEs during test
Modified:
tomcat/trunk/test/org/apache/tomcat/util/threads/TestLimitLatch.java
Modified: tomcat/trunk/test/org/apache/tomcat/util/
Author: markt
Date: Wed Jul 6 15:05:45 2011
New Revision: 1143457
URL: http://svn.apache.org/viewvc?rev=1143457&view=rev
Log:
Correct regression caused by connector re-factoring that meant that sendfile
data was not reset between pipe-lined HTTP requests.
Modified:
tomcat/trunk/java/org/apa
On 06/07/2011 13:26, Mark Thomas wrote:
> On 06/07/2011 12:26, Konstantin Kolinko wrote:
>> 2011/7/6 Mark Thomas :
>>> On 06/07/2011 08:55, Konstantin Kolinko wrote:
I have doubts regarding this change.
If I understand correctly, recycle() (and thus recycleInternal()) is
not ca
Author: markt
Date: Wed Jul 6 12:34:27 2011
New Revision: 1143380
URL: http://svn.apache.org/viewvc?rev=1143380&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/
Author: markt
Date: Wed Jul 6 12:31:50 2011
New Revision: 1143379
URL: http://svn.apache.org/viewvc?rev=1143379&view=rev
Log:
Add sync to fix test failures on Linux.
Should have minimal impact in normal Tomcat usage since each instance/JVM only
opens a single socket.
Modified:
tomcat/trunk/
On 06/07/2011 12:16, Mark Thomas wrote:
> On 06/07/2011 11:51, ma...@apache.org wrote:
>> Author: markt
>> Date: Wed Jul 6 10:51:18 2011
>> New Revision: 1143334
>>
>> URL: http://svn.apache.org/viewvc?rev=1143334&view=rev
>> Log:
>> Refactor the bind call to reduce the length of the stack traces
On 06/07/2011 12:26, Konstantin Kolinko wrote:
> 2011/7/6 Mark Thomas :
>> On 06/07/2011 08:55, Konstantin Kolinko wrote:
>>> I have doubts regarding this change.
>>>
>>> If I understand correctly, recycle() (and thus recycleInternal()) is
>>> not called when several requests are processed in a ro
2011/7/6 Mark Thomas :
> On 06/07/2011 08:55, Konstantin Kolinko wrote:
>> I have doubts regarding this change.
>>
>> If I understand correctly, recycle() (and thus recycleInternal()) is
>> not called when several requests are processed in a row.
>
> Recycle is called between every request, keepin
On 06/07/2011 11:51, ma...@apache.org wrote:
> Author: markt
> Date: Wed Jul 6 10:51:18 2011
> New Revision: 1143334
>
> URL: http://svn.apache.org/viewvc?rev=1143334&view=rev
> Log:
> Refactor the bind call to reduce the length of the stack traces when the unit
> tests fail. It probably won't f
Author: markt
Date: Wed Jul 6 10:51:18 2011
New Revision: 1143334
URL: http://svn.apache.org/viewvc?rev=1143334&view=rev
Log:
Refactor the bind call to reduce the length of the stack traces when the unit
tests fail. It probably won't fix the issue but it will make the logs easier to
read.
Modi
On 06/07/2011 08:55, Konstantin Kolinko wrote:
> I have doubts regarding this change.
>
> If I understand correctly, recycle() (and thus recycleInternal()) is
> not called when several requests are processed in a row.
Recycle is called between every request, keeping in mind that a Comet
request
2011/7/6 Konstantin Kolinko :
> There is some bug in the uninstaller:
>
> It deleted *all* shortcuts from Windows Menu (both for me and for All Users),
> not only Tomcat ones.
>
> I just noticed after rebooting, that none of my Startup shortcuts did
> run -- they have been deleted.
>
> Please bewar
There is some bug in the uninstaller:
It deleted *all* shortcuts from Windows Menu (both for me and for All Users),
not only Tomcat ones.
I just noticed after rebooting, that none of my Startup shortcuts did
run -- they have been deleted.
Please beware while testing.
It might be my fault, but
https://issues.apache.org/bugzilla/show_bug.cgi?id=51472
--- Comment #4 from Konstantin Kolinko 2011-07-06
08:51:05 UTC ---
(In reply to comment #3)
Yes, as designed.
For reference, the discussion that Mark mentions
http://markmail.org/message/zpyvs4vqj2whqloo
--
Configure bugmail: https://is
2011/7/6 Rainer Jung :
> Hi Konstantin,
>
> On 06.07.2011 08:03, Konstantin Kolinko wrote:
>> 1. JavaDoc for the method has to be updated. It still says that the
>> name is quoted.
>
> Will fix.
>
>> 2. If I understand correctly, the name _is_ used directly, in
>> AbstractConnectionHandler.register
I have doubts regarding this change.
If I understand correctly, recycle() (and thus recycleInternal()) is
not called when several requests are processed in a row.
So, in the old code sendfile is set to null before each request, in
the new code it is set to null only once after connection is clo
Hi Konstantin,
On 06.07.2011 08:03, Konstantin Kolinko wrote:
> 1. JavaDoc for the method has to be updated. It still says that the
> name is quoted.
Will fix.
> 2. If I understand correctly, the name _is_ used directly, in
> AbstractConnectionHandler.register():
> ... ",worker=" + getProtocol()
27 matches
Mail list logo