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

2013-10-24 Thread markt
Author: markt Date: Thu Oct 24 06:23:34 2013 New Revision: 1535284 URL: http://svn.apache.org/r1535284 Log: Update version options in migration guide Modified: tomcat/site/trunk/docs/migration-8.html tomcat/site/trunk/xdocs/migration-8.xml Modified:

svn commit: r1535285 - /tomcat/trunk/conf/web.xml

2013-10-24 Thread markt
Author: markt Date: Thu Oct 24 06:27:31 2013 New Revision: 1535285 URL: http://svn.apache.org/r1535285 Log: gzip should be disabled by default Modified: tomcat/trunk/conf/web.xml Modified: tomcat/trunk/conf/web.xml URL:

[Bug 55695] Tomcat is missing parameters from request

2013-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55695 --- Comment #2 from Eugene johnny...@mail.ru --- Do you really think that it could be a bug in application? I don't think so. We are using Spring framework, but the bug appears in spring controllers and in tipycal servlets.. Correct me

Re: WebappClassLoader and prohibited classes/packages

2013-10-24 Thread Martin Grigorov
Hi, On Wed, Oct 23, 2013 at 6:38 PM, Christopher Schultz ch...@christopherschultz.net wrote: All, I went looking into WebappClassLoader's validateJarFile() and filter() methods, and I noticed two things: 1. The error message for locating an illegal class being loaded from a JAR file

svn commit: r1535313 - /tomcat/trunk/webapps/docs/config/cluster.xml

2013-10-24 Thread kfujino
Author: kfujino Date: Thu Oct 24 08:50:40 2013 New Revision: 1535313 URL: http://svn.apache.org/r1535313 Log: Add to cluster document a description of notifyLifecycleListenerOnFailure and heartbeatBackgroundEnabled. Modified: tomcat/trunk/webapps/docs/config/cluster.xml Modified:

svn commit: r1535315 - in /tomcat/tc7.0.x/trunk/webapps/docs: changelog.xml config/cluster.xml

2013-10-24 Thread kfujino
Author: kfujino Date: Thu Oct 24 08:53:11 2013 New Revision: 1535315 URL: http://svn.apache.org/r1535315 Log: Add to cluster document a description of notifyLifecycleListenerOnFailure and heartbeatBackgroundEnabled. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

svn commit: r1535316 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/cluster.xml

2013-10-24 Thread kfujino
Author: kfujino Date: Thu Oct 24 08:55:09 2013 New Revision: 1535316 URL: http://svn.apache.org/r1535316 Log: Add to cluster document a description of notifyLifecycleListenerOnFailure and heartbeatBackgroundEnabled. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Re: [VOTE] Release Apache Tomcat 7.0.47

2013-10-24 Thread Violeta Georgieva
Hi, 2013/10/18 Violeta Georgieva miles...@gmail.com The proposed Apache Tomcat 7.0.47 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note that use of this functionality requires Java 7. It can be obtained from:

RE: [VOTE] Release Apache Tomcat 7.0.47

2013-10-24 Thread Bob DeRemer
-Original Message- From: Violeta Georgieva [mailto:miles...@gmail.com] Sent: Thursday, October 24, 2013 5:10 AM To: Tomcat Developers List Subject: Re: [VOTE] Release Apache Tomcat 7.0.47 Hi, 2013/10/18 Violeta Georgieva miles...@gmail.com The proposed Apache Tomcat 7.0.47

[Bug 55696] mod_jk crash in jk_map_get_int()

2013-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696 --- Comment #2 from Christopher Schultz ch...@christopherschultz.net --- Honestly, I'm not even sure why the code is written this way. char buf[]; sprintf(buf, %d, default_value); char *rc = jk_map_get_string(m, name, buf); size_t

Re: [VOTE] Release Apache Tomcat 7.0.47

2013-10-24 Thread Christopher Schultz
Bob, On 10/24/13 6:40 AM, Bob DeRemer wrote: -Original Message- From: Violeta Georgieva [mailto:miles...@gmail.com] Sent: Thursday, October 24, 2013 5:10 AM To: Tomcat Developers List Subject: Re: [VOTE] Release Apache Tomcat 7.0.47 Hi, 2013/10/18 Violeta Georgieva

[Bug 55695] Tomcat is missing parameters from request

2013-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55695 --- Comment #3 from Christopher Schultz ch...@christopherschultz.net --- There is nothing in the bug report that suggests a Tomcat bug. You have an error message that is not Tomcat-related (required String parameter 'code' is not present).

Re: WebappClassLoader and prohibited classes/packages

2013-10-24 Thread Christopher Schultz
Martin, On 10/24/13 4:07 AM, Martin Grigorov wrote: Hi, On Wed, Oct 23, 2013 at 6:38 PM, Christopher Schultz ch...@christopherschultz.net wrote: All, I went looking into WebappClassLoader's validateJarFile() and filter() methods, and I noticed two things: 1. The error message for

svn commit: r1535366 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2013-10-24 Thread schultz
Author: schultz Date: Thu Oct 24 12:57:02 2013 New Revision: 1535366 URL: http://svn.apache.org/r1535366 Log: Update spec version and section number when rejecting a JAR file based upon pre-defined list of trigger-classes. Modified:

svn commit: r1535367 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2013-10-24 Thread schultz
Author: schultz Date: Thu Oct 24 13:00:06 2013 New Revision: 1535367 URL: http://svn.apache.org/r1535367 Log: Update spec version and section number when rejecting a JAR file based upon pre-defined list of trigger-classes. Modified:

[Bug 55696] mod_jk crash in jk_map_get_int()

2013-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696 sa...@clickshare.com changed: What|Removed |Added OS|All |Mac OS X 10.9 --- Comment

[Bug 55696] mod_jk crash in jk_map_get_int()

2013-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added OS|

[Bug 55696] mod_jk crash in jk_map_get_int()

2013-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696 --- Comment #4 from Christopher Schultz ch...@christopherschultz.net --- So, SIGABRT? I'm trying to reproduce in a test-case, but this doesn't seem to work: #include stdio.h #include string.h int main(int argc, char *argv[]) { char *a

Permissions needed for committing to the repository https://dist.apache.org/repos/dist/release/tomcat/tomcat-7

2013-10-24 Thread Violeta Georgieva
Hi, Can you give me permissions for this repository as I cannot commit there. Thanks Violeta

[Bug 55696] mod_jk crash in jk_map_get_int()

2013-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696 --- Comment #5 from Christopher Schultz ch...@christopherschultz.net --- strcpy(buf1, buf1) also does not fail. $ cc --version Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) Target: x86_64-apple-darwin12.5.0 Thread model:

[Bug 55696] mod_jk crash in jk_map_get_int()

2013-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696 --- Comment #6 from sa...@clickshare.com --- Yes, this problem is new with Mavericks (10.9). It was working fine on 10.8 I will try to create you a test case... Unfortunately, It has been about 25 years since I did any C memory management

[Bug 55696] mod_jk crash in jk_map_get_int()

2013-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696 --- Comment #7 from sa...@clickshare.com --- This is the reductive case when m name returns false in jk_map_get_string() #include stdio.h #include string.h int main(int argc, const char * argv[]) { char buf[50] = Hello, world;

Re: Permissions needed for committing to the repository https://dist.apache.org/repos/dist/release/tomcat/tomcat-7

2013-10-24 Thread Mark Thomas
On 24/10/2013 14:14, Violeta Georgieva wrote: Hi, Can you give me permissions for this repository as I cannot commit there. From memory this is set up so only PMC members can commit there because it triggers copies to the archives and the mirrors. I've no objection to you have commit privs

Re: Permissions needed for committing to the repository https://dist.apache.org/repos/dist/release/tomcat/tomcat-7

2013-10-24 Thread Violeta Georgieva
2013/10/24 Mark Thomas ma...@apache.org On 24/10/2013 14:14, Violeta Georgieva wrote: Hi, Can you give me permissions for this repository as I cannot commit there. From memory this is set up so only PMC members can commit there because it triggers copies to the archives and the mirrors.

svn commit: r3342 - /dev/tomcat/tomcat-7/v7.0.47/ /release/tomcat/tomcat-7/v7.0.47/

2013-10-24 Thread markt
Author: markt Date: Thu Oct 24 13:54:20 2013 New Revision: 3342 Log: Release 7.0.47 Added: release/tomcat/tomcat-7/v7.0.47/ - copied from r3341, dev/tomcat/tomcat-7/v7.0.47/ Removed: dev/tomcat/tomcat-7/v7.0.47/

Re: Permissions needed for committing to the repository https://dist.apache.org/repos/dist/release/tomcat/tomcat-7

2013-10-24 Thread Mark Thomas
On 24/10/2013 14:43, Violeta Georgieva wrote: 2013/10/24 Mark Thomas ma...@apache.org On 24/10/2013 14:14, Violeta Georgieva wrote: Hi, Can you give me permissions for this repository as I cannot commit there. From memory this is set up so only PMC members can commit there because it

svn commit: r3342 - /dev/tomcat/tomcat-7/v7.0.47/ /release/tomcat/tomcat-7/v7.0.47/

