Tagging native 1.1.27

2013-02-05 Thread Mladen Turk
Hi, The latest fix solves issues manifested with 1.1.26 and since there were no new issues reported with 1.1.27-dev binaries I plan to tag and push for a release 1.1.27. Any objections or someone is doing some pending tasks/tests? Regards -- ^TM

[Bug 51497] Use canonical IPv6 text representation in logs

2013-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51497 --- Comment #9 from Konstantin Kolinko --- > IPv6UtilsTest extends TestCase Trunk uses junit4-style tests. Checkstyle there is configured that junit3 ones will not pass validation. (Enabling checkstyle is documented in BUILDING.txt) --

[Tomcat Wiki] Update of "TomcatVersions" by KonstantinKolinko

2013-02-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatVersions" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/TomcatVersions?action=diff&rev1=19&rev2=20 Comment: Explain RTC and CTR The way Apache

[Bug 54456] ChunkedInputFilter returning EOF when client closes connection without sending end chunk

2013-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54456 Konstantin Kolinko changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from Konst

[Bug 54527] Synchronize conf/web.xml mime mapping with Tomcat 7

2013-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54527 --- Comment #2 from Michael Osipov <1983-01...@gmx.net> --- (In reply to comment #1) > AFAIK, Nothing is broken with the current list of mime-mappings in Tomcat 6, > so I am marking this as enhancement. Sorry, I did not mind to file a bug a

[Bug 54527] Synchronize conf/web.xml mime mapping with Tomcat 7

2013-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54527 Konstantin Kolinko changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 fr

[Bug 54522] Add patch binary as prerequisite in BUILDING.txt

2013-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54522 --- Comment #3 from Konstantin Kolinko --- Thank you for the patch. Two notes on the original issue 1. I still hope that an updated version of commons-dbcp is released at some time before Tomcat 8, so that using patch tool were not necess

Re: [VOTE] Release Apache Tomcat 7.0.36

2013-02-05 Thread Rainer Jung
Sorry, I saw now that the attachments are in Jira. Thanks again, Rainer On 05.02.2013 17:30, Mladen Turk wrote: > On 02/05/2013 02:02 AM, Konstantin Kolinko wrote: >> 2013/2/4 Mark Thomas : >> >> Filed as >> https://issues.apache.org/jira/browse/DAEMON-276 >> >> Other than this commons daemon is

Re: [VOTE] Release Apache Tomcat 7.0.36

2013-02-05 Thread Rainer Jung
Attachment got stripped. Put it on people? Thanks! Rainer On 05.02.2013 17:30, Mladen Turk wrote: > On 02/05/2013 02:02 AM, Konstantin Kolinko wrote: >> 2013/2/4 Mark Thomas : >> >> Filed as >> https://issues.apache.org/jira/browse/DAEMON-276 >> >> Other than this commons daemon issue, everythin

Re: Again: Java classes in tcnative

2013-02-05 Thread Mladen Turk
On 02/05/2013 05:09 PM, Rainer Jung wrote: I went through the Java classes in tcnative branch 1.1.x. Remember there are no such classes in tcnative trunk. a) Either we move them into TC trunk jni (where Mark will likely remove them as unused code?) Those classes were added form Apache Mi

Re: [VOTE] Release Apache Tomcat 7.0.36

2013-02-05 Thread Mladen Turk
On 02/05/2013 02:02 AM, Konstantin Kolinko wrote: 2013/2/4 Mark Thomas : Filed as https://issues.apache.org/jira/browse/DAEMON-276 Other than this commons daemon issue, everything else seems OK. Attached a fixed binaries to that issue, so please verify if it works now. The problem was with t

Again: Java classes in tcnative

2013-02-05 Thread Rainer Jung
I went through the Java classes in tcnative branch 1.1.x. Remember there are no such classes in tcnative trunk. - in tcnative branches/1.1.x there were no additions, that were missing from TC trunk (good) - I first merged all missing additions from the jni classes in TC 7 - I then also merge

svn commit: r1442636 - in /tomcat/native/branches/1.1.x: ./ java/org/apache/tomcat/jni/SSLExt.java java/org/apache/tomcat/jni/socket/AprSocket.java

2013-02-05 Thread rjung
Author: rjung Date: Tue Feb 5 15:57:33 2013 New Revision: 1442636 URL: http://svn.apache.org/viewvc?rev=1442636&view=rev Log: One missed whitespace backport form TC turnk (r1300102). Modified: tomcat/native/branches/1.1.x/ (props changed) tomcat/native/branches/1.1.x/java/org/apache/to

svn commit: r1442633 - in /tomcat/native/branches/1.1.x: ./ java/org/apache/tomcat/jni/Poll.java java/org/apache/tomcat/jni/SSL.java java/org/apache/tomcat/jni/SSLContext.java java/org/apache/tomcat/j

2013-02-05 Thread rjung
Author: rjung Date: Tue Feb 5 15:51:18 2013 New Revision: 1442633 URL: http://svn.apache.org/viewvc?rev=1442633&view=rev Log: Merge Java classes from TC trunk. = r1292671 | costin | 2012-02-23 08:03:52 +0100 (Thu, 23 Feb 2012) | 6 lines Add decompress support and the npn handler. Assuming you

svn commit: r1442632 - in /tomcat/native/branches/1.1.x: build.properties.default build.xml

2013-02-05 Thread rjung
Author: rjung Date: Tue Feb 5 15:50:44 2013 New Revision: 1442632 URL: http://svn.apache.org/viewvc?rev=1442632&view=rev Log: Up Java requirement to Java 7 for the tcnative Java parts. Done in preparation for the tcnative to TC trunk Java classes merge. Modified: tomcat/native/branches/1.1.

[Bug 54527] New: Synchronize conf/web.xml mime mapping with Tomcat 7

2013-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54527 Bug ID: 54527 Summary: Synchronize conf/web.xml mime mapping with Tomcat 7 Product: Tomcat 6 Version: 6.0.36 Hardware: All OS: All Status: NEW Sever

svn commit: r1442608 - in /tomcat/native/branches/1.1.x: ./ java/org/apache/tomcat/jni/

2013-02-05 Thread rjung
Author: rjung Date: Tue Feb 5 14:32:10 2013 New Revision: 1442608 URL: http://svn.apache.org/viewvc?rev=1442608&view=rev Log: Port all changes to jni java classes from TC 7: = r815418 | markt | 2009-09-15 19:50:54 +0200 (Tue, 15 Sep 2009) | 4 lines Fix Tomcat side of https://issues.apache.org/b

Re: [Proposal] Resurrecting storeconfig

2013-02-05 Thread Remy Maucherat
On Tue, 2013-02-05 at 19:27 +0900, Keiichi Fujino wrote: > Hi. > > I do not understand about StoreConfig well, but I have a question. > > As long as I read the code (r1442161), I think that storeconfig() seem > to trigger a redeployment of Web applications. > For example, new context.xml will be

svn commit: r1442589 - /tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni/Buffer.java

2013-02-05 Thread rjung
Author: rjung Date: Tue Feb 5 13:52:18 2013 New Revision: 1442589 URL: http://svn.apache.org/viewvc?rev=1442589&view=rev Log: More missing svn:keywords property. Modified: tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni/Buffer.java (props changed) Propchange: tomcat/native/branch

svn commit: r1442587 - in /tomcat/native/branches/1.1.x: ./ examples/org/apache/tomcat/jni/ java/org/apache/tomcat/jni/ native/include/ native/os/netware/ native/os/unix/ native/os/win32/ native/src/

2013-02-05 Thread rjung
Author: rjung Date: Tue Feb 5 13:49:48 2013 New Revision: 1442587 URL: http://svn.apache.org/viewvc?rev=1442587&view=rev Log: Use $Id$ instead of Revision and Date in tcnative trunk sources. Add missing svn:keywords property. Backport of r1442579 and r1442581 from tcnative trunk plus fixes in t

svn commit: r1442581 - in /tomcat/native/trunk: native/src/bb.c test/org/apache/tomcat/jni/SocketServerTestBind.java test/org/apache/tomcat/jni/SocketServerTestSuite.java

2013-02-05 Thread rjung
Author: rjung Date: Tue Feb 5 13:44:23 2013 New Revision: 1442581 URL: http://svn.apache.org/viewvc?rev=1442581&view=rev Log: Add missing svn:keywords property. Modified: tomcat/native/trunk/native/src/bb.c (props changed) tomcat/native/trunk/test/org/apache/tomcat/jni/SocketServerTest

svn commit: r1442579 - in /tomcat/native/trunk: examples/org/apache/tomcat/jni/ native/include/ native/os/netware/ native/os/unix/ native/os/win32/ native/src/ test/org/apache/tomcat/jni/

2013-02-05 Thread rjung
Author: rjung Date: Tue Feb 5 13:37:47 2013 New Revision: 1442579 URL: http://svn.apache.org/viewvc?rev=1442579&view=rev Log: Use $Id$ instead of Revision and Date in tcnative trunk sources. Modified: tomcat/native/trunk/examples/org/apache/tomcat/jni/Echo.java tomcat/native/trunk/exampl

[Bug 51497] Use canonical IPv6 text representation in logs

2013-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51497 Ognjen Blagojevic changed: What|Removed |Added Component|Catalina|Catalina Product|To

[Bug 51497] Use canonical IPv6 text representation in logs

2013-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51497 Ognjen Blagojevic changed: What|Removed |Added Attachment #27312|0 |1 is obsolete|

[Bug 54522] Add patch binary as prerequisite in BUILDING.txt

2013-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54522 Ognjen Blagojevic changed: What|Removed |Added Attachment #29918|0 |1 is obsolete|

Re: [VOTE] Release Apache Tomcat 7.0.36

2013-02-05 Thread Rainer Jung
On 05.02.2013 09:58, Violeta Georgieva wrote: > 2013/2/5 Konstantin Kolinko > >> >>> Could you test on some other XP. >>> I've tested 7.0.36 on Win7/x64 and XPSP3/x86 and everything works fine >>> Tried to restart dozen times at different stages and everything work >> fine. >> >> > I also tested

Re: [Proposal] Resurrecting storeconfig

2013-02-05 Thread Keiichi Fujino
Hi. I do not understand about StoreConfig well, but I have a question. As long as I read the code (r1442161), I think that storeconfig() seem to trigger a redeployment of Web applications. For example, new context.xml will be created when testApp/META-INF/context.xml is stored. And redeployment o

Re: [VOTE] Release Apache Tomcat 7.0.36

2013-02-05 Thread Violeta Georgieva
2013/2/5 Konstantin Kolinko > > > Could you test on some other XP. > > I've tested 7.0.36 on Win7/x64 and XPSP3/x86 and everything works fine > > Tried to restart dozen times at different stages and everything work > fine. > > I also tested it onWin7/x64 and Win Server 2003/x64 and everything wor

Re: [VOTE] Release Apache Tomcat 7.0.36

2013-02-05 Thread Konstantin Kolinko
2013/2/5 Mladen Turk : > On 02/05/2013 02:02 AM, Konstantin Kolinko wrote: >> >> 2013/2/4 Mark Thomas : >>> >>> The proposed Apache Tomcat 7.0.36 release is now available for voting. >>> >> >> Tested on WinXP using JDK 6u39 32-bit, >> > > Could you test on some other XP. > I've tested 7.0.36 on Win

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2013-02-05 Thread jean-frederic clere
On 01/31/2013 12:57 AM, Ron Monzillo wrote: Tomcat Experts, The Servlet Profile of JSR 196 defines the use of the JASPIC SPI in support of the portable integration of new and/or custom authentication mechanisms in compatible Servlet containers. You probably should ask that to the TomEE user li