[Bug 53896] Optimized Jasper ELResolver

2012-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53896 --- Comment #1 from Jarek Gawor --- Created attachment 29397 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29397&action=edit Optimized Jasper EL resolver I attached an optimized Jasper EL resolver. The resolver extends and fun

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

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

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

2012-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53897 --- Comment #2 from Sheldon Shao --- Created attachment 29395 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29395&action=edit Extension of ScopedAttributeELResolver -- You are receiving this mail because: You are the assignee

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

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

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

2012-09-18 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 Classifi

[Bug 53896] New: Optimized Jasper ELResolver

2012-09-18 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 Report

[Bug 53895] Performance solution for ImplicitObjectELResolver

2012-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53895 Sheldon Shao changed: What|Removed |Added OS||All Severity|normal

[Bug 53895] Performance solution for ImplicitObjectELResolver

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

[Bug 53895] New: Performance solution for ImplicitObjectELResolver

2012-09-18 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 53867] Performance tuning solution for PageContextImpl.XmlEscape

2012-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53867 Jarek Gawor changed: What|Removed |Added CC||jga...@gmail.com -- You are receivi

[Bug 53869] Performance tuning solution to resolve too many cascaded JspContextWrapper issue

2012-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869 Jarek Gawor changed: What|Removed |Added CC||jga...@gmail.com -- You are receivi

[Bug 53869] Performance tuning solution to resolve too many cascaded JspContextWrapper issue

2012-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869 Jarek Gawor changed: What|Removed |Added OS||All --- Comment #2 from Jarek Gawor

[Bug 53867] Performance tuning solution for PageContextImpl.XmlEscape

2012-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53867 Jarek Gawor changed: What|Removed |Added OS||All --- Comment #3 from Jarek Gawor

svn commit: r1387318 - in /tomcat/sandbox/trunk-resources: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/startup/ java/org/apache/c

2012-09-18 Thread markt
Author: markt Date: Tue Sep 18 18:58:26 2012 New Revision: 1387318 URL: http://svn.apache.org/viewvc?rev=1387318&view=rev Log: Make it possible to configure the WebResourceRoot in a context.xml file (tested with default and custom implementation) Modified: tomcat/sandbox/trunk-resources/java

[Bug 53891] Problem in Tomcat 6.x and 7.x Windows version permit access to WEB-INF

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

[Bug 53854] DefaultServlet directory listings for aliased directories do not seem to work

2012-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53854 --- Comment #4 from Mark Thomas --- The patch is not functionally correct for FileDirContext and still does not address the root cause. Issue include: - ignores WARDirContext - ignores 3rd party sub-classes - does not use correct priority

[Bug 53854] DefaultServlet directory listings for aliased directories do not seem to work

2012-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53854 Daniel Mikusa changed: What|Removed |Added Attachment #29357|0 |1 is obsolete|

[Bug 53891] New: Problem in Tomcat 6.x and 7.x Windows version permit access to WEB-INF

2012-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53891 Priority: P2 Bug ID: 53891 Assignee: dev@tomcat.apache.org Summary: Problem in Tomcat 6.x and 7.x Windows version permit access to WEB-INF Severity: major Classific

svn commit: r1387216 - in /tomcat/sandbox/trunk-resources: ./ java/org/apache/catalina/ java/org/apache/catalina/startup/ java/org/apache/catalina/webresources/ test/javax/el/ test/org/apache/catalina

2012-09-18 Thread markt
Author: markt Date: Tue Sep 18 15:34:25 2012 New Revision: 1387216 URL: http://svn.apache.org/viewvc?rev=1387216&view=rev Log: A little refactoring with extensions in mind. Not every WebResourceSet will be file base Modified: tomcat/sandbox/trunk-resources/ (props changed) tomcat/sandb

Re: Resources - Remaining TODOs

2012-09-18 Thread Mark Thomas
On 09/09/2012 19:23, Mark Thomas wrote: > This thread is for tracking the remaining TODO items. > > An initial brain dump of to do items: > > 1. Run Tomcat 7 TCKs >a) To check they pass (minus the API tests which will fail) JSP TCK passes. Servlet TCK not yet tested. >b) to compare the p

