[Bug 58195] TldCache does not fallback

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58195 Jared Wiltshire changed: What|Removed |Added OS||All --- Comment #1 from Jared Wiltsh

[Bug 58195] New: TldCache does not fallback

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58195 Bug ID: 58195 Summary: TldCache does not fallback Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: normal Priority: P2 Component:

[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192 --- Comment #3 from Christopher Schultz --- I wonder if Tomcat's resource-locating implementation is failing, here. I seem to recall something changing recently with how getPackage() works, or something like that. Can you produce a simple, sel

[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192 --- Comment #2 from Andrea Aime --- I've read that stackoverflow article, it seems to be related to a fatjar usage, which we don't use. The stack trace we're getting it about a class that's in the stock imageio jar file, which we did not modify

[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192 --- Comment #1 from Christopher Schultz --- Is this possibly environmental? http://stackoverflow.com/questions/7051603/jai-vendorname-null/18495658#18495658 -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 58151] High CPU Usage randomly on ajp-apr-8009-Poller

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #8 from Mark Thomas

svn commit: r1693462 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ant/AbstractCatalinaTask.java java/org/apache/catalina/ant/DeployTask.java test/org/apache/catalina/ant/TestDeployTask.java

2015-07-30 Thread violetagg
Author: violetagg Date: Thu Jul 30 17:41:37 2015 New Revision: 1693462 URL: http://svn.apache.org/r1693462 Log: Merged revision 1693461 from tomcat/trunk: Allow files bigger than 2G to be deployed using ant tasks. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java

svn commit: r1693461 - in /tomcat/trunk: java/org/apache/catalina/ant/AbstractCatalinaTask.java java/org/apache/catalina/ant/DeployTask.java test/org/apache/catalina/ant/TestDeployTask.java

2015-07-30 Thread violetagg
Author: violetagg Date: Thu Jul 30 17:20:16 2015 New Revision: 1693461 URL: http://svn.apache.org/r1693461 Log: Allow files bigger than 2G to be deployed using ant tasks. Modified: tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaTask.java tomcat/trunk/java/org/apache/catalina/an

[Bug 58194] New: Tomcat crash EXCEPTION_ACCESS_VIOLATION in tcnative-1.dll

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58194 Bug ID: 58194 Summary: Tomcat crash EXCEPTION_ACCESS_VIOLATION in tcnative-1.dll Product: Tomcat Native Version: 1.1.32 Hardware: PC Status: NEW Sev

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58125] java.lang.ClassCircularityError can occur if Tomcat is run with a Java Security Manager

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58125 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1693431 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-07-30 Thread markt
Author: markt Date: Thu Jul 30 14:15:43 2015 New Revision: 1693431 URL: http://svn.apache.org/r1693431 Log: Correct xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/

svn commit: r1693430 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2015-07-30 Thread markt
Author: markt Date: Thu Jul 30 14:13:47 2015 New Revision: 1693430 URL: http://svn.apache.org/r1693430 Log: (empty) Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java tomcat/tc8.0.x/trunk/webapps/docs/chan

svn commit: r1693429 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java

2015-07-30 Thread markt
Author: markt Date: Thu Jul 30 14:12:17 2015 New Revision: 1693429 URL: http://svn.apache.org/r1693429 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58125 Avoid a possible ClassCircularityError when running under a security manager Modified: tomcat/trunk/java/org/apache/catalina/loa

Re: [VOTE] JK 1.2.41

2015-07-30 Thread Christopher Schultz
Mark, On 7/26/15 6:27 PM, Mark Thomas wrote: > Tag: > http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_41/ (r1692773) > > Source: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/ > > Full details in the changelog but main reason for release is the fix for > CVE-2014-8111.

[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192 Martin Wegner changed: What|Removed |Added CC||martin.weg...@ebp.de -- You are recei

[Bug 58192] New: ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192 Bug ID: 58192 Summary: ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23) Product: Tomcat 8 Version: 8.0.24 Hardware: PC OS: Li