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
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
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
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.
---
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=53895
Sheldon Shao changed:
What|Removed |Added
OS||All
Severity|normal
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
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:
https://issues.apache.org/bugzilla/show_bug.cgi?id=53867
Jarek Gawor changed:
What|Removed |Added
CC||jga...@gmail.com
--
You are receivi
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869
Jarek Gawor changed:
What|Removed |Added
CC||jga...@gmail.com
--
You are receivi
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869
Jarek Gawor changed:
What|Removed |Added
OS||All
--- Comment #2 from Jarek Gawor
https://issues.apache.org/bugzilla/show_bug.cgi?id=53867
Jarek Gawor changed:
What|Removed |Added
OS||All
--- Comment #3 from Jarek Gawor
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=53891
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=53854
Daniel Mikusa changed:
What|Removed |Added
Attachment #29357|0 |1
is obsolete|
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
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
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
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/
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
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
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
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
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
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
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
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/
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/
[
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
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.
32 matches
Mail list logo