[Bug 56614] New: Add a switch to ignore annotations detection on tag instances for performance reason

2014-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 Bug ID: 56614 Summary: Add a switch to ignore annotations detection on tag instances for performance reason Product: Tomcat 7 Version: trunk Hardware: All

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #1 from Sheldon Shao xs...@ebay.com --- Created attachment 31709 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31709action=edit Performance comparison between base and after patched -- You are receiving this mail

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #2 from Sheldon Shao xs...@ebay.com --- Created attachment 31710 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31710action=edit Patch -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56283] Add support for Java 8 to Jasper

2014-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56283 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added CC|

[Bug 56613] JSP COMPILATION ERROR ON TOMCAT 6 7 with JDK VERSION 1.8.0_20-ea

2014-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56613 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

svn commit: r1602115 - /tomcat/jk/trunk/native/common/jk_connect.c

2014-06-12 Thread mturk
Author: mturk Date: Thu Jun 12 10:42:55 2014 New Revision: 1602115 URL: http://svn.apache.org/r1602115 Log: Make sure we have prefer_ipv6 set for hostnames containig colon Modified: tomcat/jk/trunk/native/common/jk_connect.c Modified: tomcat/jk/trunk/native/common/jk_connect.c URL:

svn commit: r1602159 - in /tomcat/trunk/java/org/apache/catalina/loader: LocalStrings.properties LocalStrings_es.properties WebappClassLoader.java

2014-06-12 Thread remm
Author: remm Date: Thu Jun 12 13:24:22 2014 New Revision: 1602159 URL: http://svn.apache.org/r1602159 Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=56546 (very partial) Reduce verbosity of clear references logging. Although it is a good tool for detecting leaks, the severity does not

Re: svn commit: r1602159 - in /tomcat/trunk/java/org/apache/catalina/loader: LocalStrings.properties LocalStrings_es.properties WebappClassLoader.java

2014-06-12 Thread Mark Thomas
On 12/06/2014 14:24, r...@apache.org wrote: Author: remm Date: Thu Jun 12 13:24:22 2014 New Revision: 1602159 URL: http://svn.apache.org/r1602159 Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=56546 (very partial) Reduce verbosity of clear references logging. Although it is a

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

2014-06-12 Thread remm
Author: remm Date: Thu Jun 12 14:52:33 2014 New Revision: 1602188 URL: http://svn.apache.org/r1602188 Log: Partial revert to upgrade messages to warn. Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified:

svn commit: r1602189 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java ajp/AbstractAjpProcessor.java http11/AbstractHttp11Processor.java spdy/SpdyProcessor.java

2014-06-12 Thread markt
Author: markt Date: Thu Jun 12 14:52:38 2014 New Revision: 1602189 URL: http://svn.apache.org/r1602189 Log: Pull up getLog() and add some supporting plumbing Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java

Re: svn commit: r1602159 - in /tomcat/trunk/java/org/apache/catalina/loader: LocalStrings.properties LocalStrings_es.properties WebappClassLoader.java

2014-06-12 Thread Rémy Maucherat
2014-06-12 15:54 GMT+02:00 Mark Thomas ma...@apache.org: -1. These log messages indicate problems that users need to do something to fix. While I've no problem with reducing error - warning, logging them at info is not acceptable. Ok. This indicates a potential leak, about which the user

Re: svn commit: r1602159 - in /tomcat/trunk/java/org/apache/catalina/loader: LocalStrings.properties LocalStrings_es.properties WebappClassLoader.java

2014-06-12 Thread Mark Thomas
On 12/06/2014 15:55, Rémy Maucherat wrote: 2014-06-12 15:54 GMT+02:00 Mark Thomas ma...@apache.org: -1. These log messages indicate problems that users need to do something to fix. While I've no problem with reducing error - warning, logging them at info is not acceptable. Ok. This

svn commit: r1602198 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/upgrade/ j

2014-06-12 Thread markt
Author: markt Date: Thu Jun 12 15:10:46 2014 New Revision: 1602198 URL: http://svn.apache.org/r1602198 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56518 Do not attempt an NIO write if a thread has been interrupted as it can lead to a connection limit leak Modified:

[Bug 56518] NIO async servlet limit latch leak

2014-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56518 --- Comment #16 from Mark Thomas ma...@apache.org --- I have implemented this for 8.0.x and it will be included in 8.0.9 onwards. I am now looking at back-porting the fix to 7.0.x. -- You are receiving this mail because: You are the

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1602243 - in /tomcat/tc7.0.x/trunk/java/org/apache/coyote/ajp: AjpAprProcessor.java AjpNioProcessor.java AjpProcessor.java

2014-06-12 Thread markt
Author: markt Date: Thu Jun 12 17:34:24 2014 New Revision: 1602243 URL: http://svn.apache.org/r1602243 Log: Fix copy/paste error and return a 500 rather 400 response Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java

svn commit: r1602244 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-12 Thread markt
Author: markt Date: Thu Jun 12 17:37:04 2014 New Revision: 1602244 URL: http://svn.apache.org/r1602244 Log: No need for the expectation check in an error state as the connection will be closed any way. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1602246 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Response.java java/org/apache/catalina/valves/ErrorReportValve.java java/org/apache/coyote/Response.java

2014-06-12 Thread markt
Author: markt Date: Thu Jun 12 17:40:49 2014 New Revision: 1602246 URL: http://svn.apache.org/r1602246 Log: Backport some clean-up from trunk Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/Response.java

svn commit: r1602247 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/Response.java

2014-06-12 Thread markt
Author: markt Date: Thu Jun 12 17:43:33 2014 New Revision: 1602247 URL: http://svn.apache.org/r1602247 Log: Check committed before changing any field values Remove various incorrect comments Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1602248 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-12 Thread markt
Author: markt Date: Thu Jun 12 17:46:59 2014 New Revision: 1602248 URL: http://svn.apache.org/r1602248 Log: (empty) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1602265 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/OutputBuffer.java java/org/apache/catalina/connector/Response.java

2014-06-12 Thread markt
Author: markt Date: Thu Jun 12 18:58:09 2014 New Revision: 1602265 URL: http://svn.apache.org/r1602265 Log: More formatting changes Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/OutputBuffer.java

buildbot success in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1602268 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/Response.java java/org/apache/coyote/http11/AbstractOutputBuffer.java

2014-06-12 Thread markt
Author: markt Date: Thu Jun 12 19:01:37 2014 New Revision: 1602268 URL: http://svn.apache.org/r1602268 Log: Simplify logic Call Response.recycle() from Response.reset() rather than in Response.reset(): - doing ~half of what recycle() does - calling ActionCode.RESET which resets the OutputBuffer

svn propchange: r1602248 - svn:log

2014-06-12 Thread kkolinko
Author: kkolinko Revision: 1602248 Modified property: svn:log Modified: svn:log at Thu Jun 12 19:40:11 2014 -- --- svn:log (original) +++ svn:log Thu Jun 12 19:40:11 2014 @@ -0,0 +1 @@ +Trivial format tweaks

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-06-12 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/113 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 56618] New: Can not set Hostname property to IPv6 address using JK Status Manager

2014-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56618 Bug ID: 56618 Summary: Can not set Hostname property to IPv6 address using JK Status Manager Product: Tomcat Connectors Version: 1.2.40 Hardware: PC