Bug report for Tomcat 6 [2012/10/28]

2012-10-28 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2012/10/28]

2012-10-28 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2012/10/28]

2012-10-28 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2012/10/28]

2012-10-28 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2012/10/28]

2012-10-28 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2012/10/28]

2012-10-28 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Performance degrade

2012-10-28 Thread Mark Thomas
David Blevins wrote: >Seems there was a measurable decrease in large app deploy time between >Tomcat 7.0.28 and 7.0.29. I haven't yet had time to dig in with a >profiler. Hoping someone might go "oh, that's when we changed X" and >have a tip or two. No need for a profiler. The changelog for 7.

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

2012-10-28 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.

Re: Performance degrade

2012-10-28 Thread Romain Manni-Bucau
Think thats linked to the always scan of servlet 3 (first versions were scanning only for web.xml in version 3, now version is igmored for the scanning) Le 28 oct. 2012 09:21, "Mark Thomas" a écrit : > David Blevins wrote: > > >Seems there was a measurable decrease in large app deploy time betwe

[Bug 53895] Performance solution for ImplicitObjectELResolver

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

[Bug 53895] Performance solution for ImplicitObjectELResolver

2012-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53895 --- Comment #3 from Mark Thomas --- Created attachment 29514 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29514&action=edit Diff -u format of proposed change -- You are receiving this mail because: You are the assignee for t

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

2012-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Mark Th

[Bug 54060] New: DigestAuthenticator doesn't parse Authorization header correctly

2012-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54060 Priority: P2 Bug ID: 54060 Assignee: dev@tomcat.apache.org Summary: DigestAuthenticator doesn't parse Authorization header correctly Severity: normal Classification

[Bug 54060] DigestAuthenticator doesn't parse Authorization header correctly

2012-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54060 --- Comment #1 from Mark Thornton --- Created attachment 29515 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29515&action=edit Simple test of the parsing Test code for the erroneous line in DigestAuthenticator. Includes two e

svn commit: r1403099 - in /tomcat/trunk: java/org/apache/jasper/runtime/PageContextImpl.java test/org/apache/jasper/runtime/TesterPageContextImpl.java

2012-10-28 Thread markt
Author: markt Date: Sun Oct 28 21:51:02 2012 New Revision: 1403099 URL: http://svn.apache.org/viewvc?rev=1403099&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53867 Improve performance of XML escaping Based on a patch by Sheldon Shao Added: tomcat/trunk/test/org/apache/

svn commit: r1403104 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/runtime/PageContextImpl.java test/org/apache/jasper/runtime/TesterPageContextImpl.java webapps/docs/changelog.xml

2012-10-28 Thread markt
Author: markt Date: Sun Oct 28 21:57:54 2012 New Revision: 1403104 URL: http://svn.apache.org/viewvc?rev=1403104&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53867 Improve performance of XML escaping Based on a patch by Sheldon Shao Added: tomcat/tc7.0.x/trunk/test/or

[Bug 53867] Performance tuning solution for PageContextImpl.XmlEscape

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

[Bug 53713] Performance tuning solution for JspReader

2012-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53713 --- Comment #12 from Eugene Chung (TmaxSoft) --- Shall JspReadler be thread-safe? Why is the member sourceFiles java.util.Vector? -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 53713] Performance tuning solution for JspReader

2012-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53713 --- Comment #13 from Sheldon Shao --- Yes, this is a good question. It was a Vector before this fix. Could we change the typeto ArrayList ? -- You are receiving this mail because: You are the assignee for the bug. --