svn commit: r1199148 - /tomcat/jk/trunk/native/iis/isapi_redirect.reg

2011-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 08:03:08 2011 New Revision: 1199148 URL: http://svn.apache.org/viewvc?rev=1199148&view=rev Log: Add required key for example .reg file Modified: tomcat/jk/trunk/native/iis/isapi_redirect.reg Modified: tomcat/jk/trunk/native/iis/isapi_redirect.reg URL: http://s

svn commit: r1199151 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml

2011-11-08 Thread kkolinko
Author: kkolinko Date: Tue Nov 8 08:08:15 2011 New Revision: 1199151 URL: http://svn.apache.org/viewvc?rev=1199151&view=rev Log: Reorder, so that properties are listed alphabetically. No functional change. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml

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

2011-11-08 Thread kkolinko
Author: kkolinko Date: Tue Nov 8 08:30:02 2011 New Revision: 1199154 URL: http://svn.apache.org/viewvc?rev=1199154&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: r1199156 - in /tomcat/jk/trunk/native: common/jk_mt.h iis/jk_isapi_plugin.c

2011-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 08:35:34 2011 New Revision: 1199156 URL: http://svn.apache.org/viewvc?rev=1199156&view=rev Log: Axe useless critical section macros with fake return value Modified: tomcat/jk/trunk/native/common/jk_mt.h tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified:

svn commit: r1199157 - in /tomcat/tc5.5.x/trunk: build/RELEASE-NOTES container/catalina/src/share/org/apache/catalina/startup/TldConfig.java

2011-11-08 Thread kkolinko
Author: kkolinko Date: Tue Nov 8 08:38:55 2011 New Revision: 1199157 URL: http://svn.apache.org/viewvc?rev=1199157&view=rev Log: CTR Followup to r1195649: Reorder alphabetically Modified: tomcat/tc5.5.x/trunk/build/RELEASE-NOTES tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apac

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

2011-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 08:45:13 2011 New Revision: 1199158 URL: http://svn.apache.org/viewvc?rev=1199158&view=rev Log: Skip useless config read in case of failure Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL: http:

svn commit: r1199169 - in /tomcat/jk/trunk/native: common/jk_shm.c common/jk_util.c common/jk_util.h iis/jk_isapi_plugin.c

2011-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 09:51:58 2011 New Revision: 1199169 URL: http://svn.apache.org/viewvc?rev=1199169&view=rev Log: BZ47678: Part 1. Make sure shared objects have proper security token Modified: tomcat/jk/trunk/native/common/jk_shm.c tomcat/jk/trunk/native/common/jk_util.c

svn commit: r1199170 - /tomcat/jk/trunk/native/common/jk_shm.c

2011-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 10:06:40 2011 New Revision: 1199170 URL: http://svn.apache.org/viewvc?rev=1199170&view=rev Log: BZ47678: Part 2. Make sure we create (and lock) mutex before creating/attaching shared memory. This should solve sync problems when multiple processes try to open the sh

svn commit: r1199176 - in /tomcat/jk/trunk/native/common: jk_util.c jk_util.h

2011-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 10:30:36 2011 New Revision: 1199176 URL: http://svn.apache.org/viewvc?rev=1199176&view=rev Log: Think Netware is missing the secapi Modified: tomcat/jk/trunk/native/common/jk_util.c tomcat/jk/trunk/native/common/jk_util.h Modified: tomcat/jk/trunk/native/co

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

2011-11-08 Thread kkolinko
Author: kkolinko Date: Tue Nov 8 10:44:48 2011 New Revision: 1199178 URL: http://svn.apache.org/viewvc?rev=1199178&view=rev Log: Update patch adding JMX enhancements for these valves Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.

svn commit: r1199192 - /tomcat/jk/trunk/native/common/jk_shm.c

2011-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 11:15:38 2011 New Revision: 1199192 URL: http://svn.apache.org/viewvc?rev=1199192&view=rev Log: Guard data shm data access with lock. We can have sync problems when multiple processes try to update the shared memory at the same time Modified: tomcat/jk/trunk/na

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

2011-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 12:21:06 2011 New Revision: 1199213 URL: http://svn.apache.org/viewvc?rev=1199213&view=rev Log: Use APP_POOL_ID server variable (if running IIS6+) to the server name for more unique name. This should prevent problems with multiple pool registrations. Still have to

svn commit: r1199217 - /tomcat/jk/trunk/native/common/jk_shm.c

2011-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 12:31:50 2011 New Revision: 1199217 URL: http://svn.apache.org/viewvc?rev=1199217&view=rev Log: Preserve shared memory thread lock for the process life time. Modified: tomcat/jk/trunk/native/common/jk_shm.c Modified: tomcat/jk/trunk/native/common/jk_shm.c URL:

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

2011-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 13:39:28 2011 New Revision: 1199238 URL: http://svn.apache.org/viewvc?rev=1199238&view=rev Log: BZ46406 Allow relative paths for configuration directives. The paths are presumed to be relative from isapi_redirect.dll load location Modified: tomcat/jk/trunk/nati