svn commit: r1387136 - /tomcat/trunk/java/org/apache/tomcat/util/digester/CallParamRule.java

2012-09-18 Thread markt
Author: markt Date: Tue Sep 18 13:12:20 2012 New Revision: 1387136 URL: http://svn.apache.org/viewvc?rev=1387136&view=rev Log: Code clean-up - add 'final' as prompted by the UCDetector Modified: tomcat/trunk/java/org/apache/tomcat/util/digester/CallParamRule.java Modified: tomcat/trunk/java/

[Bug 53752] Tomcat restarts with error:java.lang.ArrayIndexOutOfBoundsException: -60

2012-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53752 --- Comment #5 from thyag --- Hi, There are no two issues reported. its all the same issue: tomcat is inconsistent and it is restarted. RtpTomcatCheck -p 99 is a script which runs perodically for tomcat when the exitcode is not 0, it will

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-18 Thread Konstantin Kolinko
2012/9/18 : > Author: kfujino > Date: Tue Sep 18 09:45:17 2012 > New Revision: 1387073 > > URL: http://svn.apache.org/viewvc?rev=1387073&view=rev > Log: > Fix a behavior of TcpPingInterceptor#useThread. > If set to false, ping thread is never started. > > Modified: > > tomcat/tc7.0.x/trunk/ja

svn commit: r1387077 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2012-09-18 Thread kfujino
Author: kfujino Date: Tue Sep 18 09:54:27 2012 New Revision: 1387077 URL: http://svn.apache.org/viewvc?rev=1387077&view=rev Log: fix typo. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/to

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

2012-09-18 Thread kfujino
Author: kfujino Date: Tue Sep 18 09:49:25 2012 New Revision: 1387075 URL: http://svn.apache.org/viewvc?rev=1387075&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev

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-18 Thread kfujino
Author: kfujino Date: Tue Sep 18 09:45:17 2012 New Revision: 1387073 URL: http://svn.apache.org/viewvc?rev=1387073&view=rev Log: Fix a behavior of TcpPingInterceptor#useThread. If set to false, ping thread is never started. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/grou

svn commit: r1387072 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java webapps/docs/config/cluster-interceptor.xml

2012-09-18 Thread kfujino
Author: kfujino Date: Tue Sep 18 09:42:33 2012 New Revision: 1387072 URL: http://svn.apache.org/viewvc?rev=1387072&view=rev Log: Fix a behavior of TcpPingInterceptor#useThread. If set to false, ping thread is never started. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interc

svn commit: r1387068 - in /tomcat/trunk: java/org/apache/tomcat/util/digester/CallMethodRule.java res/findbugs/filter-false-positives.xml

2012-09-18 Thread markt
Author: markt Date: Tue Sep 18 09:20:46 2012 New Revision: 1387068 URL: http://svn.apache.org/viewvc?rev=1387068&view=rev Log: Code clean-up - suppress a FindBugs warning - suppress an Eclipse warning - add 'final' as prompted by the UCDetector Modified: tomcat/trunk/java/org/apache/tomcat/ut

svn commit: r1387061 - /tomcat/trunk/java/org/apache/tomcat/util/collections/

2012-09-18 Thread markt
Author: markt Date: Tue Sep 18 09:03:22 2012 New Revision: 1387061 URL: http://svn.apache.org/viewvc?rev=1387061&view=rev Log: Remove unnecessary properties Modified: tomcat/trunk/java/org/apache/tomcat/util/collections/ (props changed) Propchange: tomcat/trunk/java/org/apache/tomcat/util/

svn commit: r1387042 - /tomcat/maven-plugin/trunk/pom.xml

2012-09-18 Thread olamy
Author: olamy Date: Tue Sep 18 08:19:27 2012 New Revision: 1387042 URL: http://svn.apache.org/viewvc?rev=1387042&view=rev Log: fix jira changes report generation Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/

[jira] [Commented] (MTOMCAT-175) warDirectory property has wrong standard value in release version 2.0

2012-09-18 Thread Florian Maertl (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457684#comment-13457684 ] Florian Maertl commented on MTOMCAT-175: No prob. > warDirectory

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

2012-09-18 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 integration.