svn commit: r1490220 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_41: ./ build.properties.default

2013-06-06 Thread markt
Author: markt Date: Thu Jun 6 09:56:30 2013 New Revision: 1490220 URL: http://svn.apache.org/r1490220 Log: Tag 7.0.41 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_41/ (props changed) - copied from r1490215, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_0_41/build.properti

svn commit: r2134 - /release/tomcat/tomcat-7/v7.0.39/

2013-06-06 Thread markt
Author: markt Date: Thu Jun 6 10:33:15 2013 New Revision: 2134 Log: Remove 7.0.39 Removed: release/tomcat/tomcat-7/v7.0.39/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h

svn commit: r2134 - /release/tomcat/tomcat-7/v7.0.39/

2013-06-06 Thread markt
Author: markt Date: Thu Jun 6 10:33:15 2013 New Revision: 2134 Log: Remove 7.0.39 Removed: release/tomcat/tomcat-7/v7.0.39/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h

[VOTE] Release Apache Tomcat 7.0.41

2013-06-06 Thread Mark Thomas
The proposed Apache Tomcat 7.0.41 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.41/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-073/ The svn tag is: http://svn.apache.org/r

svn commit: r1490332 - /tomcat/native/branches/1.1.x/README.txt

2013-06-06 Thread schultz
Author: schultz Date: Thu Jun 6 16:05:44 2013 New Revision: 1490332 URL: http://svn.apache.org/r1490332 Log: Fixed build instructions. Modified: tomcat/native/branches/1.1.x/README.txt Modified: tomcat/native/branches/1.1.x/README.txt URL: http://svn.apache.org/viewvc/tomcat/native/branche

[Bug 51813] Tomcat randomly crashes with [libtcnative-1.so.1+0x152ca] Java_org_apache_tomcat_jni_Socket_sendbb+0x5a

2013-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51813 --- Comment #7 from Christopher Schultz --- Created attachment 30402 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30402&action=edit Patch against tcnative-1.1.x I'm not sure if I should be checking s->net or s->sock. They bot

Where to put proposals for tcnative?

2013-06-06 Thread Christopher Schultz
All, Neither tcnative/trunk not tcnative/branches/1.1.x have a STATUS.txt file... where should proposals be made? In Tomcat directly? Thanks, -chris signature.asc Description: OpenPGP digital signature

Re: Where to put proposals for tcnative?

2013-06-06 Thread Rainer Jung
On 06.06.2013 18:22, Christopher Schultz wrote: > All, > > Neither tcnative/trunk not tcnative/branches/1.1.x have a STATUS.txt > file... where should proposals be made? In Tomcat directly? The Java classes come from TC trunk via externals. So proposals which are mainly for those can be discussed

Re: Where to put proposals for tcnative?

2013-06-06 Thread Christopher Schultz
Rainer, On 6/6/13 1:32 PM, Rainer Jung wrote: > On 06.06.2013 18:22, Christopher Schultz wrote: >> All, >> >> Neither tcnative/trunk not tcnative/branches/1.1.x have a STATUS.txt >> file... where should proposals be made? In Tomcat directly? > > The Java classes come from TC trunk via externals.

svn commit: r1490438 - /tomcat/native/trunk/native/build/tcnative.m4

2013-06-06 Thread rjung
Author: rjung Date: Thu Jun 6 20:50:02 2013 New Revision: 1490438 URL: http://svn.apache.org/r1490438 Log: tcnative configure: --with-java -> --with-java-home as indicated by the help string. Modified: tomcat/native/trunk/native/build/tcnative.m4 Modified: tomcat/native/trunk/native/build/t

svn commit: r1490439 - /tomcat/native/trunk/native/configure.in

2013-06-06 Thread rjung
Author: rjung Date: Thu Jun 6 20:51:20 2013 New Revision: 1490439 URL: http://svn.apache.org/r1490439 Log: Adjust configure to m4 macros. Followup to r1205445. Modified: tomcat/native/trunk/native/configure.in Modified: tomcat/native/trunk/native/configure.in URL: http://svn.apache.org/vie

Re: Where to put proposals for tcnative?

2013-06-06 Thread Rainer Jung
On 06.06.2013 19:56, Christopher Schultz wrote: > Rainer, > > On 6/6/13 1:32 PM, Rainer Jung wrote: >> On 06.06.2013 18:22, Christopher Schultz wrote: >> Proposals mostly for the C files probably make sense in a STATUS file >> here if they are backports from native trunk. > > I was going to make

RE: Where to put proposals for tcnative?

2013-06-06 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Where to put proposals for tcnative? > PS Here's what I get when trying to build tcnative-trunk: > $ sh buildconf --with-apr=../../apr-1.4.6/ > checking for JDK os include directory... Cannot find jni_md.h in /usr/

Re: Where to put proposals for tcnative?

2013-06-06 Thread Rainer Jung
On 06.06.2013 22:54, Rainer Jung wrote: > On 06.06.2013 19:56, Christopher Schultz wrote: >> Rainer, >> >> On 6/6/13 1:32 PM, Rainer Jung wrote: >>> On 06.06.2013 18:22, Christopher Schultz wrote: > >>> Proposals mostly for the C files probably make sense in a STATUS file >>> here if they are back

Re: Where to put proposals for tcnative?

2013-06-06 Thread Rainer Jung
On 06.06.2013 23:00, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: Where to put proposals for tcnative? > >> PS Here's what I get when trying to build tcnative-trunk: > >> $ sh buildconf --with-apr=../../apr-1.4.6/ > >> checking f

[Bug 55071] New: try finally catch structure masks original exception in JDBCRealm.getPassword()

2013-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55071 Bug ID: 55071 Summary: try finally catch structure masks original exception in JDBCRealm.getPassword() Product: Tomcat 7 Version: 7.0.40 Hardware: Other