DO NOT REPLY [Bug 46406] Supporting relative paths in isapi_redirect.properties.

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46406 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49048] ACL not applied to redirect URLs

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49048 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52153] New: periodic JVM crash (access violation) on buffer flush

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52153 Bug #: 52153 Summary: periodic JVM crash (access violation) on buffer flush Product: Tomcat Native Version: 1.1.22 Platform: PC Status: NEW Severity: major

DO NOT REPLY [Bug 52153] periodic JVM crash (access violation) on buffer flush

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52153 John Wilkinson changed: What|Removed |Added CC||jwilk...@opentext.com OS/

Re: svn commit: r1199192 - /tomcat/jk/trunk/native/common/jk_shm.c

2011-11-08 Thread Rainer Jung
Hi Mladen, On 08.11.2011 03:15, mt...@apache.org wrote: > Author: mturk > Date: Tue Nov 8 11:15:38 2011 > New Revision: 1199192 > > URL: http://svn.apache.org/viewvc?rev=1199192&view=rev > Log: > Guard data shm data access with lock. We can have sync problems when multiple > processes try to up

Re: svn commit: r1199192 - /tomcat/jk/trunk/native/common/jk_shm.c

2011-11-08 Thread Mladen Truk
On 11/08/2011 05:21 PM, Rainer Jung wrote: Hi Mladen, - -jk_shmem.size = JK_SHM_ALIGN(sizeof(jk_shm_header_t) + sz); - Tis removal was intentional? Nope :) Thanks -- ^TM - To unsubscribe, e-mail: dev-unsubscr...@tomc

svn commit: r1199345 - /tomcat/jk/trunk/native/common/jk_shm.c

2011-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 16:57:05 2011 New Revision: 1199345 URL: http://svn.apache.org/viewvc?rev=1199345&view=rev Log: Revert accidental removal of real shm size. Also make sure we actually map the requested size Modified: tomcat/jk/trunk/native/common/jk_shm.c Modified: tomcat/jk/t

svn commit: r1199363 - in /tomcat/site/trunk: docs/security-7.html xdocs/security-7.xml

2011-11-08 Thread markt
Author: markt Date: Tue Nov 8 17:51:11 2011 New Revision: 1199363 URL: http://svn.apache.org/viewvc?rev=1199363&view=rev Log: Info for CVE-2011-3376 Modified: tomcat/site/trunk/docs/security-7.html tomcat/site/trunk/xdocs/security-7.xml Modified: tomcat/site/trunk/docs/security-7.html U

[SECURITY] CVE-2011-3376 Apache Tomcat - Privilege Escalation via Manager app

2011-11-08 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 CVE-2011-3376 Apache Tomcat - Privilege Escalation via Manager app Severity: Low Vendor: The Apache Software Foundation Versions Affected: - - Tomcat 7.0.0 to 7.0.21 Description: This issue only affects environments running web applications that ar

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

2011-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 18:34:56 2011 New Revision: 1199382 URL: http://svn.apache.org/viewvc?rev=1199382&view=rev Log: Implement BZ51253 on IIS as well Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/tru

DO NOT REPLY [Bug 51253] use_server_errors for status 401 does not forward WWW-Authenticate

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51253 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52156] New: ServletContext.getResource(path) doesn't accept ".." anymore

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52156 Bug #: 52156 Summary: ServletContext.getResource(path) doesn't accept ".." anymore Product: Tomcat 7 Version: 7.0.22 Platform: PC Status: NEW S

DO NOT REPLY [Bug 52074] PATH_INFO not passed from IIS7 to Tomcat7

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52074 Mladen Turk changed: What|Removed |Added OS/Version||All --- Comment #1 from Mladen Turk

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

2011-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 19:11:09 2011 New Revision: 1199389 URL: http://svn.apache.org/viewvc?rev=1199389&view=rev Log: Bail out early from the loop. No functional change Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL:

svn commit: r1199418 - /tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

2011-11-08 Thread markt
Author: markt Date: Tue Nov 8 19:59:23 2011 New Revision: 1199418 URL: http://svn.apache.org/viewvc?rev=1199418&view=rev Log: Correct parameter description Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans

svn commit: r1199420 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/mbeans-descriptors.xml

2011-11-08 Thread markt
Author: markt Date: Tue Nov 8 20:00:46 2011 New Revision: 1199420 URL: http://svn.apache.org/viewvc?rev=1199420&view=rev Log: Correct parameter description Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Propcha

svn commit: r1199432 - /tomcat/trunk/webapps/docs/config/context.xml

2011-11-08 Thread markt
Author: markt Date: Tue Nov 8 20:08:32 2011 New Revision: 1199432 URL: http://svn.apache.org/viewvc?rev=1199432&view=rev Log: Fix typo Modified: tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/tomcat/trun

svn commit: r1199433 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/context.xml

2011-11-08 Thread markt
Author: markt Date: Tue Nov 8 20:09:15 2011 New Revision: 1199433 URL: http://svn.apache.org/viewvc?rev=1199433&view=rev Log: Fix typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml Propchange: tomcat/tc7.0.x/trunk/ ---

svn commit: r1199436 - /tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

