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.xml Modifie

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

2011-08-18 Thread Tim Whittington
Yeah - not sure what I was smoking on that one. Have reverted for another think. The basic problem we have is that the shared memory code assumes a single worker configuration, and when you have multiple ISAPI Redirectors on a single IIS with different configs that goes a bit wonky. For a start, t

svn commit: r1159211 - in /tomcat/site/trunk: docs/download-60.html docs/index.html docs/whichversion.html xdocs/download-60.xml xdocs/index.xml xdocs/whichversion.xml

2011-08-18 Thread jfclere
Author: jfclere Date: Thu Aug 18 13:30:32 2011 New Revision: 1159211 URL: http://svn.apache.org/viewvc?rev=1159211&view=rev Log: Release 6.0.33 Modified: tomcat/site/trunk/docs/download-60.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/whichversion.html tomcat/site/

[ANN] Apache Tomcat 6.0.33 released

2011-08-18 Thread jean-frederic clere
The Apache Tomcat team announces the immediate availability of Apache Tomcat 6.0.33 stable. Apache Tomcat 6.0.33 is primarily a security and bug fix release. All users of older versions of the Tomcat 6.0 family should upgrade to 6.0.33. Note that is version has 4 zip binaries: a generic one a

svn commit: r1159235 - in /tomcat/site/trunk: docs/security-6.html xdocs/security-6.xml

2011-08-18 Thread jfclere
Author: jfclere Date: Thu Aug 18 14:12:56 2011 New Revision: 1159235 URL: http://svn.apache.org/viewvc?rev=1159235&view=rev Log: 6.0.33 is now released. Modified: tomcat/site/trunk/docs/security-6.html tomcat/site/trunk/xdocs/security-6.xml Modified: tomcat/site/trunk/docs/security-6.htm

Re: [ANN] Apache Tomcat 6.0.33 released

2011-08-18 Thread sebb
On 18 August 2011 14:56, Jean-Frederic Clere wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat 6.0.33 stable. > > Apache Tomcat 6.0.33 is primarily a security and bug fix release. All users > of older versions of the Tomcat 6.0 family should upgrade to 6.0.33

Re: [ANN] Apache Tomcat 6.0.33 released

2011-08-18 Thread Henri Gomez
> Still points to 6.0.32 (yes, I did refresh) > > Also some mirrors don't have 6.0.33 yet. > > It looks like the files were only updated a few hours ago; it can take > a day for the bulk of mirrors to catch up. yep, mirrors take some time to reflect changes ---

[Tomcat Wiki] Update of "FAQ/KnownIssues" by RonaldKlop

2011-08-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/KnownIssues" page has been changed by RonaldKlop: http://wiki.apache.org/tomcat/FAQ/KnownIssues?action=diff&rev1=2&rev2=3 Comment: Tomcat 7 has its own changelog since the bran

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

2011-08-18 Thread jfclere
Author: jfclere Date: Thu Aug 18 15:32:32 2011 New Revision: 1159281 URL: http://svn.apache.org/viewvc?rev=1159281&view=rev Log: my 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/trunk/STATUS.txt?re

svn commit: r1159307 - in /tomcat/tc5.5.x/trunk: STATUS.txt connectors/util/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java connectors/util/java/org/apache/tomcat/util/net/jsse/res/LocalSt

2011-08-18 Thread markt
Author: markt Date: Thu Aug 18 16:44:33 2011 New Revision: 1159307 URL: http://svn.apache.org/viewvc?rev=1159307&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50744 Skip SSL configuration check if we cannot create an unbound socket Modified: tomcat/tc5.5.x/trunk/STATUS.

DO NOT REPLY [Bug 50744] When Tomcat was updated from version 5.5.27 to 5.5.32, SSL support for Tomcat does not work on AIX 5.3 TL-11 SP-2

2011-08-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50744 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r1159309 - in /tomcat/tc5.5.x/trunk: ./ container/catalina/src/share/org/apache/catalina/authenticator/ container/catalina/src/share/org/apache/catalina/realm/ container/webapps/docs/ cont

2011-08-18 Thread markt
Author: markt Date: Thu Aug 18 16:49:39 2011 New Revision: 1159309 URL: http://svn.apache.org/viewvc?rev=1159309&view=rev Log: Add additional configuration options to the DIGEST authenticator Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/container/catalina/src/share/org/

svn commit: r1159311 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/bin/digest.sh container/catalina/src/bin/shutdown.sh container/catalina/src/bin/startup.sh container/catalina/src/bin

2011-08-18 Thread markt
Author: markt Date: Thu Aug 18 16:55:06 2011 New Revision: 1159311 URL: http://svn.apache.org/viewvc?rev=1159311&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47880 Clarify error messages in *.sh files to mention that if a script is not found it might be because execute per

DO NOT REPLY [Bug 47880] Lack of +x permissions on script files results cryptic and confusing error messages

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

