[Bug 53895] New: Performance solution for ImplicitObjectELResolver

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53895 Priority: P2 Bug ID: 53895 Assignee: dev@tomcat.apache.org Summary: Performance solution for ImplicitObjectELResolver Severity: normal Classification: Unclassified Reporter:

[Bug 53895] Performance solution for ImplicitObjectELResolver

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53895 --- Comment #1 from Sheldon Shao xs...@ebay.com --- Created attachment 29392 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29392action=edit Comparison test case Sample test result: New ImplicitObjectELResolver:578 Old

[Bug 53895] Performance solution for ImplicitObjectELResolver

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53895 Sheldon Shao xs...@ebay.com changed: What|Removed |Added OS||All

[Bug 53896] New: Optimized Jasper ELResolver

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53896 Priority: P2 Bug ID: 53896 Assignee: dev@tomcat.apache.org Summary: Optimized Jasper ELResolver Severity: normal Classification: Unclassified OS: Linux

[Bug 53897] New: Customized EL resolver to improve the performance of EL resolving

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53897 Priority: P2 Bug ID: 53897 Assignee: dev@tomcat.apache.org Summary: Customized EL resolver to improve the performance of EL resolving Severity: enhancement

[Bug 53897] Customized EL resolver to improve the performance of EL resolving

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53897 --- Comment #1 from Sheldon Shao xs...@ebay.com --- Created attachment 29394 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29394action=edit CustomizedELResolver -- You are receiving this mail because: You are the assignee for

[Bug 53897] Customized EL resolver to improve the performance of EL resolving

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53897 --- Comment #2 from Sheldon Shao xs...@ebay.com --- Created attachment 29395 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29395action=edit Extension of ScopedAttributeELResolver -- You are receiving this mail because: You are

[Bug 53897] Customized EL resolver to improve the performance of EL resolving

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53897 --- Comment #3 from Sheldon Shao xs...@ebay.com --- Created attachment 29396 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29396action=edit Patch for how to apply this CustomizdELResolver -- You are receiving this mail

[Bug 53896] Optimized Jasper ELResolver

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53896 --- Comment #1 from Jarek Gawor jga...@gmail.com --- Created attachment 29397 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29397action=edit Optimized Jasper EL resolver I attached an optimized Jasper EL resolver. The resolver

[Bug 53900] New: hi

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53900 Priority: P2 Bug ID: 53900 Assignee: dev@tomcat.apache.org Summary: hi Severity: normal Classification: Unclassified OS: Windows XP Reporter:

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-09-19 Thread Gump
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-taglibs-standard has an issue affecting its community

[Bug 53897] Customized EL resolver to improve the performance of EL resolving

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53897 Sheldon Shao xs...@ebay.com changed: What|Removed |Added OS||All --- Comment #4

svn commit: r1387487 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java

2012-09-19 Thread kfujino
Author: kfujino Date: Wed Sep 19 08:45:28 2012 New Revision: 1387487 URL: http://svn.apache.org/viewvc?rev=1387487view=rev Log: The running flag is moved out of if block. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java Modified:

svn commit: r1387489 - /tomcat/tc6.0.x/trunk/STATUS.txt

2012-09-19 Thread kfujino
Author: kfujino Date: Wed Sep 19 08:49:32 2012 New Revision: 1387489 URL: http://svn.apache.org/viewvc?rev=1387489view=rev Log: Additional patch. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: svn commit: r1387073 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java webapps/docs/changelog.xml webapps/docs/config/cluster-interceptor.xml

2012-09-19 Thread Keiichi Fujino
2012/9/18 Konstantin Kolinko knst.koli...@gmail.com: 2012/9/18 kfuj...@apache.org: Author: kfujino Date: Tue Sep 18 09:45:17 2012 New Revision: 1387073 URL: http://svn.apache.org/viewvc?rev=1387073view=rev Log: Fix a behavior of TcpPingInterceptor#useThread. If set to false, ping thread

[Bug 53900] hi

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53900 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 53897] Customized EL resolver to improve the performance of EL resolving

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53897 --- Comment #5 from Jarek Gawor jga...@gmail.com --- This is essentially a duplicate of https://issues.apache.org/bugzilla/show_bug.cgi?id=53896. From my reading of the JSP 2.2 spec (section 2.9), it implies that the ELResolver used by JSP

[Bug 53903] New: Embedded Tomcat7 does not process Servlet API3.0 Annotations (WebListener)

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53903 Priority: P2 Bug ID: 53903 Assignee: dev@tomcat.apache.org Summary: Embedded Tomcat7 does not process Servlet API3.0 Annotations (WebListener) Severity: normal

[Bug 53896] Optimized Jasper ELResolver

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53896 Mark Thomas ma...@apache.org changed: What|Removed |Added Severity|normal |enhancement ---

Re: Resources - The need for refactoring

2012-09-19 Thread Mark Thomas
On 14/09/2012 19:12, Mark Thomas wrote: On 09/09/2012 19:34, Mark Thomas wrote: This is issue a) in Konstantin's comments in TOMCAT-NEXT.txt My expectation is that the need for refactoring in some form or another is clear. Currently Tomcat has the following features: - aliases - resource

Re: Resources - Is DirContext the right basis for the API?

2012-09-19 Thread Mark Thomas
On 09/09/2012 19:50, Mark Thomas wrote: This is part of issue b) in Konstantin's comments in TOMCAT-NEXT.txt Konstantin has accurately summed up the issues with basing the API on DirContext as: - Unnecessary objects, e.g. NamingException instead of null. - Too many methods. Name

[Bug 53905] New: Connection pool not reusing connections.

2012-09-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53905 Priority: P2 Bug ID: 53905 Assignee: dev@tomcat.apache.org Summary: Connection pool not reusing connections. Severity: normal Classification: Unclassified Reporter: