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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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 - 100 of 171 matches
Mail list logo