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

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com --- 1. This change in JspContextWrapper constructor means that it will create EL context regardless of whether it will be used or not: + this.elContext =

[Bug 54087] HTTP Connector incorrectly throws Exception on Invalid If-Modified-Since Header

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54087 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|RESOLVED

svn commit: r1408231 - /tomcat/tc6.0.x/branches/tomcat6-testing/

2012-11-12 Thread kkolinko
Author: kkolinko Date: Mon Nov 12 09:43:39 2012 New Revision: 1408231 URL: http://svn.apache.org/viewvc?rev=1408231view=rev Log: Create a branch from tc6.0.x/trunk with the goal to improve JUnit tests in Tomcat 6. I'll add a BRANCH-README file with more details. Added:

svn commit: r1408239 - /tomcat/tc6.0.x/branches/tomcat6-testing/BRANCH-README.txt

2012-11-12 Thread kkolinko
Author: kkolinko Date: Mon Nov 12 10:12:27 2012 New Revision: 1408239 URL: http://svn.apache.org/viewvc?rev=1408239view=rev Log: BRANCH-README file. Added: tomcat/tc6.0.x/branches/tomcat6-testing/BRANCH-README.txt (with props) Added:

[Bug 54112] ISAPI redirector not working when IIS recycles

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112 sivaram sivaramprasa...@gmail.com changed: What|Removed |Added Severity|critical|blocker ---

[Bug 52850] Various miscellaneous fixes to Tomcat Memory Leak Detection code

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52850 --- Comment #14 from vijay vijay.1...@gmail.com --- I have Tomcat 7.0 running. Where can I download this patch so that I can install on the server? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 54087] HTTP Connector incorrectly throws Exception on Invalid If-Modified-Since Header

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54087 --- Comment #3 from Mark Thomas ma...@apache.org --- Thanks for catching that. I should have read the stack trace more carefully. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1408248 - /tomcat/trunk/java/javax/servlet/http/HttpServlet.java

2012-11-12 Thread markt
Author: markt Date: Mon Nov 12 11:32:26 2012 New Revision: 1408248 URL: http://svn.apache.org/viewvc?rev=1408248view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54087 Ignore invalid If-Modified-Since header as per RFC2616-14.25.a Modified:

svn commit: r1408254 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/http/HttpServlet.java webapps/docs/changelog.xml

2012-11-12 Thread markt
Author: markt Date: Mon Nov 12 11:43:27 2012 New Revision: 1408254 URL: http://svn.apache.org/viewvc?rev=1408254view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54087 Ignore invalid If-Modified-Since header as per RFC2616-14.25.a Modified: tomcat/tc7.0.x/trunk/ (props

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 54087] HTTP Connector incorrectly throws Exception on Invalid If-Modified-Since Header

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54087 --- Comment #4 from Mark Thomas ma...@apache.org --- Fixed in trunk and 7.0.x and will be included in 7.0.33 onwards. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 54116] Deadlocks with mysql driver

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54116 --- Comment #3 from Patric Rufflar pat...@rufflar.com --- The pool cleaner thread periodically - checks for abandoned connections (depending on configuration) - does pool resizing (e.g. dropping connections), if necessary - verifies idle

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

2012-11-12 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 54112] ISAPI redirector not working when IIS recycles

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112 --- Comment #2 from Mladen Turk mt...@apache.org --- Could you post your workers.properties file. ... and is it 1.2.36 or 1.2.37? If it's 1.2.36 use 1.2.37 -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1408376 - in /tomcat/tc6.0.x/branches/tomcat6-testing: build.xml dist.xml extras.xml

2012-11-12 Thread kkolinko
Author: kkolinko Date: Mon Nov 12 17:52:20 2012 New Revision: 1408376 URL: http://svn.apache.org/viewvc?rev=1408376view=rev Log: Introduce property tomcat.output that is used to specify location of the build output directory. This simplifies configuration when the output directory is located

svn commit: r1408413 - in /tomcat/tc6.0.x/branches/tomcat6-testing: BRANCH-README.txt build.properties.default build.xml

2012-11-12 Thread kkolinko
Author: kkolinko Date: Mon Nov 12 19:24:17 2012 New Revision: 1408413 URL: http://svn.apache.org/viewvc?rev=1408413view=rev Log: Add support for running JUnit tests. Backport from Tomcat 7. Modified: tomcat/tc6.0.x/branches/tomcat6-testing/BRANCH-README.txt

svn commit: r1408438 - in /tomcat/trunk/test/org/apache: catalina/valves/TestAccessLogValve.java juli/TestDateFormatCache.java

2012-11-12 Thread kkolinko
Author: kkolinko Date: Mon Nov 12 20:17:58 2012 New Revision: 1408438 URL: http://svn.apache.org/viewvc?rev=1408438view=rev Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 Add test for org.apache.juli.DateFormatCache. It is port of the test of AccessLogValve.DateFormatCache. I

