svn commit: r1743290 - /tomcat/native/trunk/native/src/ssl.c

2016-05-10 Thread billbarker
Author: billbarker Date: Wed May 11 02:02:01 2016 New Revision: 1743290 URL: http://svn.apache.org/viewvc?rev=1743290&view=rev Log: ERR_remove_thread_state doesn't do anything in OpenSSL 1.1.x. It is possible that this needs to be reviewed for Windows, but this is the wrong place to d

svn commit: r1734491 - /tomcat/native/trunk/native/src/ssl.c

2016-03-10 Thread billbarker
Author: billbarker Date: Fri Mar 11 03:40:09 2016 New Revision: 1734491 URL: http://svn.apache.org/viewvc?rev=1734491&view=rev Log: locking callbacks have been removed in OpenSSL master with no replacement Modified: tomcat/native/trunk/native/src/ssl.c Modified: tomcat/native/trunk/na

svn commit: r1726137 - /tomcat/native/trunk/native/src/sslutils.c

2016-01-21 Thread billbarker
Author: billbarker Date: Fri Jan 22 02:36:00 2016 New Revision: 1726137 URL: http://svn.apache.org/viewvc?rev=1726137&view=rev Log: OpenSSL master has changed EVP_PKEY to an abstract type Modified: tomcat/native/trunk/native/src/sslutils.c Modified: tomcat/native/trunk/native/src/ssluti

svn commit: r1725859 - /tomcat/native/branches/1.1.x/native/src/sslutils.c

2016-01-20 Thread billbarker
Author: billbarker Date: Thu Jan 21 02:47:08 2016 New Revision: 1725859 URL: http://svn.apache.org/viewvc?rev=1725859&view=rev Log: OpenSSL master has changed EVP_PKEY to an abstract type Modified: tomcat/native/branches/1.1.x/native/src/sslutils.c Modified: tomcat/native/branches/1

svn commit: r1725404 - /tomcat/native/trunk/native/src/ssl.c

2016-01-18 Thread billbarker
Author: billbarker Date: Tue Jan 19 02:20:00 2016 New Revision: 1725404 URL: http://svn.apache.org/viewvc?rev=1725404&view=rev Log: CRYPTO_malloc_init has been renamed, not removed. Modified: tomcat/native/trunk/native/src/ssl.c Modified: tomcat/native/trunk/native/src/ssl.c URL:

svn commit: r1725403 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2016-01-18 Thread billbarker
Author: billbarker Date: Tue Jan 19 02:17:58 2016 New Revision: 1725403 URL: http://svn.apache.org/viewvc?rev=1725403&view=rev Log: CRYPTO_malloc_init has been renamed, not removed. Modified: tomcat/native/branches/1.1.x/native/src/ssl.c Modified: tomcat/native/branches/1.1.x/native

svn commit: r1724533 - /tomcat/native/trunk/native/src/ssl.c

2016-01-13 Thread billbarker
Author: billbarker Date: Thu Jan 14 02:25:19 2016 New Revision: 1724533 URL: http://svn.apache.org/viewvc?rev=1724533&view=rev Log: CRYPTO_malloc_init has been removed from OpenSSL master Modified: tomcat/native/trunk/native/src/ssl.c Modified: tomcat/native/trunk/native/src/ssl.c

svn commit: r1724346 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2016-01-12 Thread billbarker
Author: billbarker Date: Wed Jan 13 02:22:24 2016 New Revision: 1724346 URL: http://svn.apache.org/viewvc?rev=1724346&view=rev Log: Fix clumbsy fingers Modified: tomcat/native/branches/1.1.x/native/src/ssl.c Modified: tomcat/native/branches/1.1.x/native/src/ssl.c URL: http://svn.apache

svn commit: r1724345 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2016-01-12 Thread billbarker
Author: billbarker Date: Wed Jan 13 02:16:18 2016 New Revision: 1724345 URL: http://svn.apache.org/viewvc?rev=1724345&view=rev Log: It seems that CRYPTO_malloc_init has been removed from OpenSSL master, but not yet from the header files. Waiting for next Gump run to see if anything els

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

2015-11-28 Thread billbarker
Author: billbarker Date: Sun Nov 29 00:12:12 2015 New Revision: 1717015 URL: http://svn.apache.org/viewvc?rev=1717015&view=rev Log: Doing a read after renegotiate appears to be unnecessary in OpenSSL 1.0.2 and higher Modified: tomcat/native/branches/1.1.x/native/src/sslnetwork.c Modi

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

2015-11-28 Thread billbarker
Author: billbarker Date: Sat Nov 28 21:23:56 2015 New Revision: 1717005 URL: http://svn.apache.org/viewvc?rev=1717005&view=rev Log: Doing a read after renegotiate appears to be unnecessary in OpenSSL 1.0.2 and higher Modified: tomcat/native/trunk/native/src/sslnetwork.c Modified: to

svn commit: r1712457 - in /tomcat/native/trunk/native/src: ssl.c sslnetwork.c sslutils.c

2015-11-03 Thread billbarker
Author: billbarker Date: Wed Nov 4 02:25:05 2015 New Revision: 1712457 URL: http://svn.apache.org/viewvc?rev=1712457&view=rev Log: Forward port r1712199 align with OpenSSL master. Just deleted the SSLeay check since any OS I know will raise an UnsatifiedLinkError if you try to load this

svn commit: r1712200 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2015-11-02 Thread billbarker
Author: billbarker Date: Tue Nov 3 02:18:13 2015 New Revision: 1712200 URL: http://svn.apache.org/viewvc?rev=1712200&view=rev Log: Fix typo Modified: tomcat/native/branches/1.1.x/native/src/ssl.c Modified: tomcat/native/branches/1.1.x/native/src/ssl.c URL: http://svn.apache.org/vi

svn commit: r1712199 - in /tomcat/native/branches/1.1.x/native/src: ssl.c sslnetwork.c sslutils.c

2015-11-02 Thread billbarker
Author: billbarker Date: Tue Nov 3 02:07:20 2015 New Revision: 1712199 URL: http://svn.apache.org/viewvc?rev=1712199&view=rev Log: Align with OpenSSL master. The big change is that now OpenSSL take full control of the SSL state machine, so we can't change it anymore. But it also l

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

2015-10-30 Thread billbarker
Author: billbarker Date: Sat Oct 31 01:34:30 2015 New Revision: 1711567 URL: http://svn.apache.org/viewvc?rev=1711567&view=rev Log: Constant name changed in OpenSSL master Modified: tomcat/native/branches/1.1.x/native/src/sslnetwork.c Modified: tomcat/native/branches/1.1.x/native

svn commit: r1708906 - /tomcat/trunk/build.xml

2015-10-15 Thread billbarker
Author: billbarker Date: Fri Oct 16 01:27:58 2015 New Revision: 1708906 URL: http://svn.apache.org/viewvc?rev=1708906&view=rev Log: Include collections classes in the jar, not just the package. Reported by Gump Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

svn commit: r1706179 - in /tomcat/native/trunk/native/src: sslinfo.c sslutils.c

2015-09-30 Thread billbarker
Author: billbarker Date: Thu Oct 1 01:20:57 2015 New Revision: 1706179 URL: http://svn.apache.org/viewvc?rev=1706179&view=rev Log: catch up with OpenSSL master. ported from 1.1 branch Modified: tomcat/native/trunk/native/src/sslinfo.c tomcat/native/trunk/native/src/sslutils.c Modi

svn commit: r1705204 - in /tomcat/native/branches/1.1.x/native/src: sslinfo.c sslutils.c

2015-09-24 Thread billbarker
Author: billbarker Date: Fri Sep 25 01:22:42 2015 New Revision: 1705204 URL: http://svn.apache.org/viewvc?rev=1705204&view=rev Log: Bring code up to date with OpenSSL master. Will port to trunk after I see how Gump does with the changes Modified: tomcat/native/branches/1.1.x/native

svn commit: r1685035 - /tomcat/tc7.0.x/trunk/build.xml

2015-06-11 Thread billbarker
Author: billbarker Date: Fri Jun 12 04:34:11 2015 New Revision: 1685035 URL: http://svn.apache.org/r1685035 Log: Allow Gump to use the newer version of checkstyle Modified: tomcat/tc7.0.x/trunk/build.xml Modified: tomcat/tc7.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1685033 - /tomcat/tc8.0.x/trunk/build.xml

2015-06-11 Thread billbarker
Author: billbarker Date: Fri Jun 12 04:32:40 2015 New Revision: 1685033 URL: http://svn.apache.org/r1685033 Log: Allow Gump to use the newer version of checkstyle Modified: tomcat/tc8.0.x/trunk/build.xml Modified: tomcat/tc8.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1685032 - /tomcat/trunk/build.xml

2015-06-11 Thread billbarker
Author: billbarker Date: Fri Jun 12 04:30:08 2015 New Revision: 1685032 URL: http://svn.apache.org/r1685032 Log: Allow Gump to use the newer version of checkstyle Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev

svn commit: r1680988 - /tomcat/native/trunk/native/src/sslcontext.c

2015-05-21 Thread billbarker
Author: billbarker Date: Fri May 22 03:34:08 2015 New Revision: 1680988 URL: http://svn.apache.org/r1680988 Log: This should be in C not C++ Modified: tomcat/native/trunk/native/src/sslcontext.c Modified: tomcat/native/trunk/native/src/sslcontext.c URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1680456 - in /tomcat/native/branches/1.1.x/native/src: sslcontext.c sslutils.c

2015-05-19 Thread billbarker
Author: billbarker Date: Wed May 20 04:22:58 2015 New Revision: 1680456 URL: http://svn.apache.org/r1680456 Log: Fix errors when compiling against openssl master Modified: tomcat/native/branches/1.1.x/native/src/sslcontext.c tomcat/native/branches/1.1.x/native/src/sslutils.c Modified

svn commit: r1673617 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2015-04-14 Thread billbarker
Author: billbarker Date: Wed Apr 15 02:08:02 2015 New Revision: 1673617 URL: http://svn.apache.org/r1673617 Log: More cleanup of thread ID handling for openssl master plus remove compile warning that doesn't make any difference. Still no change if compiling against any currently rel

svn commit: r1673333 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2015-04-13 Thread billbarker
Author: billbarker Date: Tue Apr 14 01:41:49 2015 New Revision: 167 URL: http://svn.apache.org/r167 Log: openssl master handles thread id itself (and better than we do). No change if compiling against any currently released version of openssl Modified: tomcat/native/branches/1.1.x

svn commit: r1649733 - in /tomcat/native/branches/1.1.x/native/src: ssl.c sslcontext.c sslutils.c

2015-01-05 Thread billbarker
Author: billbarker Date: Tue Jan 6 04:42:24 2015 New Revision: 1649733 URL: http://svn.apache.org/r1649733 Log: More fixes to help Gump build. No change if compiling against any currently released version of openssl Modified: tomcat/native/branches/1.1.x/native/src/ssl.c tomcat/native

svn commit: r1649278 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2015-01-03 Thread billbarker
Author: billbarker Date: Sun Jan 4 01:06:53 2015 New Revision: 1649278 URL: http://svn.apache.org/r1649278 Log: Fix compilation error for Gump. There is no change if compiling against any currently released version of openssl. Modified: tomcat/native/branches/1.1.x/native/src/ssl.c

svn commit: r1561270 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2014-01-24 Thread billbarker
Author: billbarker Date: Sat Jan 25 06:52:25 2014 New Revision: 1561270 URL: http://svn.apache.org/r1561270 Log: Remove my @Author Tags Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse

svn commit: r1561269 - in /tomcat/trunk/java/org/apache/coyote/ajp: AjpAprProcessor.java AjpProcessor.java

2014-01-24 Thread billbarker
Author: billbarker Date: Sat Jan 25 06:50:31 2014 New Revision: 1561269 URL: http://svn.apache.org/r1561269 Log: Remove my @Author Tags Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java Modified: tomcat/trunk

svn commit: r1517112 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2013-08-23 Thread billbarker
Author: billbarker Date: Sat Aug 24 06:26:57 2013 New Revision: 1517112 URL: http://svn.apache.org/r1517112 Log: Fix infinite loop breaking Gump test Modified: tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java Modified: tomcat/trunk/test/org/apache/catalina

svn commit: r979143 - /tomcat/trunk/build.xml

2010-07-25 Thread billbarker
Author: billbarker Date: Mon Jul 26 03:27:37 2010 New Revision: 979143 URL: http://svn.apache.org/viewvc?rev=979143&view=rev Log: reverting, since 1.8 requires an indirect Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/t

svn commit: r979138 - /tomcat/trunk/build.xml

2010-07-25 Thread billbarker
Author: billbarker Date: Mon Jul 26 03:00:08 2010 New Revision: 979138 URL: http://svn.apache.org/viewvc?rev=979138&view=rev Log: no reason to do indirect here Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml

svn commit: r937733 - /tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderMemoryLeak.java

2010-04-24 Thread billbarker
Author: billbarker Date: Sun Apr 25 01:24:33 2010 New Revision: 937733 URL: http://svn.apache.org/viewvc?rev=937733&view=rev Log: Allow time for the OS to do a context switch. Otherwise this fails 100% of the time on my Windows 7 box Modified: tomcat/trunk/test/org/apache/catalina/lo

svn commit: r922136 - /tomcat/trunk/build.xml

2010-03-11 Thread billbarker
Author: billbarker Date: Fri Mar 12 03:52:01 2010 New Revision: 922136 URL: http://svn.apache.org/viewvc?rev=922136&view=rev Log: Re-work the script to make it more Gump friendly No functional change for normal builds, but allows skipping a taskdef that Gump doesn't want or need whe

svn commit: r907355 - in /tomcat/trunk: build.properties.default build.xml

2010-02-06 Thread billbarker
Author: billbarker Date: Sun Feb 7 00:56:56 2010 New Revision: 907355 URL: http://svn.apache.org/viewvc?rev=907355&view=rev Log: Oops, changed the wrong one Modified: tomcat/trunk/build.properties.default tomcat/trunk/build.xml Modified: tomcat/trunk/build.properties.default URL:

svn commit: r907346 - in /tomcat/trunk: build.properties.default build.xml

2010-02-06 Thread billbarker
Author: billbarker Date: Sun Feb 7 00:10:25 2010 New Revision: 907346 URL: http://svn.apache.org/viewvc?rev=907346&view=rev Log: Remove hard coded dll paths that Gump doesn't like Modified: tomcat/trunk/build.properties.default tomcat/trunk/build.xml Modified: tom

svn commit: r834745 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-11-10 Thread billbarker
Author: billbarker Date: Wed Nov 11 02:54:04 2009 New Revision: 834745 URL: http://svn.apache.org/viewvc?rev=834745&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r833800 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-11-07 Thread billbarker
Author: billbarker Date: Sun Nov 8 01:50:41 2009 New Revision: 833800 URL: http://svn.apache.org/viewvc?rev=833800&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r832298 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-11-02 Thread billbarker
Author: billbarker Date: Tue Nov 3 04:08:44 2009 New Revision: 832298 URL: http://svn.apache.org/viewvc?rev=832298&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r761506 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-04-02 Thread billbarker
Author: billbarker Date: Fri Apr 3 02:29:16 2009 New Revision: 761506 URL: http://svn.apache.org/viewvc?rev=761506&view=rev Log: remove objection and votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6

svn commit: r757291 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-22 Thread billbarker
Author: billbarker Date: Mon Mar 23 00:32:10 2009 New Revision: 757291 URL: http://svn.apache.org/viewvc?rev=757291&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r748944 - /tomcat/current/tc5.5.x/STATUS.txt

2009-02-28 Thread billbarker
Author: billbarker Date: Sun Mar 1 00:55:56 2009 New Revision: 748944 URL: http://svn.apache.org/viewvc?rev=748944&view=rev Log: vote Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS

svn commit: r745374 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-02-17 Thread billbarker
Author: billbarker Date: Wed Feb 18 04:16:19 2009 New Revision: 745374 URL: http://svn.apache.org/viewvc?rev=745374&view=rev Log: comment Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS

svn commit: r741843 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-02-06 Thread billbarker
Author: billbarker Date: Sat Feb 7 05:18:37 2009 New Revision: 741843 URL: http://svn.apache.org/viewvc?rev=741843&view=rev Log: voting Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r729825 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/Http11Processor.java webapps/docs/changelog.xml

2008-12-28 Thread billbarker
Author: billbarker Date: Sun Dec 28 19:12:16 2008 New Revision: 729825 URL: http://svn.apache.org/viewvc?rev=729825&view=rev Log: Make certain that classes are first loaded by trusted code when working in a sandbox. Remove vetoed proposal comment on proposal Modified: tomcat/tc6.0.x/t

svn commit: r729382 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-12-24 Thread billbarker
Author: billbarker Date: Wed Dec 24 17:22:04 2008 New Revision: 729382 URL: http://svn.apache.org/viewvc?rev=729382&view=rev Log: proposal and votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r729206 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2008-12-23 Thread billbarker
Author: billbarker Date: Tue Dec 23 19:30:40 2008 New Revision: 729206 URL: http://svn.apache.org/viewvc?rev=729206&view=rev Log: insure that classes are loaded by trusted code in a sandbox Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/trunk/

svn commit: r718156 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-11-16 Thread billbarker
Author: billbarker Date: Sun Nov 16 17:38:34 2008 New Revision: 718156 URL: http://svn.apache.org/viewvc?rev=718156&view=rev Log: Remove proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r718155 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java java/org/apache/coyote/http11/Http11NioProcessor.java java/org/apache/coyote/http11/Http11Processo

2008-11-16 Thread billbarker
Author: billbarker Date: Sun Nov 16 17:37:11 2008 New Revision: 718155 URL: http://svn.apache.org/viewvc?rev=718155&view=rev Log: Don't swallow input if we know the connection is going to be closed Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProce

svn commit: r714215 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-11-14 Thread billbarker
Author: billbarker Date: Fri Nov 14 18:40:03 2008 New Revision: 714215 URL: http://svn.apache.org/viewvc?rev=714215&view=rev Log: propose backport Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r714214 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11NioProcessor.java Http11Processor.java

2008-11-14 Thread billbarker
Author: billbarker Date: Fri Nov 14 18:30:12 2008 New Revision: 714214 URL: http://svn.apache.org/viewvc?rev=714214&view=rev Log: If we know we are closing the connection, don't drain input. This way uploading a 100GB file doesn't tie up the thread if the servlet has rejected

svn commit: r701902 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpAprProcessor.java coyote/ajp/AjpProcessor.java jk/core/MsgContext.java

2008-10-05 Thread billbarker
Author: billbarker Date: Sun Oct 5 16:43:00 2008 New Revision: 701902 URL: http://svn.apache.org/viewvc?rev=701902&view=rev Log: Add support for full client-cert chains to AJP Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java tomcat/trunk/java/org/apache/coyote

svn commit: r698785 - /tomcat/current/tc5.5.x/STATUS.txt

2008-09-24 Thread billbarker
Author: billbarker Date: Wed Sep 24 17:36:26 2008 New Revision: 698785 URL: http://svn.apache.org/viewvc?rev=698785&view=rev Log: Vote Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS

svn commit: r684680 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-08-11 Thread billbarker
Author: billbarker Date: Mon Aug 11 02:01:39 2008 New Revision: 684680 URL: http://svn.apache.org/viewvc?rev=684680&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r672455 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-06-27 Thread billbarker
Author: billbarker Date: Fri Jun 27 19:28:24 2008 New Revision: 672455 URL: http://svn.apache.org/viewvc?rev=672455&view=rev Log: Propose patch for BZ 36155 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6

svn commit: r672454 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpMessage.java

2008-06-27 Thread billbarker
Author: billbarker Date: Fri Jun 27 19:11:48 2008 New Revision: 672454 URL: http://svn.apache.org/viewvc?rev=672454&view=rev Log: port fix for BZ 36155 from the JK Connector Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpMessage.java Modified: tomcat/trunk/java/org/apache/coyote

svn commit: r655217 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-05-10 Thread billbarker
Author: billbarker Date: Sat May 10 18:35:12 2008 New Revision: 655217 URL: http://svn.apache.org/viewvc?rev=655217&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r655215 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/tribes/transport/bio/BioReceiver.java java/org/apache/jk/core/MsgContext.java webapps/docs/changelog.xml

2008-05-10 Thread billbarker
Author: billbarker Date: Sat May 10 18:09:58 2008 New Revision: 655215 URL: http://svn.apache.org/viewvc?rev=655215&view=rev Log: Log AJP signout errors at debug level Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport

svn commit: r651795 - /tomcat/current/tc5.5.x/STATUS.txt

2008-04-25 Thread billbarker
Author: billbarker Date: Fri Apr 25 19:59:01 2008 New Revision: 651795 URL: http://svn.apache.org/viewvc?rev=651795&view=rev Log: Propose patch Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5

svn commit: r651793 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-04-25 Thread billbarker
Author: billbarker Date: Fri Apr 25 19:55:13 2008 New Revision: 651793 URL: http://svn.apache.org/viewvc?rev=651793&view=rev Log: Propose patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r651792 - /tomcat/trunk/java/org/apache/jk/core/MsgContext.java

2008-04-25 Thread billbarker
Author: billbarker Date: Fri Apr 25 19:48:40 2008 New Revision: 651792 URL: http://svn.apache.org/viewvc?rev=651792&view=rev Log: Reduce signoff error message to DEBUG, since it is harmless if mod_jk has hung up the phone Modified: tomcat/trunk/java/org/apache/jk/core/MsgContext.

svn commit: r632952 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-02 Thread billbarker
Author: billbarker Date: Sun Mar 2 22:33:35 2008 New Revision: 632952 URL: http://svn.apache.org/viewvc?rev=632952&view=rev Log: I have way too few spare cycles for this at the moment. It looks like the good patch is pretty simple, but there are those cycles again. So, I'm not

svn commit: r631878 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-02-27 Thread billbarker
Author: billbarker Date: Wed Feb 27 23:44:58 2008 New Revision: 631878 URL: http://svn.apache.org/viewvc?rev=631878&view=rev Log: casting vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r602595 - /tomcat/current/tc5.5.x/STATUS.txt

2007-12-08 Thread billbarker
Author: billbarker Date: Sat Dec 8 16:46:23 2007 New Revision: 602595 URL: http://svn.apache.org/viewvc?rev=602595&view=rev Log: Cleanup status file Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/cur

svn commit: r602593 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/authenticator/FormAuthenticator.java webapps/docs/changelog.xml

2007-12-08 Thread billbarker
Author: billbarker Date: Sat Dec 8 16:44:26 2007 New Revision: 602593 URL: http://svn.apache.org/viewvc?rev=602593&view=rev Log: Port fix for BZ 43687 Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/authenticator/FormAuthenticator.java tomcat/container/tc5

svn commit: r599676 - /tomcat/current/tc5.5.x/STATUS.txt

2007-11-29 Thread billbarker
Author: billbarker Date: Thu Nov 29 18:36:15 2007 New Revision: 599676 URL: http://svn.apache.org/viewvc?rev=599676&view=rev Log: On Peter's request, propose fix for 43687 for backport Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt U

svn commit: r599259 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/authenticator/FormAuthenticator.java webapps/docs/changelog.xml

2007-11-28 Thread billbarker
Author: billbarker Date: Wed Nov 28 20:19:46 2007 New Revision: 599259 URL: http://svn.apache.org/viewvc?rev=599259&view=rev Log: Remove conditional headers on Form Auth replay, since the UA (esp. FireFox) isn't expecting it. Fix for bug #43687 Reported by: Przemyslaw Madzik

svn commit: r598851 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-11-27 Thread billbarker
Author: billbarker Date: Tue Nov 27 18:10:33 2007 New Revision: 598851 URL: http://svn.apache.org/viewvc?rev=598851&view=rev Log: withdrawing my objection Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6

svn commit: r598587 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-11-27 Thread billbarker
Author: billbarker Date: Tue Nov 27 02:54:45 2007 New Revision: 598587 URL: http://svn.apache.org/viewvc?rev=598587&view=rev Log: Adding my objection Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r597782 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-11-23 Thread billbarker
Author: billbarker Date: Fri Nov 23 17:46:00 2007 New Revision: 597782 URL: http://svn.apache.org/viewvc?rev=597782&view=rev Log: Propose fix for 43687 for backport Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/to

svn commit: r597781 - /tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java

2007-11-23 Thread billbarker
Author: billbarker Date: Fri Nov 23 17:37:36 2007 New Revision: 597781 URL: http://svn.apache.org/viewvc?rev=597781&view=rev Log: Remove conditional headers from the re-played request. These confuse some UAs (notably FireFox), and we can't really keep them from the HTTP/1.1 spec. Fi

svn commit: r588490 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-10-25 Thread billbarker
Author: billbarker Date: Thu Oct 25 20:11:08 2007 New Revision: 588490 URL: http://svn.apache.org/viewvc?rev=588490&view=rev Log: document changes Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache

svn commit: r588489 - /tomcat/tc6.0.x/trunk/java/org/apache/jk/common/ChannelNioSocket.java

2007-10-25 Thread billbarker
Author: billbarker Date: Thu Oct 25 20:05:02 2007 New Revision: 588489 URL: http://svn.apache.org/viewvc?rev=588489&view=rev Log: Note to self, you can't copy and paste from 5.5 to 6.0 Modified: tomcat/tc6.0.x/trunk/java/org/apache/jk/common/ChannelNioSocket.java Modified: tomca

svn commit: r588481 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-25 Thread billbarker
Author: billbarker Date: Thu Oct 25 19:44:17 2007 New Revision: 588481 URL: http://svn.apache.org/viewvc?rev=588481&view=rev Log: removing committed patches from STATUS Modified: tomcat/tc6.0.x/trunk/STATUS Modified: tomcat/tc6.0.x/trunk/STATUS URL: http://svn.apache.org/viewvc/to

svn commit: r588479 - /tomcat/tc6.0.x/trunk/java/org/apache/jk/common/ChannelNioSocket.java

2007-10-25 Thread billbarker
Author: billbarker Date: Thu Oct 25 19:41:57 2007 New Revision: 588479 URL: http://svn.apache.org/viewvc?rev=588479&view=rev Log: fix possible DoS condition when using the experimental NIO/AJP connector Modified: tomcat/tc6.0.x/trunk/java/org/apache/jk/common/ChannelNioSocket.java Modi

svn commit: r588477 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java

2007-10-25 Thread billbarker
Author: billbarker Date: Thu Oct 25 19:37:39 2007 New Revision: 588477 URL: http://svn.apache.org/viewvc?rev=588477&view=rev Log: Continue to give Remy a headache by fixing the problem where when the outer most wrapper is a ServetRequest/ResponseWrapper, but not a HttpServletReq

svn commit: r586984 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-21 Thread billbarker
Author: billbarker Date: Sun Oct 21 19:38:24 2007 New Revision: 586984 URL: http://svn.apache.org/viewvc?rev=586984&view=rev Log: Propose fix to BZ 43668 Modified: tomcat/tc6.0.x/trunk/STATUS Modified: tomcat/tc6.0.x/trunk/STATUS URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r586871 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-21 Thread billbarker
Author: billbarker Date: Sun Oct 21 01:34:38 2007 New Revision: 586871 URL: http://svn.apache.org/viewvc?rev=586871&view=rev Log: Propose forward port of NIO/AJP bug Modified: tomcat/tc6.0.x/trunk/STATUS Modified: tomcat/tc6.0.x/trunk/STATUS URL: http://svn.apache.org/viewvc/tomcat/tc6

svn commit: r586870 - /tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelNioSocket.java

2007-10-21 Thread billbarker
Author: billbarker Date: Sun Oct 21 01:31:12 2007 New Revision: 586870 URL: http://svn.apache.org/viewvc?rev=586870&view=rev Log: Fix possible DoS condition for the experimental NIO/AJP module Fix for bug #43621 Reported By: William Leung Modified: tomcat/connectors/trunk/jk/java

svn commit: r584647 - /tomcat/current/tc5.5.x/STATUS

2007-10-14 Thread billbarker
Author: billbarker Date: Sun Oct 14 17:29:28 2007 New Revision: 584647 URL: http://svn.apache.org/viewvc?rev=584647&view=rev Log: Add patch for NIO/AJP and vote Modified: tomcat/current/tc5.5.x/STATUS Modified: tomcat/current/tc5.5.x/STATUS URL: http://svn.apache.org/viewvc/tomcat/cur

svn commit: r580815 - /tomcat/connectors/trunk/jk/java/org/apache/jk/core/MsgContext.java

2007-09-30 Thread billbarker
Author: billbarker Date: Sun Sep 30 17:21:48 2007 New Revision: 580815 URL: http://svn.apache.org/viewvc?rev=580815&view=rev Log: Fix problem where client-flush loses headers if the response isn't committed yet Modified: tomcat/connectors/trunk/jk/java/org/apache/jk/core/MsgCon

svn commit: r579435 - /tomcat/current/tc5.5.x/STATUS

2007-09-25 Thread billbarker
Author: billbarker Date: Tue Sep 25 19:52:52 2007 New Revision: 579435 URL: http://svn.apache.org/viewvc?rev=579435&view=rev Log: Initial STATUS file for the 5.5 branch. Added: tomcat/current/tc5.5.x/STATUS (with props) Added: tomcat/current/tc5.5.x/STATUS URL: http://svn.apache

svn commit: r572498 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/InputBuffer.java

2007-09-03 Thread billbarker
Author: billbarker Date: Mon Sep 3 19:45:37 2007 New Revision: 572498 URL: http://svn.apache.org/viewvc?rev=572498&view=rev Log: Forward porting Reader fixes from 5.5.x Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/InputBuffer.java Modified: tomcat/tc6.0.x/trunk/

svn commit: r572497 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java

2007-09-03 Thread billbarker
Author: billbarker Date: Mon Sep 3 19:44:07 2007 New Revision: 572497 URL: http://svn.apache.org/viewvc?rev=572497&view=rev Log: Forward porting Reader fixes from 5.5.x Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java Modified: tomcat/tc6.0.x/trunk/java

svn commit: r572490 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/SSLSupport.java

2007-09-03 Thread billbarker
Author: billbarker Date: Mon Sep 3 18:54:52 2007 New Revision: 572490 URL: http://svn.apache.org/viewvc?rev=572490&view=rev Log: Update cipher key list with Sun's new ones in Java 6 Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/SSLSupport.java Modified: tomca

svn commit: r572487 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/SSLSupport.java

2007-09-03 Thread billbarker
Author: billbarker Date: Mon Sep 3 18:39:25 2007 New Revision: 572487 URL: http://svn.apache.org/viewvc?rev=572487&view=rev Log: Update cipher key list with Sun's new ones in Java 6 Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/SSLSupport.java Modified

svn commit: r570173 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/B2CConverter.java

2007-08-27 Thread billbarker
Author: billbarker Date: Mon Aug 27 09:11:27 2007 New Revision: 570173 URL: http://svn.apache.org/viewvc?rev=570173&view=rev Log: Fix typo Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/B2CConverter.java Modified: tomcat/connectors/trunk/util/java/org/apache/to

svn commit: r569970 - in /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf: B2CConverter.java CharChunk.java

2007-08-26 Thread billbarker
Author: billbarker Date: Sun Aug 26 20:38:45 2007 New Revision: 569970 URL: http://svn.apache.org/viewvc?rev=569970&view=rev Log: Change B2C to only add up to the limit on the CB, and use the sinks to the BC to request all data. Modified: tomcat/connectors/trunk/util/java/org/ap

svn commit: r569969 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/InputBuffer.java

2007-08-26 Thread billbarker
Author: billbarker Date: Sun Aug 26 20:35:52 2007 New Revision: 569969 URL: http://svn.apache.org/viewvc?rev=569969&view=rev Log: Use char counts and callbacks for determining marks. This will now read exactly to the end of the mark if over the default 8Kb, and the reset it on the next

svn commit: r550299 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpAprProcessor.java coyote/ajp/AjpProcessor.java jk/common/JkInputStream.java

2007-06-24 Thread billbarker
Author: billbarker Date: Sun Jun 24 16:27:57 2007 New Revision: 550299 URL: http://svn.apache.org/viewvc?view=rev&rev=550299 Log: porting AJP large-file support from 5.5 Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java tomcat/trunk/java/org/apache/coyote

svn commit: r550297 - in /tomcat/tc6.0.x/trunk/java/org/apache: coyote/ajp/AjpAprProcessor.java coyote/ajp/AjpProcessor.java jk/common/JkInputStream.java

2007-06-24 Thread billbarker
Author: billbarker Date: Sun Jun 24 16:19:50 2007 New Revision: 550297 URL: http://svn.apache.org/viewvc?view=rev&rev=550297 Log: porting AJP large-file support from 5.5 Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java tomcat/tc6.0.x/trunk/java/org/ap

svn commit: r549328 - in /tomcat/connectors/trunk/jk/java/org/apache: coyote/ajp/AjpAprProcessor.java jk/common/JkInputStream.java

2007-06-20 Thread billbarker
Author: billbarker Date: Wed Jun 20 19:21:36 2007 New Revision: 549328 URL: http://svn.apache.org/viewvc?view=rev&rev=549328 Log: Allow for large-file support on downloads as well as uploads. Reported By: Rainer Jung Modified: tomcat/connectors/trunk/jk/java/org/apache/coyote

svn commit: r547503 - /tomcat/connectors/trunk/jk/build.xml

2007-06-14 Thread billbarker
Author: billbarker Date: Thu Jun 14 20:01:36 2007 New Revision: 547503 URL: http://svn.apache.org/viewvc?view=rev&rev=547503 Log: re-include the experimental NIO/AJP connector in the build Modified: tomcat/connectors/trunk/jk/build.xml Modified: tomcat/connectors/trunk/jk/build.xml

svn commit: r547096 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpAprProcessor.java coyote/ajp/AjpProcessor.java jk/common/HandlerRequest.java

2007-06-13 Thread billbarker
Author: billbarker Date: Wed Jun 13 19:55:26 2007 New Revision: 547096 URL: http://svn.apache.org/viewvc?view=rev&rev=547096 Log: Porting large-file support for the AJP Connectors from 5.5 Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java tomcat/trunk/java/org/ap

svn commit: r547078 - in /tomcat/tc6.0.x/trunk/java/org/apache: coyote/ajp/AjpAprProcessor.java coyote/ajp/AjpProcessor.java jk/common/HandlerRequest.java

2007-06-13 Thread billbarker
Author: billbarker Date: Wed Jun 13 18:56:16 2007 New Revision: 547078 URL: http://svn.apache.org/viewvc?view=rev&rev=547078 Log: Porting large-file support for the AJP Connectors from 5.5 Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java tomcat/tc6.0.x/t

svn commit: r545941 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2007-06-10 Thread billbarker
Author: billbarker Date: Sun Jun 10 14:10:52 2007 New Revision: 545941 URL: http://svn.apache.org/viewvc?view=rev&rev=545941 Log: doc change Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL:

svn commit: r545940 - /tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java

2007-06-10 Thread billbarker
Author: billbarker Date: Sun Jun 10 13:50:58 2007 New Revision: 545940 URL: http://svn.apache.org/viewvc?view=rev&rev=545940 Log: Port large-file patch to the APR connector Modified: tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java Modified: tomcat/connec

svn commit: r545933 - /tomcat/connectors/trunk/jk/java/org/apache/jk/common/HandlerRequest.java

2007-06-10 Thread billbarker
Author: billbarker Date: Sun Jun 10 13:37:18 2007 New Revision: 545933 URL: http://svn.apache.org/viewvc?view=rev&rev=545933 Log: Improve large-file support. It looks like mod_proxy_ajp will handle requests over 2GB, so clean up the handling on the Java side. Modified: tomcat/connec

svn commit: r541958 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

2007-05-26 Thread billbarker
Author: billbarker Date: Sat May 26 19:01:05 2007 New Revision: 541958 URL: http://svn.apache.org/viewvc?view=rev&rev=541958 Log: Porting fix to allow for a forward/include to call getAttributeNames on the Request in a sandbox Modified: tomcat/tc6.0.x/trunk/java/org/apache/cata

svn commit: r541518 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2007-05-24 Thread billbarker
Author: billbarker Date: Thu May 24 20:07:55 2007 New Revision: 541518 URL: http://svn.apache.org/viewvc?view=rev&rev=541518 Log: doc changes Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL:

  1   2   >