[Bug 58344] New: allow to run tests against Tomcat installed from vendor package

2015-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58344 Bug ID: 58344 Summary: allow to run tests against Tomcat installed from vendor package Product: Tomcat 8 Version: trunk Hardware: PC OS: Solaris

svn commit: r1701793 [1/3] - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/security/ java/org/apache/tomcat/ test/org/apache/catali

2015-09-08 Thread markt
Author: markt Date: Tue Sep 8 12:49:24 2015 New Revision: 1701793 URL: http://svn.apache.org/r1701793 Log: More preparation for implementing parallel class loading. Extract what will be the common class loader code into WebappClassLoaderBase and make WebappClassLoader a sub-class of this.

svn commit: r1701793 [2/3] - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/security/ java/org/apache/tomcat/ test/org/apache/catali

2015-09-08 Thread markt
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoader.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoader.java?rev=1701793=1701792=1701793=diff

svn commit: r1701793 [3/3] - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/security/ java/org/apache/tomcat/ test/org/apache/catali

2015-09-08 Thread markt
Copied: tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java (from r1701767, tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoader.java) URL:

[GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-09-08 Thread Bill Barker
Elapsed: 16 secs Command Line: make [Working Directory: /srv/gump/public/workspace/tomcat-native/native] - make[1]: Entering directory `/srv/gump/public/workspace/tomcat-native/native' /bin/bash /srv/gump/public/workspace/apr-1/dest-20150908/build-1

svn commit: r1701767 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2015-09-08 Thread markt
Author: markt Date: Tue Sep 8 10:23:47 2015 New Revision: 1701767 URL: http://svn.apache.org/r1701767 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58187 When deploying applications via the Manager, skip the unnecessary test of file modification time that delayed deployment until the

svn commit: r1701762 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2015-09-08 Thread markt
Author: markt Date: Tue Sep 8 10:06:00 2015 New Revision: 1701762 URL: http://svn.apache.org/r1701762 Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java URL:

buildbot success in ASF Buildbot on tomcat-trunk

2015-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/215 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-09-08 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/93 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot failure in ASF Buildbot on tomcat-trunk

2015-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/216 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[Bug 57681] Allow parallel class loading in web application class loader by synchronizing on class specific object

2015-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57681 --- Comment #16 from Mark Thomas --- I opted for the simpler replacement of StandardClassLoader with URLClassLoader wherever the StandardClassLoader was used. -- You are receiving this mail because: You are the assignee for

[Bug 56060] Request parameter is intermittently missing

2015-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56060 Jason_张胜 <14902...@qq.com> changed: What|Removed |Added CC||14902...@qq.com -- You

svn commit: r1701760 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2015-09-08 Thread markt
Author: markt Date: Tue Sep 8 10:04:35 2015 New Revision: 1701760 URL: http://svn.apache.org/r1701760 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58187 When deploying applications via the Manager, skip the unnecessary test of file modification time that delayed deployment until the

svn commit: r1701761 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2015-09-08 Thread markt
Author: markt Date: Tue Sep 8 10:05:26 2015 New Revision: 1701761 URL: http://svn.apache.org/r1701761 Log: Uncomment code that should not have been commented out in r1701760 Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified:

svn commit: r1701765 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2015-09-08 Thread markt
Author: markt Date: Tue Sep 8 10:17:49 2015 New Revision: 1701765 URL: http://svn.apache.org/r1701765 Log: Correct logic in r1701760 Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java URL:

[Bug 58187] Tomcat manager incorrect deployment status

2015-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58187 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1701769 - in /tomcat/tc7.0.x/trunk: build.xml java/org/apache/catalina/loader/StandardClassLoader.java java/org/apache/catalina/startup/Bootstrap.java java/org/apache/catalina/startup/Cla

2015-09-08 Thread markt
Author: markt Date: Tue Sep 8 11:00:51 2015 New Revision: 1701769 URL: http://svn.apache.org/r1701769 Log: More preparation for implementing parallel class loading. Replace the use of the (non-parallel capable) StandardClassLoader with the (parallel capable if using the right JRE)

svn commit: r1701766 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2015-09-08 Thread markt
Author: markt Date: Tue Sep 8 10:22:32 2015 New Revision: 1701766 URL: http://svn.apache.org/r1701766 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58187 When deploying applications via the Manager, skip the unnecessary test of file modification time that delayed deployment until the

[Bug 58346] Request parameter is intermittently missing

2015-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58346 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

[Bug 58346] New: Request parameter is intermittently missing

2015-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58346 Bug ID: 58346 Summary: Request parameter is intermittently missing Product: Tomcat 7 Version: 7.0.64 Hardware: PC OS: Linux Status: NEW Severity:

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #16 from Mark Thomas --- Every time I research this bug some more I seem to be changing my position slightly. I'm currently leaning towards the view that there was a regression in this fix and that '\$' should

svn commit: r1701805 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/loader/ test/org/apache/catalina/loader/ webapps/docs/ webapps/docs/config/

2015-09-08 Thread markt
Author: markt Date: Tue Sep 8 13:46:34 2015 New Revision: 1701805 URL: http://svn.apache.org/r1701805 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57681 Add a web application class loader implementation that supports the parallel loading of web application classes. Use of this

[Bug 57681] Allow parallel class loading in web application class loader by synchronizing on class specific object

2015-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57681 --- Comment #19 from Mark Thomas --- (In reply to Huxing Zhang from comment #18) > Hi Mark, > > Glad to hear the patch has been accepted! Thanks for your hard work! > BTW, I am interested in becoming a tomcat committer, any

svn commit: r1701802 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java

2015-09-08 Thread markt
Author: markt Date: Tue Sep 8 13:27:12 2015 New Revision: 1701802 URL: http://svn.apache.org/r1701802 Log: More preparation for implementing parallel class loading. Make WebappClassLoaderBase parallel capable when running on a Java 7+ JRE Modified:

svn commit: r1701796 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java

2015-09-08 Thread markt
Author: markt Date: Tue Sep 8 12:54:43 2015 New Revision: 1701796 URL: http://svn.apache.org/r1701796 Log: More preparation for implementing parallel class loading. Use an explicit synchronized block in loadClass Modified:

buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-09-08 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/70 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[Bug 57681] Allow parallel class loading in web application class loader by synchronizing on class specific object

2015-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57681 --- Comment #18 from Huxing Zhang --- Hi Mark, Glad to hear the patch has been accepted! Thanks for your hard work! BTW, I am interested in becoming a tomcat committer, any advice on that? -- You are receiving this

[GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-09-08 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-native-make has an issue affecting its community integration. This

[Bug 58340] No error shown when some tag file in jar has compile error

2015-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58340 --- Comment #1 from Mou, Jian --- Hello, is there anyone has feedback on this issue? Thanks, Jian -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57681] Allow parallel class loading in web application class loader by synchronizing on class specific object

2015-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57681 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED