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

2014-09-08 Thread markt
Author: markt Date: Mon Sep 8 10:03:50 2014 New Revision: 1623346 URL: http://svn.apache.org/r1623346 Log: Set correct state for newly created ClassLoader. If start() ever checked current state there would be a failure. Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader

svn commit: r1623360 [1/3] - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/security/ java/org/apache/tomcat/ test/org/apache/catalina/loade

2014-09-08 Thread markt
Author: markt Date: Mon Sep 8 11:13:06 2014 New Revision: 1623360 URL: http://svn.apache.org/r1623360 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56530 Add a web application class loader implementation that supports the parallel loading of web application classes. Added: tom

svn commit: r1623360 [2/3] - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/security/ java/org/apache/tomcat/ test/org/apache/catalina/loade

2014-09-08 Thread markt
Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java?rev=1623360&r1=1623359&r2=1623360&view=diff ==

svn commit: r1623360 [3/3] - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/security/ java/org/apache/tomcat/ test/org/apache/catalina/loade

2014-09-08 Thread markt
Copied: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java (from r1623346, tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java) URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java?p2=tomcat/trunk/java/org/

[Bug 56530] WebappClassLoader.loadClass synchronization issue due to coarse lock at WebappClassLoader instance level instead of been by class name

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

buildbot exception in ASF Buildbot on tomcat-trunk

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

buildbot failure in ASF Buildbot on tomcat-trunk

2014-09-08 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/431 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Sta

svn commit: r1623367 - in /tomcat/trunk: java/org/apache/catalina/ant/jmx/JMXAccessorCondition.java java/org/apache/catalina/ant/jmx/JMXAccessorConditionBase.java java/org/apache/catalina/ant/jmx/JMXA

2014-09-08 Thread markt
Author: markt Date: Mon Sep 8 12:21:13 2014 New Revision: 1623367 URL: http://svn.apache.org/r1623367 Log: Refactor to reduce code duplication identified by Simian. Added: tomcat/trunk/java/org/apache/catalina/ant/jmx/JMXAccessorConditionBase.java - copied, changed from r1623358, tomc

buildbot retry in ASF Buildbot on tomcat-trunk

2014-09-08 Thread buildbot
on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/433 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Stamp: [branch tomcat/trunk] 1623367 Blamel

svn commit: r1623382 - in /tomcat/site/trunk: docs/images/simian.jpg docs/tools.html xdocs/images/simian.jpg xdocs/tools.xml

2014-09-08 Thread markt
Author: markt Date: Mon Sep 8 12:59:08 2014 New Revision: 1623382 URL: http://svn.apache.org/r1623382 Log: Add Simian to tools page. Added: tomcat/site/trunk/docs/images/simian.jpg (with props) tomcat/site/trunk/xdocs/images/simian.jpg (with props) Modified: tomcat/site/trunk/doc

svn commit: r1623384 - /tomcat/trunk/webapps/docs/class-loader-howto.xml

2014-09-08 Thread markt
Author: markt Date: Mon Sep 8 13:06:59 2014 New Revision: 1623384 URL: http://svn.apache.org/r1623384 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 Update class loader how-to to reflect new position of system class loader in loading order. Modified: tomcat/trunk/webapps/

svn commit: r1623385 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/class-loader-howto.xml

2014-09-08 Thread markt
Author: markt Date: Mon Sep 8 13:12:07 2014 New Revision: 1623385 URL: http://svn.apache.org/r1623385 Log: Update class loader how-to to reflect new position of system class loader in loading order. Add a note the the original fix about the change in order. Modified: tomcat/tc7.0.x/trunk/

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

2014-09-08 Thread markt
Author: markt Date: Mon Sep 8 13:22:45 2014 New Revision: 1623387 URL: http://svn.apache.org/r1623387 Log: Add a not about the changes introduced to fix bug 55943. Modified: tomcat/site/trunk/docs/migration-7.html tomcat/site/trunk/xdocs/migration-7.xml Modified: tomcat/site/trunk/docs/

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

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