2011-11-08 Thread markt
Author: markt Date: Tue Nov 8 20:17:50 2011 New Revision: 1199436 URL: http://svn.apache.org/viewvc?rev=1199436&view=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml URL:

svn commit: r1199437 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/mbeans-descriptors.xml

2011-11-08 Thread markt
Author: markt Date: Tue Nov 8 20:18:26 2011 New Revision: 1199437 URL: http://svn.apache.org/viewvc?rev=1199437&view=rev Log: Fix typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Propchange: tomcat/tc7.0.x/t

DO NOT REPLY [Bug 52157] New: 7.0.21 change can use undesired Writer object. Wrapper circumvention. Servlet 2.3

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52157 Bug #: 52157 Summary: 7.0.21 change can use undesired Writer object. Wrapper circumvention. Servlet 2.3 Product: Tomcat 7 Version: 7.0.21 Platform: PC St

DO NOT REPLY [Bug 52157] 7.0.21 change can use undesired Writer object. Wrapper circumvention. Servlet 2.3

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52157 Brad Plies changed: What|Removed |Added CC||bpl...@bulliondirect.com OS/V

DO NOT REPLY [Bug 52157] 7.0.21 change can use undesired Writer object. Wrapper circumvention. Servlet 2.3

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52157 --- Comment #1 from Brad Plies 2011-11-08 20:58:17 UTC --- Attempted example // See: http://download.oracle.com/javaee/6/api/javax/servlet/http/HttpServletResponseWrapper.html class MyWrapper extends HttpServletResponseWrapper { publ

Re: Redeploy on context.xml changes (Was: Tagging 7.0.23)

2011-11-08 Thread Mark Thomas
I found some time today to look at this. Summarising the issues so far: 1. I have separately applied a couple of minor fixes that were included in the larger patch. 2. Renaming watchedResources -> reloadResoucres Agree with reverting this change 3. Adding JavaDoc to FailedContext Agree with doin

svn commit: r1199513 - /tomcat/trunk/bin/catalina-tasks.xml

2011-11-08 Thread markt
Author: markt Date: Tue Nov 8 23:02:24 2011 New Revision: 1199513 URL: http://svn.apache.org/viewvc?rev=1199513&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52148 Ant tasks require tomcat-coyote.jar Patch provided by Volker Krebs Modified: tomcat/trunk/bin/catalina-ta

svn commit: r1199514 - in /tomcat/tc7.0.x/trunk: ./ bin/catalina-tasks.xml

2011-11-08 Thread markt
Author: markt Date: Tue Nov 8 23:03:56 2011 New Revision: 1199514 URL: http://svn.apache.org/viewvc?rev=1199514&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52148 Ant tasks require tomcat-coyote.jar Patch provided by Volker Krebs Modified: tomcat/tc7.0.x/trunk/ (pro

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

2011-11-08 Thread markt
Author: markt Date: Tue Nov 8 23:05:38 2011 New Revision: 1199515 URL: http://svn.apache.org/viewvc?rev=1199515&view=rev Log: Add changelog entry for BZ52148 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.

DO NOT REPLY [Bug 52148] Missing jars in catalina-tasks.xml

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

svn commit: r1199529 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2011-11-08 Thread markt
Author: markt Date: Tue Nov 8 23:28:59 2011 New Revision: 1199529 URL: http://svn.apache.org/viewvc?rev=1199529&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52156 Need to use normalised path to look up resource in DirContext Modified: tomcat/trunk/java/org/apache/cata

svn commit: r1199531 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java webapps/docs/changelog.xml

2011-11-08 Thread markt
Author: markt Date: Tue Nov 8 23:31:40 2011 New Revision: 1199531 URL: http://svn.apache.org/viewvc?rev=1199531&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52156 Need to use normalised path to look up resource in DirContext Modified: tomcat/tc7.0.x/trunk/ (props ch

DO NOT REPLY [Bug 52156] ServletContext.getResource(path) doesn't accept ".." anymore

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

DO NOT REPLY [Bug 51952] IllegalStateException using CompressionFilter with Tomcat 7.0.21/22

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51952 Mark Thomas changed: What|Removed |Added CC||bpl...@bulliondirect.com --- Comment

DO NOT REPLY [Bug 52157] 7.0.21 change can use undesired Writer object. Wrapper circumvention. Servlet 2.3

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

DO NOT REPLY [Bug 52138] global web.xml servlet-mappings are not used when additional mappings are defined in app web.xml

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52138 --- Comment #4 from Mark Thomas 2011-11-08 23:41:16 UTC --- To expand on my previous comment... When servlet mappings are overridden (e.g. fragment overrides annotations, or application overrides global) all servlet mappings from the overr

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

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51073 changyao changed: What|Removed |Added Component|Connector:Coyote|Servlet & JSP API Version|5.

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

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51073 --- Comment #5 from changyao 2011-11-09 02:12:49 UTC --- (In reply to comment #2) > Fixed in 6.0.x and will be included in 6.0.33 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are re

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

2011-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51073 changyao changed: What|Removed |Added OS/Version|All |Linux -- Configure bugmail: https://is