svn commit: r704548 - in /tomcat/connectors/trunk/jk: native/common/jk_shm.c native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2008-10-14 Thread rjung
Author: rjung Date: Tue Oct 14 07:19:56 2008 New Revision: 704548 URL: http://svn.apache.org/viewvc?rev=704548&view=rev Log: Prevent IIS memory corruption due to multiple concurrent initializations. Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c tomcat/connectors/trunk/jk/nat

Re: JK 1.2.27-dev snapshot

2008-10-14 Thread Rainer Jung
Mladen Turk schrieb: > I'd like to tag and release 1.2.27 pretty soon (this week) > Here is the release snapshot for testing. > > http://people.apache.org/~mturk/jk-1.2.27-dev/ > > The binaries provided are for win32 for tester > convenience. Please test, and if nothing bad found > I'll tag the 1

DO NOT REPLY [Bug 41538] Unable to run Tomcat as a Windows service under JDK 1.6

2008-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41538 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

DO NOT REPLY [Bug 45999] Tomcat 5.5.17 won't start service with Java 1.6_5+ installed

2008-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45999 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45285] RESOURCES DECLARED IN PARENT CLASSES ARE NOT INJECTED

2008-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45285 --- Comment #6 from Florent BENOIT <[EMAIL PROTECTED]> 2008-10-14 09:56:40 PST --- Created an attachment (id=22728) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22728) postConstruct/preDestroy in super classes Here is a

Re: JK 1.2.27-dev snapshot

2008-10-14 Thread Mladen Turk
Rainer Jung wrote: I justed committed a critical fix. If multiple requests trigger initialization of the isapi redirector in parallel, then memory corruption can arise. This has been observed in real production. OK. Cool. I like the idea of thoroughly testing snapshots before tagging, beca

Re: JK 1.2.27-dev snapshot

2008-10-14 Thread Mladen Turk
Rainer Jung wrote: Mladen Turk schrieb: Rainer Jung wrote: I like the idea of thoroughly testing snapshots before tagging, because although version numbers are cheap (in subversion), user confusion also easily arises from "missing" (i.e. non-released) versions. Sounds reasonable. I'll prepare

DO NOT REPLY [Bug 45999] Tomcat 5.5.17 won't start service with Java 1.6_5+ installed

2008-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45999 --- Comment #2 from Preston L. Bannister <[EMAIL PROTECTED]> 2008-10-14 03:27:48 PST --- Looks like this is a duplicate of Bug 41538. Upshot is Sun added a JVM dependency on msvcr71.dll, which is NOT guaranteed to be in the PATH. Sun

DO NOT REPLY [Bug 45285] RESOURCES DECLARED IN PARENT CLASSES ARE NOT INJECTED

2008-10-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45285 --- Comment #7 from Firstname Lastname <[EMAIL PROTECTED]> 2008-10-14 11:57:27 PST --- Thanks for the patch. I don't have the compile environment, so will just close verify the bug in the next build. -- Configure bugmail: https://i

svn commit: r704579 - in /tomcat/site/trunk: docs/security-4.html docs/security-5.html xdocs/security-4.xml xdocs/security-5.xml

2008-10-14 Thread markt
Author: markt Date: Tue Oct 14 09:50:16 2008 New Revision: 704579 URL: http://svn.apache.org/viewvc?rev=704579&view=rev Log: Correct base class name (thanks to Kazu Nambo) and correct a typo. Modified: tomcat/site/trunk/docs/security-4.html tomcat/site/trunk/docs/security-5.html tomca

svn commit: r704639 - /tomcat/connectors/trunk/jk/native/common/jk_version.h

2008-10-14 Thread rjung
Author: rjung Date: Tue Oct 14 12:39:42 2008 New Revision: 704639 URL: http://svn.apache.org/viewvc?rev=704639&view=rev Log: Clean up version string determination and adding an optional revision suffix for dev versions to the exposed version string. Modified: tomcat/connectors/trunk/jk/native

svn commit: r704644 - /tomcat/connectors/trunk/jk/tools/jkrelease.sh

2008-10-14 Thread rjung
Author: rjung Date: Tue Oct 14 12:47:39 2008 New Revision: 704644 URL: http://svn.apache.org/viewvc?rev=704644&view=rev Log: JK release script now adds revision to exposed versions of dev snapshots (those get logged during startup). Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh Mod

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

2008-10-14 Thread rjung
Author: rjung Date: Tue Oct 14 13:48:20 2008 New Revision: 704677 URL: http://svn.apache.org/viewvc?rev=704677&view=rev Log: Update changelog with optional isapi redirector features: - chunked encoding - use of raw headers instead of CGI headers - automatic event detection Modified: tomcat/co

Re: JK 1.2.27-dev snapshot

2008-10-14 Thread Rainer Jung
Mladen Turk schrieb: >> If you are short on time, I can prepare the snapshot this evening, but >> would prefer you to build the win binaries, because I don't have an old >> MS compiler. If you want me to do the snapshot, send a short message, >> otherwise I'll wait for you and work on something els

Re: JK 1.2.27-dev snapshot

2008-10-14 Thread Rainer Jung
Mladen Turk schrieb: > Rainer Jung wrote: >> I like the idea of thoroughly testing snapshots before tagging, because >> although version numbers are cheap (in subversion), user confusion also >> easily arises from "missing" (i.e. non-released) versions. > > > Sounds reasonable. I'll prepare the ne

svn commit: r704722 [2/2] - in /tomcat/container/branches/tc4.1.x: LICENSE NOTICE build.xml tomcat.nsi

2008-10-14 Thread markt
Modified: tomcat/container/branches/tc4.1.x/tomcat.nsi URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/tomcat.nsi?rev=704722&r1=704721&r2=704722&view=diff == --- tomcat/container/branches/tc4.1.x/tomcat

svn commit: r704723 - /tomcat/current/tc4.1.x/STATUS.txt

2008-10-14 Thread markt
Author: markt Date: Tue Oct 14 15:25:46 2008 New Revision: 704723 URL: http://svn.apache.org/viewvc?rev=704723&view=rev Log: Patch applied Modified: tomcat/current/tc4.1.x/STATUS.txt Modified: tomcat/current/tc4.1.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS.

[Tomcat Wiki] Update of "PoweredBy" by John Eichelsdorfer

2008-10-14 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by John Eichelsdorfer: http://wiki.apache.org/tomcat/PoweredBy -- [http

[Tomcat Wiki] Trivial Update of "PoweredBy" by John Eichelsdorfer

2008-10-14 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by John Eichelsdorfer: http://wiki.apache.org/tomcat/PoweredBy -- [http