DO NOT REPLY [Bug 47866] New: NullPointerException in embedded tomcat

2009-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47866 Summary: NullPointerException in embedded tomcat Product: Tomcat 7 Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority:

DO NOT REPLY [Bug 47867] New: IIS connector compiled with VS2008 crashes, when worker contains unsupported properties

2009-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47867 Summary: IIS connector compiled with VS2008 crashes, when worker contains unsupported properties Product: Tomcat Connectors Version: 1.2.26 Platform: PC OS/Version:

Re: Testing new website sync process

2009-09-18 Thread Mark Thomas
Henri Yandell wrote: Did this go through Mark? No. It fell off my radar. I'll try and get back to it. I'll let floks know in advance before I change anything. Where do I commit the Taglibs site? At the minute, the ideal would be as part of: http://svn.apache.org/repos/asf/tomcat/site/trunk/

svn commit: r816596 - in /tomcat/jk/trunk: native/common/jk_util.c xdocs/miscellaneous/changelog.xml

2009-09-18 Thread rjung
Author: rjung Date: Fri Sep 18 12:16:19 2009 New Revision: 816596 URL: http://svn.apache.org/viewvc?rev=816596view=rev Log: Fix BZ47867: IIS crashes during startup, when compiled with VS2008 and workers.properties contains unsupported properties. Patch provided by Indrek Juhani Modified:

DO NOT REPLY [Bug 47867] IIS connector compiled with VS2008 crashes, when worker contains unsupported properties

2009-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47867 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r816696 - /tomcat/native/branches/1.1.x/native/src/sslnetwork.c

2009-09-18 Thread jfclere
Author: jfclere Date: Fri Sep 18 16:13:30 2009 New Revision: 816696 URL: http://svn.apache.org/viewvc?rev=816696view=rev Log: While testing with FF and a bunch of client certificates the SSL_do_handshake() failed and need to be retrying until the certificate is choosen in the browser. Modified:

svn commit: r816698 - /tomcat/native/trunk/native/src/sslnetwork.c

2009-09-18 Thread jfclere
Author: jfclere Date: Fri Sep 18 16:15:33 2009 New Revision: 816698 URL: http://svn.apache.org/viewvc?rev=816698view=rev Log: While testing with FF and a bunch of client certificates the SSL_do_handshake() failed and need to be retrying until the certificate is choosen in the browser. Modified:

svn commit: r816833 - /tomcat/trunk/KEYS

2009-09-18 Thread markt
Author: markt Date: Sat Sep 19 00:32:38 2009 New Revision: 816833 URL: http://svn.apache.org/viewvc?rev=816833view=rev Log: Add my new key Modified: tomcat/trunk/KEYS Modified: tomcat/trunk/KEYS URL: http://svn.apache.org/viewvc/tomcat/trunk/KEYS?rev=816833r1=816832r2=816833view=diff

DO NOT REPLY [Bug 47840] A broken worker name is written in the log file.

2009-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47840 --- Comment #2 from Rainer Jung rainer.j...@kippdata.de 2009-09-18 19:35:24 PDT --- I think your patch doesn't help. I analyzed the problem and came up with another solution. Would you please try the below patch and see if it fixes the