2013-10-24 Thread markt
Author: markt Date: Thu Oct 24 13:54:20 2013 New Revision: 3342 Log: Release 7.0.47 Added: release/tomcat/tomcat-7/v7.0.47/ - copied from r3341, dev/tomcat/tomcat-7/v7.0.47/ Removed: dev/tomcat/tomcat-7/v7.0.47/

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

[Bug 55696] mod_jk crash in jk_map_get_int()

2013-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696 --- Comment #8 from Susan Burgee susa...@yahoo.com --- (In reply to sandy from comment #0) Apple appears to have made strcpy() enforce that the src and dest buffers may not overlap. As a result jk_map_get_int() may fail on the line

[Bug 55696] mod_jk crash in jk_map_get_int()

2013-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696 --- Comment #9 from Christopher Schultz ch...@christopherschultz.net --- (In reply to Susan Burgee from comment #8) (In reply to sandy from comment #0) Apple appears to have made strcpy() enforce that the src and dest buffers may not

[jira] [Created] (MTOMCAT-244) Upgrade Archetype Webapp IT Project to Selenium 2.x

2013-10-24 Thread Ryan Highley (JIRA)
Ryan Highley created MTOMCAT-244: Summary: Upgrade Archetype Webapp IT Project to Selenium 2.x Key: MTOMCAT-244 URL: https://issues.apache.org/jira/browse/MTOMCAT-244 Project: Apache Tomcat Maven

[jira] [Updated] (MTOMCAT-244) Upgrade Archetype Webapp IT Project to Selenium 2.x

2013-10-24 Thread Ryan Highley (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Highley updated MTOMCAT-244: - Attachment: tomcat-maven-plugin.patch Patch to trunk implementing Selenium 2 WebDriver upgrade

[Bug 55691] javax.el.ArrayELResolver.setValue not supporting arrays of primitives

2013-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55691 taly taly81...@yahoo.com changed: What|Removed |Added Status|NEEDINFO|NEW -- You are

[Bug 55696] mod_jk crash in jk_map_get_int()

2013-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696 --- Comment #10 from Christopher Schultz ch...@christopherschultz.net --- I have verified that this patch works under both Linux and OS X Mavericks. I'll commit shortly. Index: native/common/jk_map.c

svn commit: r1535622 - /tomcat/maven-plugin/trunk/pom.xml

2013-10-24 Thread olamy
Author: olamy Date: Fri Oct 25 04:14:37 2013 New Revision: 1535622 URL: http://svn.apache.org/r1535622 Log: rat plugin 0.10 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL:

svn commit: r1535624 - /tomcat/maven-plugin/trunk/pom.xml

2013-10-24 Thread olamy
Author: olamy Date: Fri Oct 25 04:15:07 2013 New Revision: 1535624 URL: http://svn.apache.org/r1535624 Log: add contributor Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL:

svn commit: r1535623 - in /tomcat/maven-plugin/trunk/tomcat-maven-archetype: ./ src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/ src/main/resources/archetype-resources/__rootArtifa

2013-10-24 Thread olamy
Author: olamy Date: Fri Oct 25 04:14:57 2013 New Revision: 1535623 URL: http://svn.apache.org/r1535623 Log: [MTOMCAT-244] Upgrade Archetype Webapp IT Project to Selenium 2.x Submitted by Ryan Highley Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml

svn commit: r1535625 - /tomcat/maven-plugin/trunk/pom.xml

2013-10-24 Thread olamy
Author: olamy Date: Fri Oct 25 04:15:18 2013 New Revision: 1535625 URL: http://svn.apache.org/r1535625 Log: use tomcat7 7.0.47 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL:

svn commit: r1535626 - /tomcat/maven-plugin/trunk/pom.xml

2013-10-24 Thread olamy
Author: olamy Date: Fri Oct 25 04:15:29 2013 New Revision: 1535626 URL: http://svn.apache.org/r1535626 Log: invoker plugin 1.8 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL:

[jira] [Closed] (MTOMCAT-244) Upgrade Archetype Webapp IT Project to Selenium 2.x

2013-10-24 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-244. -- Resolution: Fixed path applied. Thanks. Upgrade Archetype Webapp IT Project

[jira] [Closed] (MTOMCAT-227) Can't use slf4j-jcl with tomcat7:run

2013-10-24 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-227. -- Resolution: Not A Problem Can't use slf4j-jcl with tomcat7:run

[jira] [Commented] (MTOMCAT-244) Upgrade Archetype Webapp IT Project to Selenium 2.x

2013-10-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13805072#comment-13805072 ] Hudson commented on MTOMCAT-244: UNSTABLE: Integrated in TomcatMavenPlugin-mvn3.x #258