svn commit: r1623392 - in /tomcat/trunk: java/org/apache/jasper/JspC.java webapps/docs/changelog.xml

2014-09-08 Thread markt
Author: markt Date: Mon Sep 8 13:37:01 2014 New Revision: 1623392 URL: http://svn.apache.org/r1623392 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=43001 Enable the JspC Ant taks to set the JspC option mappedFile Modified: tomcat/trunk/java/org/apache/jasper/JspC.java tomca

[Bug 43001] JspC lacks setMappedFile and setDie for use in Ant task

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

[Bug 47714] Response mixed between users

2014-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 Ben Erridge changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFOR

[Bug 47714] Response mixed between users

2014-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 --- Comment #23 from Sudhir Reddy --- I was unable to reproduce, but describing the scenario seen just in case it helps in reproducing for others ... I had seen multiple instances of this happening(Response of one of the previous request s

[Bug 47714] Response mixed between users

2014-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 --- Comment #24 from Ben Erridge --- I found a post about this and the guy was nice enough to post a JMeter script that can reproduce the issue. I have not tested it yet but looks promising. http://jeecookbook.blogspot.com/2013/07/modjk-se

[Bug 47714] Response mixed between users

2014-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 Ben Erridge changed: What|Removed |Added CC||b...@ciminc.com -- You are receivin

[Bug 56929] New: Wrong OS version on Windows 2012 R2 while running as a service

2014-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56929 Bug ID: 56929 Summary: Wrong OS version on Windows 2012 R2 while running as a service Product: Tomcat 7 Version: 7.0.55 Hardware: PC Status: NEW

[Bug 56929] Wrong OS version on Windows 2012 R2 while running as a service

2014-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56929 Bernd Ernesti changed: What|Removed |Added CC||bernd.erne...@oracle.com

buildbot failure in ASF Buildbot on tomcat-trunk

2014-09-08 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/434 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Sta

[Bug 56929] Wrong OS version on Windows 2012 R2 while running as a service

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

[Bug 56931] New: VirtualDirContext requires an absolute DocBase

2014-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56931 Bug ID: 56931 Summary: VirtualDirContext requires an absolute DocBase Product: Tomcat 7 Version: 7.0.55 Hardware: PC OS: Linux Status: NEW Severity:

svn commit: r1623456 - /tomcat/trunk/java/org/apache/el/lang/ELArithmetic.java

2014-09-08 Thread markt
Author: markt Date: Mon Sep 8 18:34:39 2014 New Revision: 1623456 URL: http://svn.apache.org/r1623456 Log: Extract common code into a new method to reduce duplication identified by Simian. Modified: tomcat/trunk/java/org/apache/el/lang/ELArithmetic.java Modified: tomcat/trunk/java/org/apac

svn commit: r1623458 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Protocol.java Http11AprProtocol.java Http11Nio2Protocol.java Http11NioProtocol.java Http11Protocol.java

2014-09-08 Thread markt
Author: markt Date: Mon Sep 8 18:47:13 2014 New Revision: 1623458 URL: http://svn.apache.org/r1623458 Log: Pull up common code to reduce duplication identified by Simian. Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java tomcat/trunk/java/org/apache/coyote/

svn commit: r1623471 - in /tomcat/trunk: java/org/apache/catalina/startup/Catalina.java webapps/docs/changelog.xml

2014-09-08 Thread markt
Author: markt Date: Mon Sep 8 19:15:27 2014 New Revision: 1623471 URL: http://svn.apache.org/r1623471 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 Log server information when Tomcat starts. Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java tomcat/

[Bug 56401] Log version information on startup

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

buildbot success in ASF Buildbot on tomcat-trunk

2014-09-08 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/436 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Maven deploy plugin ignoring nonProxyHosts

2014-09-08 Thread John.E.Gregg
All, The latest Tomcat Maven plugin seems to ignore the Maven value for nonProxyHosts. I can only deploy to localhost if Maven's proxy has active = false. I traced the problem to TomcatManager.applyProxy(). It simply ignores the nonProxyHosts value. Fixing it is pretty simple. Since the To