svn commit: r1688364 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_63: ./ build.properties.default

2015-06-29 Thread violetagg
Author: violetagg Date: Tue Jun 30 06:44:52 2015 New Revision: 1688364 URL: http://svn.apache.org/r1688364 Log: Tag 7.0.63 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_63/ (props changed) - copied from r1688362, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_0_63/build.prop

svn commit: r1688323 - /tomcat/trunk/java/org/apache/catalina/startup/Catalina.java

2015-06-29 Thread markt
Author: markt Date: Mon Jun 29 22:41:22 2015 New Revision: 1688323 URL: http://svn.apache.org/r1688323 Log: Avoid warning on start up Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java URL: http://svn.a

[Bug 57741] Add support for error-pages to CGIServlet

2015-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57741 --- Comment #2 from Mark Thomas --- See http://markmail.org/message/l7d242gtzamednke In short, this is waiting for a committer to take the time to think this request through and make sure that it makes sense. -- You are receiving this mail b

Re: JASPIC Implementation pointers

2015-06-29 Thread Mark Thomas
On 29/06/2015 22:46, Fjodor Vershinin wrote: > Hi, all! > My update for previous week: > 1) Some JASPIC architecture refactoring > 2) Implemented both BASIC and DIGEST authentication modules > 3) Added integration test for DIGEST module > 4) Fixed some small bugs and issues > 5) Updated javadocs >

[Bug 57741] Add support for error-pages to CGIServlet

2015-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57741 jdh5...@gmail.com changed: What|Removed |Added OS||All --- Comment #1 from jdh5...@gma

Re: JASPIC Implementation pointers

2015-06-29 Thread Fjodor Vershinin
Hi, all! My update for previous week: 1) Some JASPIC architecture refactoring 2) Implemented both BASIC and DIGEST authentication modules 3) Added integration test for DIGEST module 4) Fixed some small bugs and issues 5) Updated javadocs What about current status, I started working on FORM authent

Re: Time for Tomcat 7.0.63?

2015-06-29 Thread Violeta Georgieva
2015-06-24 9:34 GMT+03:00 Violeta Georgieva : > > Hi, > > > 2015-06-23 20:53 GMT+03:00 Christopher Schultz < ch...@christopherschultz.net>: > > > > All, > > > > Some recent bugs have been fixed and there is some community demand for > > 7.0.63. > > > > e.g. > > https://bz.apache.org/bugzilla/show_b

[Bug 58063] Some async responses are empty when using Javamelody and Spring-webmvc

2015-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58063 Violeta Georgieva changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 58083] New: Duplicate property definitions compile.[source|target] in build.properties.default and build.xml

2015-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58083 Bug ID: 58083 Summary: Duplicate property definitions compile.[source|target] in build.properties.default and build.xml Product: Tomcat 9 Version: unspecified Hardware: P

[Bug 58082] New: Old version of JUnit specified

2015-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58082 Bug ID: 58082 Summary: Old version of JUnit specified Product: Tomcat Native Version: unspecified Hardware: PC OS: Mac OS X 10.4 Status: NEW Severity: n

[Bug 58081] New: Incorrect Java version in README

2015-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58081 Bug ID: 58081 Summary: Incorrect Java version in README Product: Tomcat Native Version: unspecified Hardware: All OS: All Status: NEW Severity: normal

svn commit: r1688171 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/changelog.xml

2015-06-29 Thread kfujino
Author: kfujino Date: Mon Jun 29 09:49:56 2015 New Revision: 1688171 URL: http://svn.apache.org/r1688171 Log: Add description of validatorClassName attribute to test attributes in jdbc-pool docs. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml tomcat/tc7.0.x/trunk/

svn commit: r1688170 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/changelog.xml

2015-06-29 Thread kfujino
Author: kfujino Date: Mon Jun 29 09:49:08 2015 New Revision: 1688170 URL: http://svn.apache.org/r1688170 Log: Add description of validatorClassName attribute to test attributes in jdbc-pool docs. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml tomcat/tc8.0.x/trunk/

svn commit: r1688169 - /tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

2015-06-29 Thread kfujino
Author: kfujino Date: Mon Jun 29 09:48:14 2015 New Revision: 1688169 URL: http://svn.apache.org/r1688169 Log: Add description of validatorClassName attribute to test attributes in jdbc-pool docs. Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified: tomcat/trunk/modules/j

[Bug 58042] SlowQueryReport failed query logging

2015-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58042 --- Comment #2 from Keiichi Fujino --- Thanks for the report. I fixed to use the LogSlow attribute and the logFailed attribute as a condition to send JMX notifications.(r1688164) As for default value of the logFailed attribute, I will change t

svn commit: r1688168 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/ webapps/docs/

2015-06-29 Thread kfujino
Author: kfujino Date: Mon Jun 29 09:32:25 2015 New Revision: 1688168 URL: http://svn.apache.org/r1688168 Log: - In SlowQueryReportJmx, the LogSlow and logFailed attributes that inherited from SlowQueryReport are used as a condition of whether JMX notifications are sent. - Ensure that specified

svn commit: r1688166 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java

2015-06-29 Thread kfujino
Author: kfujino Date: Mon Jun 29 09:27:19 2015 New Revision: 1688166 URL: http://svn.apache.org/r1688166 Log: Ensure that specified Boolean attribute values of SlowQueryReport reflect correctly. The LogSlow and the logFailed are not system property, these are attributes of SlowQueryReport. Modi

svn commit: r1688164 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReportJmx.java

2015-06-29 Thread kfujino
Author: kfujino Date: Mon Jun 29 09:22:21 2015 New Revision: 1688164 URL: http://svn.apache.org/r1688164 Log: In SlowQueryReportJmx, the LogSlow and logFailed attributes that inherited from SlowQueryReport are used as a condition of whether JMX notifications are sent. Modified: tomcat/tru

buildbot failure in ASF Buildbot on tomcat-trunk

2015-06-29 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/1482 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

buildbot exception in ASF Buildbot on tomcat-7-trunk

2015-06-29 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/692 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranc

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-06-29 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/306 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranc

[Bug 57758] Validator and initSQL are misbehaving

2015-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57758 Keiichi Fujino changed: What|Removed |Added OS||All Status|NEW

svn commit: r1688106 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/changelog.xml

2015-06-29 Thread kfujino
Author: kfujino Date: Mon Jun 29 08:11:43 2015 New Revision: 1688106 URL: http://svn.apache.org/r1688106 Log: Add document of testOnConnect attribute in jdbc-pool doc. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modif

svn commit: r1688105 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/changelog.xml

2015-06-29 Thread kfujino
Author: kfujino Date: Mon Jun 29 08:10:41 2015 New Revision: 1688105 URL: http://svn.apache.org/r1688105 Log: Add document of testOnConnect attribute in jdbc-pool doc. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modif

svn commit: r1688103 - /tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

2015-06-29 Thread kfujino
Author: kfujino Date: Mon Jun 29 08:09:14 2015 New Revision: 1688103 URL: http://svn.apache.org/r1688103 Log: Add document of testOnConnect attribute in jdbc-pool doc. Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml URL: