[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 --- 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. ---

[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 changed: What|Removed |Added OS||All --- Comment #6 from Mladen Turk

[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 changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 --- Created attachment 29594 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29594&action=edit isapi_redirect-1.2.38-dev-v2-win64 Please try with this version. It should have more reliable header

[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 --- 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 Mladen Turk changed: What|Removed |Added Attachment #29571|0 |1 is obsolete|

[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 --- 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 because: You are the a

[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 --- Created attachment 29593 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29593&action=edit headers The attachment shows the 46 header values when the process crashes obtained from a full crash dum

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 Source

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=1408566&view=rev Log: Merged revisions r1408562 r1408565 from tomcat/trunk: Fix an NPE caused by r1408520 Fix trailing whitespace, as nagged by Checkstyle Modified: tomcat/tc7.0.x/trunk

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=1408565&view=rev Log: Fix trailing whitespace, as nagged by Checkstyle Modified: tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java Modified: tomcat/trunk/test/org/apa

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=1408562&view=rev Log: Fix an NPE caused by r1408517 Modified: tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java Modified: tomcat/trunk/test/org/apache/catalina/startu

[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 Classi

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 St

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 Source

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 : > Author: markt > Date: Sun Nov 11 23:32:43 2012 > New Revision: 1408150 > > URL: http://svn.apache.org/viewvc?rev=1408150&view=rev > Log: > both timeout and complete, as with all container callbacks must be invoked > with the right context > Backport of fhanik's r1356898 1. The ch

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 : > Author: markt > Date: Sun Nov 11 23:35:41 2012 > New Revision: 1408152 > > URL: http://svn.apache.org/viewvc?rev=1408152&view=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 async ti

[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 --- 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 needed by the test. The

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=1408520&view=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 fiel

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=1408517&view=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 tha

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=1408513&view=rev Log: Correct typo in a field name. (Review of r1408157 ) Modified: tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java Modified: tomcat/trunk/test/org/

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 : > Author: olamy > Date: Mon Nov 12 23:30:25 2012 > New Revision: 1408507 > > URL: http://svn.apache.org/viewvc?rev=1408507&view=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 f

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=1408508&view=rev Log: Merged revision 1408504 from tomcat/trunk: Allow to customize the HTTP status code used for denied requests in CsrfPreventionFilter. Modified: tomcat/tc7.0.x/trun

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=1408507&view=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 add

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=1408504&view=rev Log: Allow to customize the HTTP status code used for denied requests in CsrfPreventionFilter. Modified: tomcat/trunk/java/org/apache/catalina/filters/CsrfPreventionFi

[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 --- 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 case used to justify

[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 --- I proposed the patch (r1408254) for Tomcat 6. -- You are receiving this mail because: You are the assignee for the bug. - To u

[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 --- 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 components are not affected.

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=1408462&view=rev Log: proposals 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?r

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=1408459&view=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 wi

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=1408453&view=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 B

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=1408439&view=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: 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=1408438&view=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 a

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=1408413&view=rev Log: Add support for running JUnit tests. Backport from Tomcat 7. Modified: tomcat/tc6.0.x/branches/tomcat6-testing/BRANCH-README.txt tomcat/tc6.0.x/branches/tomcat

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=1408376&view=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 o

[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 --- 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.

[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 integration.

[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 --- The pool cleaner thread periodically - checks for abandoned connections (depending on configuration) - does pool resizing (e.g. dropping connections), if necessary - verifies idle connections (dependi

[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 --- 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. --

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 Source

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=1408254&view=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 c

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=1408248&view=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/trunk/java/javax/servlet/

[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 --- 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. --

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

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54112 sivaram changed: What|Removed |Added Severity|critical|blocker --- Comment #1 from sivaram ---

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=1408239&view=rev Log: BRANCH-README file. Added: tomcat/tc6.0.x/branches/tomcat6-testing/BRANCH-README.txt (with props) Added: tomcat/tc6.0.x/branches/tomcat6-testing/BRANCH-README.t

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=1408231&view=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: tomcat/tc6.0.x/branc

[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 changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|I

[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 --- 1. This change in JspContextWrapper constructor means that it will create EL context regardless of whether it will be used or not: + this.elContext = rootJspCtxt.getELContext(); See PageContextIm