svn commit: r1408439 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/valves/TestAccessLogValve.java test/org/apache/juli/TestDateFormatCache.java

2012-11-12 Thread kkolinko
Author: kkolinko Date: Mon Nov 12 20:21:17 2012 New Revision: 1408439 URL: http://svn.apache.org/viewvc?rev=1408439view=rev Log: Merged revision 1408438 from tomcat/trunk: For https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 Add test for org.apache.juli.DateFormatCache. It is port of the

svn commit: r1408453 - /tomcat/tc6.0.x/branches/tomcat6-testing/test/org/apache/juli/TestDateFormatCache.java

2012-11-12 Thread kkolinko
Author: kkolinko Date: Mon Nov 12 20:45:59 2012 New Revision: 1408453 URL: http://svn.apache.org/viewvc?rev=1408453view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 Test for org.apache.juli.DateFormatCache, copied from trunk. That test is currently failing, which means that

svn commit: r1408459 - /tomcat/tc6.0.x/branches/tomcat6-testing/java/org/apache/juli/DateFormatCache.java

2012-11-12 Thread kkolinko
Author: kkolinko Date: Mon Nov 12 21:04:28 2012 New Revision: 1408459 URL: http://svn.apache.org/viewvc?rev=1408459view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 Correct bug in timestamp cache used by org.apache.juli.OneLineFormatter that meant entries could be made

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

2012-11-12 Thread kkolinko
Author: kkolinko Date: Mon Nov 12 21:13:26 2012 New Revision: 1408462 URL: http://svn.apache.org/viewvc?rev=1408462view=rev Log: proposals Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 54044] AccessLogValve using stale date/time with SimpleDateFormat

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 --- Comment #8 from Konstantin Kolinko knst.koli...@gmail.com --- This issue affects the cache used by org.apache.juli.OneLineFormatter in Tomcat 6. The AccessLogValve is not affected (it does not have such cache there). Other JULI

[Bug 54087] HTTP Connector incorrectly throws Exception on Invalid If-Modified-Since Header

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54087 --- Comment #5 from Konstantin Kolinko knst.koli...@gmail.com --- I proposed the patch (r1408254) for Tomcat 6. -- You are receiving this mail because: You are the assignee for the bug.

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

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53869 --- Comment #8 from Mark Thomas ma...@apache.org --- To get performance improvements above has required 5 levels of nesting and 10^7 iterations. That works out to around 50 nanoseconds per request. I am far from convinced that the test

svn commit: r1408504 - in /tomcat/trunk: java/org/apache/catalina/filters/CsrfPreventionFilter.java webapps/docs/config/filter.xml

2012-11-12 Thread kkolinko
Author: kkolinko Date: Mon Nov 12 23:25:57 2012 New Revision: 1408504 URL: http://svn.apache.org/viewvc?rev=1408504view=rev Log: Allow to customize the HTTP status code used for denied requests in CsrfPreventionFilter. Modified:

svn commit: r1408507 - /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java

2012-11-12 Thread olamy
Author: olamy Date: Mon Nov 12 23:30:25 2012 New Revision: 1408507 URL: http://svn.apache.org/viewvc?rev=1408507view=rev Log: we add artifact dependencies and projects from reactor if file (ie jar) as users can go to install/package phase so artifact.getFile is a file not a directory and not

svn commit: r1408508 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/CsrfPreventionFilter.java webapps/docs/changelog.xml webapps/docs/config/filter.xml

2012-11-12 Thread kkolinko
Author: kkolinko Date: Mon Nov 12 23:41:21 2012 New Revision: 1408508 URL: http://svn.apache.org/viewvc?rev=1408508view=rev Log: Merged revision 1408504 from tomcat/trunk: Allow to customize the HTTP status code used for denied requests in CsrfPreventionFilter. Modified:

Re: svn commit: r1408507 - /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java

2012-11-12 Thread Konstantin Kolinko
2012/11/13 ol...@apache.org: Author: olamy Date: Mon Nov 12 23:30:25 2012 New Revision: 1408507 URL: http://svn.apache.org/viewvc?rev=1408507view=rev Log: we add artifact dependencies and projects from reactor if file (ie jar) as users can go to install/package phase so artifact.getFile

svn commit: r1408513 - /tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java

2012-11-12 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 00:08:18 2012 New Revision: 1408513 URL: http://svn.apache.org/viewvc?rev=1408513view=rev Log: Correct typo in a field name. (Review of r1408157 ) Modified: tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java Modified:

svn commit: r1408517 - /tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java

2012-11-12 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 00:33:25 2012 New Revision: 1408517 URL: http://svn.apache.org/viewvc?rev=1408517view=rev Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=53960 Review of r1402846: If someone needs the extractUriElements() method, one has to call it explicitly. So

svn commit: r1408520 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/startup/SimpleHttpClient.java webapps/docs/changelog.xml

2012-11-12 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 00:42:33 2012 New Revision: 1408520 URL: http://svn.apache.org/viewvc?rev=1408520view=rev Log: Merged revisions r1408513 r1408517 from tomcat/trunk: For https://issues.apache.org/bugzilla/show_bug.cgi?id=53960 Review of r1402846, r1408157 - Correct typo in a

[Bug 53960] Extensions to HttpClient test helper class

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53960 --- Comment #4 from Konstantin Kolinko knst.koli...@gmail.com --- Note that I removed the extractUriElements() from within the processBody() method. The response body might be not HTML, and in =90% of test cases this information is not

Re: svn commit: r1408152 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/coyote/ test/org/apache/catalina/core/ webapps/docs/

2012-11-12 Thread Konstantin Kolinko
2012/11/12 ma...@apache.org: Author: markt Date: Sun Nov 11 23:35:41 2012 New Revision: 1408152 URL: http://svn.apache.org/viewvc?rev=1408152view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54123 There are two things going on here: 1. The reported bug. If there is a

Re: svn commit: r1408150 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java webapps/docs/changelog.xml

2012-11-12 Thread Konstantin Kolinko
2012/11/12 ma...@apache.org: Author: markt Date: Sun Nov 11 23:32:43 2012 New Revision: 1408150 URL: http://svn.apache.org/viewvc?rev=1408150view=rev Log: both timeout and complete, as with all container callbacks must be invoked with the right context Backport of fhanik's r1356898 1.

buildbot failure in ASF Buildbot on tomcat-7-trunk

2012-11-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/911 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

buildbot failure in ASF Buildbot on tomcat-trunk

2012-11-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/3555 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 54141] New: Configuration does not allow Realms to be nested more than 2 levels deep

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54141 Priority: P2 Bug ID: 54141 Assignee: dev@tomcat.apache.org Summary: Configuration does not allow Realms to be nested more than 2 levels deep Severity: normal

svn commit: r1408562 - /tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java

2012-11-12 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 02:42:25 2012 New Revision: 1408562 URL: http://svn.apache.org/viewvc?rev=1408562view=rev Log: Fix an NPE caused by r1408517 Modified: tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java Modified:

svn commit: r1408565 - /tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java

2012-11-12 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 02:56:14 2012 New Revision: 1408565 URL: http://svn.apache.org/viewvc?rev=1408565view=rev Log: Fix trailing whitespace, as nagged by Checkstyle Modified: tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java Modified:

svn commit: r1408566 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/startup/SimpleHttpClient.java

2012-11-12 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 02:58:35 2012 New Revision: 1408566 URL: http://svn.apache.org/viewvc?rev=1408566view=rev Log: Merged revisions r1408562 r1408565 from tomcat/trunk: Fix an NPE caused by r1408520 Fix trailing whitespace, as nagged by Checkstyle Modified:

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 54117] access violation exception in isapi_redirect.dll

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54117 --- Comment #11 from Werner werner.pe...@charteredaccountants.com.au --- Created attachment 29593 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29593action=edit headers The attachment shows the 46 header values when the process

[Bug 54117] access violation exception in isapi_redirect.dll

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54117 --- Comment #12 from Mladen Turk mt...@apache.org --- This is huge help, thanks! Seems your application is faulty, but that shouldn't cause the crash. Let me try to fix that and I'll attach a new .dll -- You are receiving this mail

[Bug 54117] access violation exception in isapi_redirect.dll

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54117 Mladen Turk mt...@apache.org changed: What|Removed |Added Attachment #29571|0 |1 is

[Bug 54112] ISAPI redirector not working when IIS recycles

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112 --- Comment #3 from sivaram sivaramprasa...@gmail.com --- isapi_redirect.dll file version - 1.2.36 worker.properties.minimal file

[Bug 54117] access violation exception in isapi_redirect.dll

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54117 --- Comment #13 from Mladen Turk mt...@apache.org --- Created attachment 29594 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29594action=edit isapi_redirect-1.2.38-dev-v2-win64 Please try with this version. It should have more

[Bug 54112] ISAPI redirector not working when IIS recycles

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112 Mladen Turk mt...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 54112] ISAPI redirector not working when IIS recycles

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112 sivaram sivaramprasa...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 54112] ISAPI redirector not working when IIS recycles

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112 Mladen Turk mt...@apache.org changed: What|Removed |Added OS||All --- Comment #6

[Bug 54112] ISAPI redirector not working when IIS recycles

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112 --- Comment #7 from sivaram sivaramprasa...@gmail.com --- Thank You, I will try to use the latest version of Jakarta plugin and let you know the updates. -- You are receiving this mail because: You are the assignee for the bug.