svn commit: r1188865 - /tomcat/jk/trunk/native/apache-2.0/mod_jk.c

2011-10-25 Thread timw
Author: timw Date: Tue Oct 25 19:18:21 2011 New Revision: 1188865 URL: http://svn.apache.org/viewvc?rev=1188865&view=rev Log: Fixing mod_jk build on Windows with strict C style variable declarations. Modified: tomcat/jk/trunk/native/apache-2.0/mod_jk.c Modified: tomcat/jk/trunk/na

svn commit: r1203433 - /tomcat/jk/trunk/native/common/jk_uri_worker_map.c

2011-11-17 Thread timw
Author: timw Date: Fri Nov 18 00:11:48 2011 New Revision: 1203433 URL: http://svn.apache.org/viewvc?rev=1203433&view=rev Log: Log errors loading uri worker map file. Modified: tomcat/jk/trunk/native/common/jk_uri_worker_map.c Modified: tomcat/jk/trunk/native/common/jk_uri_worker_map.c

svn commit: r1203436 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-11-17 Thread timw
Author: timw Date: Fri Nov 18 00:18:46 2011 New Revision: 1203436 URL: http://svn.apache.org/viewvc?rev=1203436&view=rev Log: Improve reporting of error loading workers file on IIS. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c tomcat/jk/trunk/xdocs/miscellaneous/changelog

svn commit: r1366267 - in /tomcat/jk/trunk: native/configure.in xdocs/miscellaneous/changelog.xml

2012-07-26 Thread timw
Author: timw Date: Fri Jul 27 02:16:57 2012 New Revision: 1366267 URL: http://svn.apache.org/viewvc?rev=1366267&view=rev Log: Add --disable-sock-cloexec flag to configure that supresses use of SOCK_CLOEXEC so built modules will work on Linux kernels < 2.6.27. Modified: tomcat/j

svn commit: r1124474 - /tomcat/jk/trunk/native/common/jk_connect.c

2011-05-18 Thread timw
Author: timw Date: Thu May 19 00:15:59 2011 New Revision: 1124474 URL: http://svn.apache.org/viewvc?rev=1124474&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=50839 Cap the lingering bytes read when shutting down an AJP socket at 32k to prevent CPU spikes reading very l

svn commit: r1124476 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2011-05-18 Thread timw
Author: timw Date: Thu May 19 00:20:25 2011 New Revision: 1124476 URL: http://svn.apache.org/viewvc?rev=1124476&view=rev Log: Updating changelog for bug #50839 Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml URL:

svn commit: r1125651 - /tomcat/jk/trunk/native/common/jk_connect.c

2011-05-21 Thread timw
Author: timw Date: Sat May 21 08:57:48 2011 New Revision: 1125651 URL: http://svn.apache.org/viewvc?rev=1125651&view=rev Log: Switching read byte counters to unsigned types to ensure we don't get int wrapping when counting the bytes read. Previously MAX_LINGER_BYTES (32768) was

svn commit: r1125656 - in /tomcat/jk/trunk/native/common: jk_ajp_common.c jk_ajp_common.h

2011-05-21 Thread timw
Author: timw Date: Sat May 21 10:00:54 2011 New Revision: 1125656 URL: http://svn.apache.org/viewvc?rev=1125656&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=41923 Propagate client abort to Tomcat by hard closing the AJP connection on an client write error, which will a

svn commit: r1125657 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2011-05-21 Thread timw
Author: timw Date: Sat May 21 10:01:01 2011 New Revision: 1125657 URL: http://svn.apache.org/viewvc?rev=1125657&view=rev Log: Updating changelog to separate fix for 50839 from change to cap lingering byte reads. Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: to

svn commit: r1125658 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2011-05-21 Thread timw
Author: timw Date: Sat May 21 10:01:08 2011 New Revision: 1125658 URL: http://svn.apache.org/viewvc?rev=1125658&view=rev Log: Changelog for 41923. Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml URL:

svn commit: r1128217 - /tomcat/jk/trunk/KEYS

2011-05-27 Thread timw
Author: timw Date: Fri May 27 09:48:27 2011 New Revision: 1128217 URL: http://svn.apache.org/viewvc?rev=1128217&view=rev Log: Adding code signing cert. Modified: tomcat/jk/trunk/KEYS Modified: tomcat/jk/trunk/KEYS URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/KEYS?rev=112821

svn commit: r1128222 - /tomcat/trunk/KEYS

2011-05-27 Thread timw
Author: timw Date: Fri May 27 09:55:42 2011 New Revision: 1128222 URL: http://svn.apache.org/viewvc?rev=1128222&view=rev Log: Adding code signing keys. Modified: tomcat/trunk/KEYS Modified: tomcat/trunk/KEYS URL: http://svn.apache.org/viewvc/tomcat/trunk/KEYS?rev=1128222&r1=11

svn commit: r1128570 - in /tomcat/jk/trunk/tools: jkrelease.sh signfile.sh

2011-05-28 Thread timw
Author: timw Date: Sat May 28 08:46:59 2011 New Revision: 1128570 URL: http://svn.apache.org/viewvc?rev=1128570&view=rev Log: Adding ability to specify code signing key in release script, and failing release when tar fails (default BSD tar on OS X borks) Modified: tomcat/jk/trunk/t

svn commit: r1129429 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-05-30 Thread timw
Author: timw Date: Mon May 30 23:16:54 2011 New Revision: 1129429 URL: http://svn.apache.org/viewvc?rev=1129429&view=rev Log: Fixing compile error Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL: http://svn.apache.org/vi

svn commit: r1131303 - /tomcat/jk/trunk/HOWTO-RELEASE.txt

2011-06-03 Thread timw
Author: timw Date: Sat Jun 4 01:45:14 2011 New Revision: 1131303 URL: http://svn.apache.org/viewvc?rev=1131303&view=rev Log: Updating JK release instructions - some files have changed, and some servers have moved. Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt Modified: tomcat/jk/trunk/H

svn commit: r1151043 - in /tomcat/trunk: java/org/apache/catalina/valves/ExtendedAccessLogValve.java webapps/docs/changelog.xml webapps/docs/config/valve.xml

2011-07-26 Thread timw
Author: timw Date: Tue Jul 26 09:41:36 2011 New Revision: 1151043 URL: http://svn.apache.org/viewvc?rev=1151043&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=51545 Adding ability to log current request thread name in ExtendedAccessLogValve using Tomcat specific x-thread

svn commit: r1158991 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-08-17 Thread timw
Author: timw Date: Thu Aug 18 01:54:31 2011 New Revision: 1158991 URL: http://svn.apache.org/viewvc?rev=1158991&view=rev Log: Use the DLL handle to make the shared memory file name used by the ISAPI Redirector unique for each DLL - the redirector supports multiple instances per website,

svn commit: r1159071 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2011-08-18 Thread timw
Author: timw Date: Thu Aug 18 07:59:02 2011 New Revision: 1159071 URL: http://svn.apache.org/viewvc?rev=1159071&view=rev Log: Revert changes to SHM naming in ISAPI Redirector. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c tomcat/jk/trunk/xdocs/miscellaneous/changelog

svn commit: r999308 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2010-09-21 Thread timw
Author: timw Date: Tue Sep 21 11:05:44 2010 New Revision: 999308 URL: http://svn.apache.org/viewvc?rev=999308&view=rev Log: Fix #49511 - track when we map a request into the ISAPI Redirector during filter notification, and only correct the IIS log information for individual requests with

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

2010-09-23 Thread timw
Author: timw Date: Thu Sep 23 10:14:54 2010 New Revision: 1000391 URL: http://svn.apache.org/viewvc?rev=1000391&view=rev Log: Adding a description for build-docs task Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build

svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread timw
Author: timw Date: Thu Sep 23 10:15:16 2010 New Revision: 1000392 URL: http://svn.apache.org/viewvc?rev=1000392&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=49955 Improvements and corrections for the Building Tomcat guide, plus sample Eclipse launch targets. Base

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

2010-09-23 Thread timw
Author: timw Date: Thu Sep 23 10:38:56 2010 New Revision: 1000400 URL: http://svn.apache.org/viewvc?rev=1000400&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=49102 Protecting AJP code -> header/method lookup arrays with getters. No measurable slowdown (especially

svn commit: r1001383 - /tomcat/trunk/webapps/docs/building.xml

2010-09-26 Thread timw
Author: timw Date: Sun Sep 26 07:46:27 2010 New Revision: 1001383 URL: http://svn.apache.org/viewvc?rev=1001383&view=rev Log: Fixing Tomcat startup class in building instructions. Modified: tomcat/trunk/webapps/docs/building.xml Modified: tomcat/trunk/webapps/docs/building.xml URL:

svn commit: r1002070 - /tomcat/trunk/webapps/docs/developers.xml

2010-09-28 Thread timw
Author: timw Date: Tue Sep 28 09:28:30 2010 New Revision: 1002070 URL: http://svn.apache.org/viewvc?rev=1002070&view=rev Log: Adding myself to active devs list. Modified: tomcat/trunk/webapps/docs/developers.xml Modified: tomcat/trunk/webapps/docs/developers.xml URL: http://svn.apache

svn commit: r1002073 - in /tomcat/trunk: ./ res/ide-support/ res/ide-support/eclipse/ webapps/docs/

2010-09-28 Thread timw
Author: timw Date: Tue Sep 28 09:36:08 2010 New Revision: 1002073 URL: http://svn.apache.org/viewvc?rev=1002073&view=rev Log: Moved all Eclipse specific files into res/ide-support/eclipse. Removed spaces from launch target filenames. Corrected launch targets to run in output/build instead of

svn commit: r1002076 - in /tomcat/site/trunk: docs/getinvolved.html xdocs/getinvolved.xml

2010-09-28 Thread timw
Author: timw Date: Tue Sep 28 09:46:24 2010 New Revision: 1002076 URL: http://svn.apache.org/viewvc?rev=1002076&view=rev Log: Adding some content to the getting involved overview to give new contributors some guidance. Modified: tomcat/site/trunk/docs/getinvolved.html tomcat/site/t

svn commit: r1002509 - in /tomcat/trunk: java/org/apache/jasper/compiler/ParserController.java java/org/apache/jasper/compiler/TagFileProcessor.java webapps/docs/changelog.xml

2010-09-29 Thread timw
Author: timw Date: Wed Sep 29 08:08:32 2010 New Revision: 1002509 URL: http://svn.apache.org/viewvc?rev=1002509&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=50018 Minor javadoc corrections in Jasper. Modified: tomcat/trunk/java/org/apache/jasper/comp

svn commit: r1003923 - in /tomcat/trunk: java/org/apache/jasper/compiler/ParserController.java webapps/docs/changelog.xml

2010-10-02 Thread timw
Author: timw Date: Sun Oct 3 06:53:15 2010 New Revision: 1003923 URL: http://svn.apache.org/viewvc?rev=1003923&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49998 Handle single quoted attributes in detection of jsp:root element in XML syntax JSP files. Modi

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

2010-10-03 Thread timw
Author: timw Date: Sun Oct 3 07:18:39 2010 New Revision: 1003925 URL: http://svn.apache.org/viewvc?rev=1003925&view=rev Log: Proposing fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=49998 + some votes on minor changes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: to

svn commit: r1004039 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/ParserController.java webapps/docs/changelog.xml

2010-10-03 Thread timw
Author: timw Date: Sun Oct 3 20:27:12 2010 New Revision: 1004039 URL: http://svn.apache.org/viewvc?rev=1004039&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49998 Handle single quoted attributes in detection of jsp:root element in XML syntax JSP files. Modi

svn commit: r1004393 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2010-10-04 Thread timw
Author: timw Date: Mon Oct 4 20:19:09 2010 New Revision: 1004393 URL: http://svn.apache.org/viewvc?rev=1004393&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 Always calculate path of resource to be served relative to the context root. This invokes the stan

svn commit: r1004409 - /tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java

2010-10-04 Thread timw
Author: timw Date: Mon Oct 4 20:33:57 2010 New Revision: 1004409 URL: http://svn.apache.org/viewvc?rev=1004409&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 for WebdavServlet Factored checking of special WEB-INF and META-INF paths into service to trap requests

svn commit: r1004415 - in /tomcat/trunk/java/org/apache/catalina/servlets: DefaultServlet.java WebdavServlet.java

2010-10-04 Thread timw
Author: timw Date: Mon Oct 4 20:37:11 2010 New Revision: 1004415 URL: http://svn.apache.org/viewvc?rev=1004415&view=rev Log: More fixes for https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 Calculating path prefix used in listings correctly so links in listings produced by WebdavSer

svn commit: r1004513 - /tomcat/trunk/webapps/docs/changelog.xml

2010-10-04 Thread timw
Author: timw Date: Tue Oct 5 02:57:25 2010 New Revision: 1004513 URL: http://svn.apache.org/viewvc?rev=1004513&view=rev Log: Updating changelog with fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/t

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

2010-10-04 Thread timw
Author: timw Date: Tue Oct 5 03:03:44 2010 New Revision: 1004515 URL: http://svn.apache.org/viewvc?rev=1004515&view=rev Log: Proposing fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 in 6.0.x Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/t

svn commit: r1004912 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2010-10-06 Thread timw
Author: timw Date: Wed Oct 6 07:22:46 2010 New Revision: 1004912 URL: http://svn.apache.org/viewvc?rev=1004912&view=rev Log: More fixes for https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 Calculating complete resource path when accessed via RequestDispatcher.include() Modi

svn commit: r1004914 - in /tomcat/trunk/java/org/apache/catalina/servlets: DefaultServlet.java WebdavServlet.java

2010-10-06 Thread timw
Author: timw Date: Wed Oct 6 07:24:46 2010 New Revision: 1004914 URL: http://svn.apache.org/viewvc?rev=1004914&view=rev Log: Correcting JavaDoc for HTTP methods. No functional change Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java tomcat/trunk/java

svn commit: r1004927 - /tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java

2010-10-06 Thread timw
Author: timw Date: Wed Oct 6 08:36:20 2010 New Revision: 1004927 URL: http://svn.apache.org/viewvc?rev=1004927&view=rev Log: Making TomcatBaseTest.getUrl() work for get requests that return 404 responses Modified: tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java Modi

svn commit: r1004928 - in /tomcat/trunk/test/org/apache/catalina/servlets: ./ TestDefaultServlet.java TestWebdavServlet.java

2010-10-06 Thread timw
Author: timw Date: Wed Oct 6 08:37:56 2010 New Revision: 1004928 URL: http://svn.apache.org/viewvc?rev=1004928&view=rev Log: Adding unit tests for DefaultServlet and WebdavServlet to test basic serving/mounting behaviour and protection of special paths Added: tomcat/trunk/test/org/ap

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

2010-10-06 Thread timw
Author: timw Date: Wed Oct 6 08:41:25 2010 New Revision: 1004929 URL: http://svn.apache.org/viewvc?rev=1004929&view=rev Log: Adding fix for protecting includes to proposed DefaultServlet protection of WEB-INF fix Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/t

svn commit: r1005308 - in /tomcat/trunk/test/org/apache/coyote/http11: TestAbstractHttp11Processor.java TestGzipOutputFilter.java filters/TestChunkedInputFilter.java

2010-10-06 Thread timw
Author: timw Date: Thu Oct 7 00:50:28 2010 New Revision: 1005308 URL: http://svn.apache.org/viewvc?rev=1005308&view=rev Log: Adding license headers. No functional change Modified: tomcat/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java tomcat/trunk/test/org/ap

svn commit: r1005309 - in /tomcat/trunk/test/org/apache/catalina/servlets: TestDefaultServlet.java TestWebdavServlet.java

2010-10-06 Thread timw
Author: timw Date: Thu Oct 7 00:53:21 2010 New Revision: 1005309 URL: http://svn.apache.org/viewvc?rev=1005309&view=rev Log: Setting native line encoding. No functional change Modified: tomcat/trunk/test/org/apache/catalina/servlets/TestDefaultServlet.java (props changed) to

svn commit: r1005722 - /tomcat/trunk/webapps/docs/default-servlet.xml

2010-10-08 Thread timw
Author: timw Date: Fri Oct 8 08:11:24 2010 New Revision: 1005722 URL: http://svn.apache.org/viewvc?rev=1005722&view=rev Log: Minor fixes to DefaultServlet docs Modified: tomcat/trunk/webapps/docs/default-servlet.xml Modified: tomcat/trunk/webapps/docs/default-servlet.xml URL:

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

2010-10-12 Thread timw
Author: timw Date: Tue Oct 12 20:11:02 2010 New Revision: 1021910 URL: http://svn.apache.org/viewvc?rev=1021910&view=rev Log: Some backport 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: r1022414 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-10-14 Thread timw
Author: timw Date: Thu Oct 14 08:30:41 2010 New Revision: 1022414 URL: http://svn.apache.org/viewvc?rev=1022414&view=rev Log: More backport 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: r1022418 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-10-14 Thread timw
Author: timw Date: Thu Oct 14 08:38:37 2010 New Revision: 1022418 URL: http://svn.apache.org/viewvc?rev=1022418&view=rev Log: More backport votes. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/t

svn commit: r1025936 - /tomcat/jk/trunk/native/common/jk_global.h

2010-10-21 Thread timw
Author: timw Date: Thu Oct 21 10:52:06 2010 New Revision: 1025936 URL: http://svn.apache.org/viewvc?rev=1025936&view=rev Log: Fixing build for VS 2005 with Apache 2.0 The Apache 2.0 apr.h includes but doesn't include , so we have to explicitly include it. Modified: tomcat/jk/tru

svn commit: r1040059 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2010-11-29 Thread timw
Author: timw Date: Mon Nov 29 10:42:15 2010 New Revision: 1040059 URL: http://svn.apache.org/viewvc?rev=1040059&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50363 Handle 204, 205 and 304 responses with empty message bodies correctly (by not chunk encoding the

svn commit: r1040061 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2010-11-29 Thread timw
Author: timw Date: Mon Nov 29 10:47:46 2010 New Revision: 1040061 URL: http://svn.apache.org/viewvc?rev=1040061&view=rev Log: Changelog for https://issues.apache.org/bugzilla/show_bug.cgi?id=50363 Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/x

svn commit: r1088925 - in /tomcat/trunk/webapps/docs/config: ajp.xml http.xml

2011-04-05 Thread timw
Author: timw Date: Tue Apr 5 08:48:30 2011 New Revision: 1088925 URL: http://svn.apache.org/viewvc?rev=1088925&view=rev Log: Clarifying that pollTime parameter is in microseconds, and correcting the ms equivalent for HTTP connector use of it. Modified: tomcat/trunk/webapps/docs/co

svn commit: r1090958 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-04-11 Thread timw
Author: timw Date: Mon Apr 11 07:49:28 2011 New Revision: 1090958 URL: http://svn.apache.org/viewvc?rev=1090958&view=rev Log: Some debug logging and comments for transfer-encoding: chunked requests Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native

svn commit: r1090965 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-04-11 Thread timw
Author: timw Date: Mon Apr 11 08:03:18 2011 New Revision: 1090965 URL: http://svn.apache.org/viewvc?rev=1090965&view=rev Log: Fix header processing when ISAPI Redirector is used in extension only mode (legacy). Redirector headers are not present when HttpFilterProc is bypassed, but the

svn commit: r1090973 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-04-11 Thread timw
Author: timw Date: Mon Apr 11 08:23:46 2011 New Revision: 1090973 URL: http://svn.apache.org/viewvc?rev=1090973&view=rev Log: Suppressing sending of Content-Length header at all times that it shouldn't be sent (Content-Length > 4GB and Transfer-Encoding:chunked). IIS appears to provi

svn commit: r1090984 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-04-11 Thread timw
Author: timw Date: Mon Apr 11 09:13:47 2011 New Revision: 1090984 URL: http://svn.apache.org/viewvc?rev=1090984&view=rev Log: Fixing debug logging for forwarded headers to not crash, and to include explicit Content-Length: 0 added for AJP13. Modified: tomcat/jk/trunk/native

svn commit: r1090995 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2011-04-11 Thread timw
Author: timw Date: Mon Apr 11 09:51:55 2011 New Revision: 1090995 URL: http://svn.apache.org/viewvc?rev=1090995&view=rev Log: Updating changelog with fixes for 47679 and 50975 Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/xdocs/miscellan

svn commit: r907390 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2010-02-06 Thread timw
Author: timw Date: Sun Feb 7 07:33:25 2010 New Revision: 907390 URL: http://svn.apache.org/viewvc?rev=907390&view=rev Log: Adding timw to committers list. Modified: tomcat/site/trunk/docs/whoweare.html tomcat/site/trunk/xdocs/whoweare.xml Modified: tomcat/site/trunk/docs/whoweare.

svn commit: r907560 - /tomcat/jk/trunk/native/common/jk_connect.c

2010-02-07 Thread timw
Author: timw Date: Mon Feb 8 06:57:03 2010 New Revision: 907560 URL: http://svn.apache.org/viewvc?rev=907560&view=rev Log: Defining SHUT_RD on platforms that don't have it (i.e. Windows uses SD_RECEIVE). r893452 started using this, which broke the build on Windows. Modified: tomcat

svn commit: r920086 - in /tomcat/jk/trunk/native/apache-2.0: Makefile.vc mod_jk.rc

2010-03-07 Thread timw
Author: timw Date: Sun Mar 7 20:17:04 2010 New Revision: 920086 URL: http://svn.apache.org/viewvc?rev=920086&view=rev Log: Adding version resource for mod_jk.so on Windows. Partial fix for #43303 Added: tomcat/jk/trunk/native/apache-2.0/mod_jk.rc Modified: tomcat/jk/trunk/native/ap

svn commit: r920087 - /tomcat/jk/trunk/HOWTO-RELEASE.txt

2010-03-07 Thread timw
Author: timw Date: Sun Mar 7 20:20:03 2010 New Revision: 920087 URL: http://svn.apache.org/viewvc?rev=920087&view=rev Log: Adding mod_jk.rc to list of files needing version number updates on release. Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt Modified: tomcat/jk/trunk/HOWTO-RELEASE

svn commit: r920093 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/reference/iis.xml

2010-03-07 Thread timw
Author: timw Date: Sun Mar 7 20:31:45 2010 New Revision: 920093 URL: http://svn.apache.org/viewvc?rev=920093&view=rev Log: Adding basic log rotation functionality to the ISAPI redirector - #48501 Config and functionality is modeled after the Apache HTTPD rotatelogs program for consist

svn commit: r920111 - /tomcat/jk/trunk/native/STATUS.txt

2010-03-07 Thread timw
Author: timw Date: Sun Mar 7 20:56:04 2010 New Revision: 920111 URL: http://svn.apache.org/viewvc?rev=920111&view=rev Log: Updating status with 1.2.29/30/31 details. Modified: tomcat/jk/trunk/native/STATUS.txt Modified: tomcat/jk/trunk/native/STATUS.txt URL: http://svn.apache.org/vi

svn commit: r920112 - /tomcat/jk/trunk/native/TODO.txt

2010-03-07 Thread timw
Author: timw Date: Sun Mar 7 20:57:35 2010 New Revision: 920112 URL: http://svn.apache.org/viewvc?rev=920112&view=rev Log: Updating todos Modified: tomcat/jk/trunk/native/TODO.txt Modified: tomcat/jk/trunk/native/TODO.txt URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/TODO

svn commit: r920119 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2010-03-07 Thread timw
Author: timw Date: Sun Mar 7 21:23:01 2010 New Revision: 920119 URL: http://svn.apache.org/viewvc?rev=920119&view=rev Log: Fix #38895 - use ALL_RAW to obtain HTTP headers by default, instead of ALL_HTTP, which obtains CGI style headers (and does lowercase and '_' -> '-&#

svn commit: r920121 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2010-03-07 Thread timw
Author: timw Date: Sun Mar 7 21:26:58 2010 New Revision: 920121 URL: http://svn.apache.org/viewvc?rev=920121&view=rev Log: Updating changelog with recent commits. Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

svn commit: r920223 - /tomcat/jk/trunk/HOWTO-RELEASE.txt

2010-03-07 Thread timw
Author: timw Date: Mon Mar 8 07:54:26 2010 New Revision: 920223 URL: http://svn.apache.org/viewvc?rev=920223&view=rev Log: Removing .rc files from list of files to modify on release (these now get version info from jk_version.h) Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt Modified: to

svn commit: r920225 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2010-03-08 Thread timw
Author: timw Date: Mon Mar 8 08:08:46 2010 New Revision: 920225 URL: http://svn.apache.org/viewvc?rev=920225&view=rev Log: Fixing VC6 build by replacing uses of strcpy_s with StringCbCopy. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native

svn commit: r921118 - /tomcat/jk/trunk/native/common/jk_global.h

2010-03-09 Thread timw
Author: timw Date: Tue Mar 9 20:50:37 2010 New Revision: 921118 URL: http://svn.apache.org/viewvc?rev=921118&view=rev Log: Fixing build on Visual Studio 2008 - ordering of mstcpip.h and ws2tcpip.h includes is important. Modified: tomcat/jk/trunk/native/common/jk_global.h Modified: to

svn commit: r921121 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2010-03-09 Thread timw
Author: timw Date: Tue Mar 9 20:52:27 2010 New Revision: 921121 URL: http://svn.apache.org/viewvc?rev=921121&view=rev Log: Reverting http://svn.apache.org/viewvc?rev=920281&view=rev to avoid infinite recursion on log rotation. Modified: tomcat/jk/trunk/native/iis/jk_isapi_

svn commit: r1432751 - in /tomcat/trunk: java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ java/org/apache/tomcat/util/net/jsse/res/ webapps/docs/config/

2013-01-13 Thread timw
Author: timw Date: Sun Jan 13 22:04:31 2013 New Revision: 1432751 URL: http://svn.apache.org/viewvc?rev=1432751&view=rev Log: Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=54406. Make NIO connector use the same logic as BIO connector to prune specified ciphers

svn commit: r1432753 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ java/org/apache/tomcat/util/net/jsse/res/ webapps/docs/ webapps/docs/config/

2013-01-13 Thread timw
Author: timw Date: Sun Jan 13 22:08:14 2013 New Revision: 1432753 URL: http://svn.apache.org/viewvc?rev=1432753&view=rev Log: Merged revision 1432751 from tomcat/trunk: Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=54406. Make NIO connector use the same logic as BIO connecto