svn commit: r1159317 - in /tomcat/tc5.5.x/trunk: STATUS.txt connectors/util/java/org/apache/tomcat/util/net/AprEndpoint.java connectors/util/java/org/apache/tomcat/util/net/res/LocalStrings.properties

2011-08-18 Thread markt
Author: markt Date: Thu Aug 18 17:05:25 2011 New Revision: 1159317 URL: http://svn.apache.org/viewvc?rev=1159317&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51073 Throw an exception and do not start the APR connector if it is configured for SSL and an invalid value is pro

DO NOT REPLY [Bug 51073] Misconfigured SSLProtocol with an AprEndpoint silently falls back to ALL

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

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

2011-08-18 Thread kkolinko
Author: kkolinko Date: Thu Aug 18 17:24:28 2011 New Revision: 1159320 URL: http://svn.apache.org/viewvc?rev=1159320&view=rev Log: vote 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/trunk/STATUS.txt?rev=11

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

2011-08-18 Thread markt
Author: markt Date: Thu Aug 18 18:08:53 2011 New Revision: 1159332 URL: http://svn.apache.org/viewvc?rev=1159332&view=rev Log: Respond to review comments and propose a better patch Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org

svn commit: r1159346 - in /tomcat/tc5.5.x/trunk: STATUS.txt build/build.properties.default container/webapps/docs/changelog.xml

2011-08-18 Thread markt
Author: markt Date: Thu Aug 18 18:22:37 2011 New Revision: 1159346 URL: http://svn.apache.org/viewvc?rev=1159346&view=rev Log: Fix CVE-2011-2729. Update commons daemon to 1.0.7 Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/build/build.properties.default tomcat/tc5.5.x

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

2011-08-18 Thread kkolinko
Author: kkolinko Date: Thu Aug 18 18:52:50 2011 New Revision: 1159355 URL: http://svn.apache.org/viewvc?rev=1159355&view=rev Log: Add release date Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/v

[Tomcat Wiki] Update of "FAQ/KnownIssues" by ChristopherSchultz

2011-08-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/KnownIssues" page has been changed by ChristopherSchultz: http://wiki.apache.org/tomcat/FAQ/KnownIssues?action=diff&rev1=3&rev2=4 Comment: Added pass-through flush call when Ou

svn commit: r1159358 - in /tomcat/site/trunk: docs/doap_Tomcat.rdf xdocs/doap_Tomcat.rdf

2011-08-18 Thread kkolinko
Author: kkolinko Date: Thu Aug 18 19:03:45 2011 New Revision: 1159358 URL: http://svn.apache.org/viewvc?rev=1159358&view=rev Log: Update release info Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/xdocs/doap_Tomcat.rdf Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf

svn commit: r1159360 - in /tomcat/site/trunk: docs/index.html docs/oldnews.html xdocs/index.xml xdocs/oldnews.xml

2011-08-18 Thread kkolinko
Author: kkolinko Date: Thu Aug 18 19:09:48 2011 New Revision: 1159360 URL: http://svn.apache.org/viewvc?rev=1159360&view=rev Log: Move recent release to the top. Add announcement for previous release to oldnews. Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/oldnews.ht

svn commit: r1159361 - in /tomcat/site/trunk: docs/migration.html xdocs/migration.xml

2011-08-18 Thread kkolinko
Author: kkolinko Date: Thu Aug 18 19:14:36 2011 New Revision: 1159361 URL: http://svn.apache.org/viewvc?rev=1159361&view=rev Log: Add revision numbers for 6.0.33. Modified: tomcat/site/trunk/docs/migration.html tomcat/site/trunk/xdocs/migration.xml Modified: tomcat/site/trunk/docs/migrat

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

2011-08-18 Thread schultz
Author: schultz Date: Thu Aug 18 19:28:35 2011 New Revision: 1159368 URL: http://svn.apache.org/viewvc?rev=1159368&view=rev Log: 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/trunk/STATUS.txt?rev=11

svn commit: r1159371 - in /tomcat/site/trunk: docs/bugreport.html docs/lists.html xdocs/bugreport.xml xdocs/lists.xml

2011-08-18 Thread kkolinko
Author: kkolinko Date: Thu Aug 18 19:33:55 2011 New Revision: 1159371 URL: http://svn.apache.org/viewvc?rev=1159371&view=rev Log: Update link to 7.0 changelog file: it is at the branch now. Update wording wrt tc7. Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/lis

DO NOT REPLY [Bug 51682] New: j_spring_security_check action is not available

2011-08-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51682 Bug #: 51682 Summary: j_spring_security_check action is not available Product: Tomcat 7 Version: 7.0.19 Platform: PC OS/Version: Linux Status: NEW Severity

DO NOT REPLY [Bug 51682] j_spring_security_check action is not available

2011-08-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51682 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Th