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:
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: Windo
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/
Author: rjung
Date: Fri Sep 18 12:16:19 2009
New Revision: 816596
URL: http://svn.apache.org/viewvc?rev=816596&view=rev
Log:
Fix BZ47867: IIS crashes during startup, when compiled with VS2008
and workers.properties contains unsupported properties.
Patch provided by Indrek Juhani
Modified:
tom
https://issues.apache.org/bugzilla/show_bug.cgi?id=47867
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: jfclere
Date: Fri Sep 18 16:13:30 2009
New Revision: 816696
URL: http://svn.apache.org/viewvc?rev=816696&view=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:
Author: jfclere
Date: Fri Sep 18 16:15:33 2009
New Revision: 816698
URL: http://svn.apache.org/viewvc?rev=816698&view=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:
Author: markt
Date: Sat Sep 19 00:32:38 2009
New Revision: 816833
URL: http://svn.apache.org/viewvc?rev=816833&view=rev
Log:
Add my new key
Modified:
tomcat/trunk/KEYS
Modified: tomcat/trunk/KEYS
URL:
http://svn.apache.org/viewvc/tomcat/trunk/KEYS?rev=816833&r1=816832&r2=816833&view=diff
==
https://issues.apache.org/bugzilla/show_bug.cgi?id=47840
--- Comment #2 from Rainer Jung 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
problem for you:
Index: co