DO NOT REPLY [Bug 52002] Pool re-opens and re-issues closed connection

2011-10-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52002 Kevin Greiner changed: What|Removed |Added Attachment #27751|0 |1 is obsolete|

Re: svn commit: r1195531 - /tomcat/trunk/java/org/apache/tomcat/util/http/Parameters.java

2011-10-31 Thread Mark Thomas
On 31/10/2011 23:05, Konstantin Kolinko wrote: > 2011/11/1 Mark Thomas : > > +import org.apache.catalina.util.Enumerator; -1 That import is not permitted. The o.a.tomcat package may not depend on o.a.catalina. You should have seen a checkstyle warning for that when

Re: svn commit: r1195531 - /tomcat/trunk/java/org/apache/tomcat/util/http/Parameters.java

2011-10-31 Thread Konstantin Kolinko
2011/11/1 Mark Thomas : +import org.apache.catalina.util.Enumerator; >>> >>> -1 >>> >>> That import is not permitted. The o.a.tomcat package may not depend on >>> o.a.catalina. You should have seen a checkstyle warning for that when >>> you tried to build it. >>> >> >> Maybe move that Enu

Re: svn commit: r1195531 - /tomcat/trunk/java/org/apache/tomcat/util/http/Parameters.java

2011-10-31 Thread Mark Thomas
On 31/10/2011 22:52, Konstantin Kolinko wrote: > 2011/11/1 Mark Thomas : >> On 31/10/2011 15:46, kkoli...@apache.org wrote: >>> Author: kkolinko >>> Date: Mon Oct 31 15:46:36 2011 >>> New Revision: 1195531 >>> >>> URL: http://svn.apache.org/viewvc?rev=1195531&view=rev >>> Log: >>> Replace Hashtable

Re: svn commit: r1195531 - /tomcat/trunk/java/org/apache/tomcat/util/http/Parameters.java

2011-10-31 Thread Konstantin Kolinko
2011/11/1 Mark Thomas : > On 31/10/2011 15:46, kkoli...@apache.org wrote: >> Author: kkolinko >> Date: Mon Oct 31 15:46:36 2011 >> New Revision: 1195531 >> >> URL: http://svn.apache.org/viewvc?rev=1195531&view=rev >> Log: >> Replace Hashtable with HashMap in parameter processing. >> Improve paramsA

Re: svn commit: r1195531 - /tomcat/trunk/java/org/apache/tomcat/util/http/Parameters.java

2011-10-31 Thread Mark Thomas
On 31/10/2011 15:46, kkoli...@apache.org wrote: > Author: kkolinko > Date: Mon Oct 31 15:46:36 2011 > New Revision: 1195531 > > URL: http://svn.apache.org/viewvc?rev=1195531&view=rev > Log: > Replace Hashtable with HashMap in parameter processing. > Improve paramsAsString() debug method by iterati

svn commit: r1195649 - in /tomcat/tc5.5.x/trunk: ./ build/ build/resources/ container/catalina/src/share/org/apache/catalina/startup/ container/webapps/docs/ jasper/

2011-10-31 Thread markt
Author: markt Date: Mon Oct 31 20:11:12 2011 New Revision: 1195649 URL: http://svn.apache.org/viewvc?rev=1195649&view=rev Log: Update Eclipse compiler to 3.7 and switch to using ecj.jar Added: tomcat/tc5.5.x/trunk/build/resources/License.rtf - copied, changed from r1195441, tomcat/tc6.0

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

2011-10-31 Thread kkolinko
Author: kkolinko Date: Mon Oct 31 19:20:18 2011 New Revision: 1195626 URL: http://svn.apache.org/viewvc?rev=1195626&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?rev=11

svn commit: r1195614 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-10-31 Thread kkolinko
Author: kkolinko Date: Mon Oct 31 18:54:16 2011 New Revision: 1195614 URL: http://svn.apache.org/viewvc?rev=1195614&view=rev Log: Restore changelog entry for issue 51940 that was occasionally removed in r1195441. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7

svn commit: r1195604 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/ha/session/DeltaSession.java webapps/docs/changelog.xml

2011-10-31 Thread kkolinko
Author: kkolinko Date: Mon Oct 31 18:42:09 2011 New Revision: 1195604 URL: http://svn.apache.org/viewvc?rev=1195604&view=rev Log: Merged revision 1189386 from tomcat/trunk: In DeltaSession.setId(String): fix duplicate resetDeltaRequest() call. It occurred via super.setId(id) calling overridden Del

svn commit: r1195564 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/ha/session/SerializablePrincipal.java java/org/apache/catalina/realm/GenericPrincipal.java webapps/docs/changelo

2011-10-31 Thread kkolinko
Author: kkolinko Date: Mon Oct 31 16:48:20 2011 New Revision: 1195564 URL: http://svn.apache.org/viewvc?rev=1195564&view=rev Log: Merged revision 1178684 from tomcat/trunk: In GenericPrincipal, SerializablePrincipal: Do not sort lists that have only one element Modified: tomcat/tc6.0.x/trunk/

buildbot success in ASF Buildbot on tomcat-trunk

2011-10-31 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2443 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1195537 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/Parameters.java webapps/docs/changelog.xml

2011-10-31 Thread kkolinko
Author: kkolinko Date: Mon Oct 31 15:55:53 2011 New Revision: 1195537 URL: http://svn.apache.org/viewvc?rev=1195537&view=rev Log: Merged revision 1195531 from tomcat/trunk: Replace Hashtable with HashMap in parameter processing. Improve paramsAsString() debug method by iterating over entries inste

Re: svn commit: r1190720 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-10-31 Thread Konstantin Kolinko
2011/10/29 Mark Thomas : >> +    "private final Hashtable paramHashValues" >> +      - Maybe a HashMap can be used instead. I do not expect much >> improvements >> +        from that though. > Hashtable makes implementing getParameterNames() a lot simpler. Replaced with HashMap in trunk in r11955

svn commit: r1195531 - /tomcat/trunk/java/org/apache/tomcat/util/http/Parameters.java

2011-10-31 Thread kkolinko
Author: kkolinko Date: Mon Oct 31 15:46:36 2011 New Revision: 1195531 URL: http://svn.apache.org/viewvc?rev=1195531&view=rev Log: Replace Hashtable with HashMap in parameter processing. Improve paramsAsString() debug method by iterating over entries instead of keys. Modified: tomcat/trunk/jav

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

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 15:34:25 2011 New Revision: 1195524 URL: http://svn.apache.org/viewvc?rev=1195524&view=rev Log: More code cleanup. Remove those useless casts Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL: htt

Re: svn commit: r1195434 - in /tomcat/jk/trunk/native/common: jk_pool.c jk_pool.h

2011-10-31 Thread Mladen Truk
On 10/31/2011 02:14 PM, Konstantin Kolinko wrote: 2011/10/31: There is a typo in *.h above: s/strdcat/strcat/ You are commenting old code mate :) This was changed in r1195439 and have no clue what was I thinking with 1195434. Cheers -- ^TM --

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2011-10-31 Thread Konstantin Kolinko
2011/10/31 Konstantin Kolinko : > 2011/10/31  : >> The Buildbot has detected a new failure on builder tomcat-trunk while >> building ASF Buildbot. >> Full details are available at: >>  http://ci.apache.org/builders/tomcat-trunk/builds/2442 >> > >    [junit] Running org.apache.tomcat.util.http.mapp

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

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 14:57:04 2011 New Revision: 1195490 URL: http://svn.apache.org/viewvc?rev=1195490&view=rev Log: Be consistent. No need for some variables to have variable declaration and all others don't Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/

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

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 14:44:40 2011 New Revision: 1195483 URL: http://svn.apache.org/viewvc?rev=1195483&view=rev Log: According to the MSDN SetHeader's lpszValue points to the new string for the header, or NIL to delete the header. Use empty string instead NULL Modified: tomcat/jk/t

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

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 14:31:04 2011 New Revision: 1195475 URL: http://svn.apache.org/viewvc?rev=1195475&view=rev Log: Remove useless catings 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/view

DO NOT REPLY [Bug 52113] Tomcat reports missing context xml at wrong location on JMX deployment

2011-10-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52113 --- Comment #1 from michael.golu...@jetbrains.com 2011-10-31 14:10:05 UTC --- Created attachment 27876 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27876 stack traces for logged exceptions -- Configure bugmail: https://issues

DO NOT REPLY [Bug 52113] New: Tomcat reports missing context xml at wrong location on JMX deployment

2011-10-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52113 Bug #: 52113 Summary: Tomcat reports missing context xml at wrong location on JMX deployment Product: Tomcat 7 Version: 7.0.21 Platform: PC Status: NEW

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

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 13:57:44 2011 New Revision: 1195459 URL: http://svn.apache.org/viewvc?rev=1195459&view=rev Log: Header callback functions have the same structure offset in both HTTP_FILTER_PREPROC_HEADERS and HTTP_FILTER_AUTH_COMPLETE_INFO. Modified: tomcat/jk/trunk/native/iis

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

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 13:52:09 2011 New Revision: 1195456 URL: http://svn.apache.org/viewvc?rev=1195456&view=rev Log: Use 8K stack buffer instead INTERNET_MAX_URL_LENGTH for rewrite rules. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk

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

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 13:19:15 2011 New Revision: 1195447 URL: http://svn.apache.org/viewvc?rev=1195447&view=rev Log: Step 1 in sanitizing useless stack storage. MAX_PATH (260) chars is just wast of space for something that can't be larger then 60 bytes Modified: tomcat/jk/trunk/nat

Re: svn commit: r1195434 - in /tomcat/jk/trunk/native/common: jk_pool.c jk_pool.h

2011-10-31 Thread Konstantin Kolinko
2011/10/31 : > Author: mturk > Date: Mon Oct 31 12:44:39 2011 > New Revision: 1195434 > > URL: http://svn.apache.org/viewvc?rev=1195434&view=rev > Log: > Fix weird jk_pool_strdup declaration and add jk_pool_strcat function > > Modified: >    tomcat/jk/trunk/native/common/jk_pool.c >    tomcat/jk/t

DO NOT REPLY [Bug 52059] Windows Registry are not removed after uninstall

2011-10-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52059 Mark Thomas changed: What|Removed |Added Component|Native:Packaging|Native:Packaging Version|

svn commit: r1195442 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt res/tomcat.nsi webapps/docs/changelog.xml

2011-10-31 Thread markt
Author: markt Date: Mon Oct 31 13:09:17 2011 New Revision: 1195442 URL: http://svn.apache.org/viewvc?rev=1195442&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52059 Fix a typo in Windows uninstaller (kkolinko) Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat

DO NOT REPLY [Bug 51940] Form Authentication Valve should restore request body on PUT method

2011-10-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51940 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1195441 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-10-31 Thread markt
Author: markt Date: Mon Oct 31 13:06:04 2011 New Revision: 1195441 URL: http://svn.apache.org/viewvc?rev=1195441&view=rev Log: Fix order Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomc

svn commit: r1195440 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/authenticator/FormAuthenticator.java java/org/apache/catalina/authenticator/LocalStrings.properties webapps/docs

2011-10-31 Thread markt
Author: markt Date: Mon Oct 31 13:05:10 2011 New Revision: 1195440 URL: http://svn.apache.org/viewvc?rev=1195440&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51940 Don't limit saving of request bodies during FORM authentication to POST requests since any HTTP method may in

svn commit: r1195439 - in /tomcat/jk/trunk/native/common: jk_pool.c jk_pool.h

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 13:04:18 2011 New Revision: 1195439 URL: http://svn.apache.org/viewvc?rev=1195439&view=rev Log: Add varargs pool strcat. Similar to APR's apr_pstrcatv Modified: tomcat/jk/trunk/native/common/jk_pool.c tomcat/jk/trunk/native/common/jk_pool.h Modified: tomcat

svn commit: r1195434 - in /tomcat/jk/trunk/native/common: jk_pool.c jk_pool.h

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 12:44:39 2011 New Revision: 1195434 URL: http://svn.apache.org/viewvc?rev=1195434&view=rev Log: Fix weird jk_pool_strdup declaration and add jk_pool_strcat function Modified: tomcat/jk/trunk/native/common/jk_pool.c tomcat/jk/trunk/native/common/jk_pool.h Mo

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

2011-10-31 Thread markt
Author: markt Date: Mon Oct 31 12:23:33 2011 New Revision: 1195432 URL: http://svn.apache.org/viewvc?rev=1195432&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?rev=11954

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

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 12:15:48 2011 New Revision: 1195430 URL: http://svn.apache.org/viewvc?rev=1195430&view=rev Log: Replace C++ with C style comments. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL: http://svn.apa

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2011-10-31 Thread Konstantin Kolinko
2011/10/31 : > The Buildbot has detected a new failure on builder tomcat-trunk while > building ASF Buildbot. > Full details are available at: >  http://ci.apache.org/builders/tomcat-trunk/builds/2442 > [junit] Running org.apache.tomcat.util.http.mapper.TestMapper [junit] Tests run: 3, F

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

2011-10-31 Thread markt
Author: markt Date: Mon Oct 31 12:00:20 2011 New Revision: 1195425 URL: http://svn.apache.org/viewvc?rev=1195425&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?rev=11954

buildbot failure in ASF Buildbot on tomcat-trunk

2011-10-31 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2442 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

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

2011-10-31 Thread markt
Author: markt Date: Mon Oct 31 11:32:26 2011 New Revision: 1195418 URL: http://svn.apache.org/viewvc?rev=1195418&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?rev=11954

svn commit: r1195412 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2011-10-31 Thread markt
Author: markt Date: Mon Oct 31 11:19:38 2011 New Revision: 1195412 URL: http://svn.apache.org/viewvc?rev=1195412&view=rev Log: Http keep-alive thread needs to have the context class loader fixed even if it isn't running Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/tru

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

2011-10-31 Thread jfclere
Author: jfclere Date: Mon Oct 31 11:02:57 2011 New Revision: 1195409 URL: http://svn.apache.org/viewvc?rev=1195409&view=rev Log: My 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?re

