Re: svn commit: r1241356 - in /tomcat/trunk/java/org/apache/tomcat/jni: Poll.java SSL.java SSLExt.java

2012-02-07 Thread Costin Manolache
On Tue, Feb 7, 2012 at 2:14 AM, Mark Thomas wrote: > On 07/02/2012 06:13, cos...@apache.org wrote: > > Author: costin > > Date: Tue Feb 7 06:13:36 2012 > > New Revision: 1241356 > > > > URL: http://svn.apache.org/viewvc?rev=1241356&view=rev > > Log: > > Add the new ssl methods from tomcat-native

Re: svn commit: r1241356 - in /tomcat/trunk/java/org/apache/tomcat/jni: Poll.java SSL.java SSLExt.java

2012-02-07 Thread sebb
On 7 February 2012 06:13, wrote: > Author: costin > Date: Tue Feb  7 06:13:36 2012 > New Revision: 1241356 > > URL: http://svn.apache.org/viewvc?rev=1241356&view=rev > Log: > Add the new ssl methods from tomcat-native ( and few poll methods that seemed > to be missing ). > > APR connector will n

svn commit: r1241443 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties

2012-02-07 Thread markt
Author: markt Date: Tue Feb 7 12:29:27 2012 New Revision: 1241443 URL: http://svn.apache.org/viewvc?rev=1241443&view=rev Log: eol Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties (props changed) Propchange: tomcat/trunk/java/org/apache/coyote/http11/u

Re: svn commit: r1241441 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ http11/upgrade/

2012-02-07 Thread Konstantin Kolinko
2012/2/7 : > Author: markt > Date: Tue Feb  7 12:25:57 2012 > New Revision: 1241441 > > URL: http://svn.apache.org/viewvc?rev=1241441&view=rev > Log: > Refactor the connectors to allow lighter weight UpgradeProcessor > implementations that do not depend on Http11Processors. > The main change is th

svn commit: r1241411 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: UpgradeAprProcessor.java UpgradeBioProcessor.java UpgradeNioProcessor.java UpgradeProcessor.java

2012-02-07 Thread markt
Author: markt Date: Tue Feb 7 10:19:51 2012 New Revision: 1241411 URL: http://svn.apache.org/viewvc?rev=1241411&view=rev Log: eol Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeAprProcessor.java (contents, props changed) tomcat/trunk/java/org/apache/coyote/http11/

svn commit: r1241410 - in /tomcat/trunk/java/org/apache: catalina/connector/ catalina/websocket/ coyote/ coyote/ajp/ coyote/http11/ coyote/http11/upgrade/ tomcat/util/net/

2012-02-07 Thread markt
Author: markt Date: Tue Feb 7 10:18:10 2012 New Revision: 1241410 URL: http://svn.apache.org/viewvc?rev=1241410&view=rev Log: Use a lighter weight processor for upgrades. Note that extending the Http11 processors is a hack that I think can be removed with some further refactoring of the connecto

Re: svn commit: r1241356 - in /tomcat/trunk/java/org/apache/tomcat/jni: Poll.java SSL.java SSLExt.java

2012-02-07 Thread Mark Thomas
On 07/02/2012 06:13, cos...@apache.org wrote: > Author: costin > Date: Tue Feb 7 06:13:36 2012 > New Revision: 1241356 > > URL: http://svn.apache.org/viewvc?rev=1241356&view=rev > Log: > Add the new ssl methods from tomcat-native ( and few poll methods that seemed > to be missing ). > > APR con

svn commit: r1241407 - in /tomcat/trunk/java/org/apache/tomcat/jni: Poll.java SSL.java SSLExt.java

2012-02-07 Thread markt
Author: markt Date: Tue Feb 7 10:09:44 2012 New Revision: 1241407 URL: http://svn.apache.org/viewvc?rev=1241407&view=rev Log: Remove whitespace from the ends of the lines Modified: tomcat/trunk/java/org/apache/tomcat/jni/Poll.java tomcat/trunk/java/org/apache/tomcat/jni/SSL.java tomc

svn commit: r1241406 - /tomcat/trunk/java/org/apache/tomcat/jni/SSLExt.java

2012-02-07 Thread markt
Author: markt Date: Tue Feb 7 10:08:02 2012 New Revision: 1241406 URL: http://svn.apache.org/viewvc?rev=1241406&view=rev Log: Fix EOL Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSLExt.java (props changed) Propchange: tomcat/trunk/java/org/apache/tomcat/jni/SSLExt.java -

DO NOT REPLY [Bug 52611] CometProcessor throws lots of NPEs

2012-02-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52611 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52615] Daemon thread is terminated unexpectedly when uncaught exceptions is thrown from the other thread

2012-02-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52615 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: WebSocket progress report

2012-02-07 Thread Mark Thomas
On 07/02/2012 02:23, Jonathan Drake wrote: > I'm one the three CS grad students working on WebSocket (along with Petr > Praus). > > Just wanted to give an update on our progress, to let you know what we're > working on: > > Adding support for fragmented payloads: Excellent. That and handling con