svn commit: r1195407 - in /tomcat/trunk/java/org/apache/catalina/ha/session: ClusterSessionListener.java DeltaManager.java SessionMessage.java

2011-10-31 Thread markt
Author: markt Date: Mon Oct 31 10:59:49 2011 New Revision: 1195407 URL: http://svn.apache.org/viewvc?rev=1195407&view=rev Log: Fix trailing whitespace Modified: tomcat/trunk/java/org/apache/catalina/ha/session/ClusterSessionListener.java tomcat/trunk/java/org/apache/catalina/ha/session/De

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

2011-10-31 Thread kfujino
Author: kfujino Date: Mon Oct 31 10:26:18 2011 New Revision: 1195396 URL: http://svn.apache.org/viewvc?rev=1195396&view=rev Log: 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/trunk/STATUS.txt?re

svn commit: r1195393 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/ webapps/docs/

2011-10-31 Thread kfujino
Author: kfujino Date: Mon Oct 31 10:22:31 2011 New Revision: 1195393 URL: http://svn.apache.org/viewvc?rev=1195393&view=rev Log: When Context manager does not exist, no context manager message is replied in order to avoid timeout (default 60 sec) of GET_ALL_SESSIONS sync phase. Modified: to

svn commit: r1195391 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java

2011-10-31 Thread kfujino
Author: kfujino Date: Mon Oct 31 10:16:58 2011 New Revision: 1195391 URL: http://svn.apache.org/viewvc?rev=1195391&view=rev Log: Correct JavaDoc. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManag

svn commit: r1195384 - in /tomcat/trunk/java/org/apache/catalina/ha/session: ClusterSessionListener.java DeltaManager.java LocalStrings.properties SessionMessage.java SessionMessageImpl.java mbeans-de

2011-10-31 Thread kfujino
Author: kfujino Date: Mon Oct 31 09:58:42 2011 New Revision: 1195384 URL: http://svn.apache.org/viewvc?rev=1195384&view=rev Log: When Context manager does not exist, A no context manager message is replied in order to avoid timeout (default 60sec) of GET_ALL_SESSIONS sync phase. Modified:

Re: svn commit: r1195363 - /tomcat/jk/trunk/native/iis/pcre/pcre.amd64

2011-10-31 Thread Mladen Truk
On 10/31/2011 09:25 AM, William A. Rowe Jr. wrote: On 10/31/2011 2:37 AM, mt...@apache.org wrote: --- tomcat/jk/trunk/native/iis/pcre/pcre.amd64 (original) +++ tomcat/jk/trunk/native/iis/pcre/pcre.amd64 Mon Oct 31 07:37:07 2011 @@ -66,7 +66,7 @@ LIB32_OBJS= \ $(LIB32_FLAGS) $(DEF_FLAGS) $(LI

svn commit: r1195374 - in /tomcat/jk/trunk/native/iis: README jk_isapi_plugin.c

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 08:46:41 2011 New Revision: 1195374 URL: http://svn.apache.org/viewvc?rev=1195374&view=rev Log: Simplify init by ensuring we run on supported IIS (5.1+) Modified: tomcat/jk/trunk/native/iis/README tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomca

Re: svn commit: r1195363 - /tomcat/jk/trunk/native/iis/pcre/pcre.amd64

2011-10-31 Thread William A. Rowe Jr.
On 10/31/2011 2:37 AM, mt...@apache.org wrote: > --- tomcat/jk/trunk/native/iis/pcre/pcre.amd64 (original) > +++ tomcat/jk/trunk/native/iis/pcre/pcre.amd64 Mon Oct 31 07:37:07 2011 > @@ -66,7 +66,7 @@ LIB32_OBJS= \ >$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS) > << > > -CPP_PROJ=-nologo -MD -W3

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

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 08:13:57 2011 New Revision: 1195368 URL: http://svn.apache.org/viewvc?rev=1195368&view=rev Log: Axe trailing spaces. No functional change Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL: http://

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

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 07:53:11 2011 New Revision: 1195366 URL: http://svn.apache.org/viewvc?rev=1195366&view=rev Log: Require Windows 2003 SP1/Windows XP SP2 as minimum required version. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c tomcat/jk/trunk/xdocs/miscellaneous/ch

svn commit: r1195363 - /tomcat/jk/trunk/native/iis/pcre/pcre.amd64

2011-10-31 Thread mturk
Author: mturk Date: Mon Oct 31 07:37:07 2011 New Revision: 1195363 URL: http://svn.apache.org/viewvc?rev=1195363&view=rev Log: Axe useless defines from 64-bit builds Modified: tomcat/jk/trunk/native/iis/pcre/pcre.amd64 Modified: tomcat/jk/trunk/native/iis/pcre/pcre.amd64 URL: http://svn.apa