[Bug 55675] Checking and handling invalid configuration option values

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55675 Lahiru Wijewardana changed: What|Removed |Added CC||lahi.jo...@gmail.com -- You are

svn commit: r1755043 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 08:38:58 2016 New Revision: 1755043 URL: http://svn.apache.org/viewvc?rev=1755043&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59923 Reduce the default value of validationInterval in order to avoid the potential issue that continues to return a

svn commit: r1755044 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 08:40:26 2016 New Revision: 1755044 URL: http://svn.apache.org/viewvc?rev=1755044&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59923 Reduce the default value of validationInterval in order to avoid the potential issue that continues to return a

svn commit: r1755045 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 08:41:17 2016 New Revision: 1755045 URL: http://svn.apache.org/viewvc?rev=1755045&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59923 Reduce the default value of validationInterval in order to avoid the potential issue that continues to return a

svn commit: r1755047 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 08:45:25 2016 New Revision: 1755047 URL: http://svn.apache.org/viewvc?rev=1755047&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59923 Reduce the default value of validationInterval in order to avoid the potential issue that continues to return a

[Bug 59904] memery leak--ServerCookie

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 Huxing Zhang changed: What|Removed |Added CC||huxing.zh...@gmail.com Versi

buildbot success in on tomcat-trunk

2016-08-03 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1537 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

[Bug 59923] The default value of validationInterval attribute is too long.

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59923 Keiichi Fujino changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 59904] memery leak--ServerCookie

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 Huxing Zhang changed: What|Removed |Added Target Milestone||- Version|8.5.x-trunk

svn commit: r1755056 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 09:36:34 2016 New Revision: 1755056 URL: http://svn.apache.org/viewvc?rev=1755056&view=rev Log: Ensure that the ResultSet is returned as Proxy object when enabling the StatementDecoratorInterceptor. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/

svn commit: r1755058 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 09:38:33 2016 New Revision: 1755058 URL: http://svn.apache.org/viewvc?rev=1755058&view=rev Log: Ensure that the ResultSet is returned as Proxy object when enabling the StatementDecoratorInterceptor. Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/j

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

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 09:40:13 2016 New Revision: 1755059 URL: http://svn.apache.org/viewvc?rev=1755059&view=rev Log: Ensure that the ResultSet is returned as Proxy object when enabling the StatementDecoratorInterceptor. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/j

svn commit: r1755060 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java webapps/docs/changelog.xml

2016-08-03 Thread kfujino
Author: kfujino Date: Wed Aug 3 09:42:16 2016 New Revision: 1755060 URL: http://svn.apache.org/viewvc?rev=1755060&view=rev Log: Ensure that the ResultSet is returned as Proxy object when enabling the StatementDecoratorInterceptor. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/j

[Bug 59871] Impossible to change datetime format in OneLineFormatter/Use sane (sortable) format

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59871 --- Comment #6 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Mark Thomas from comment #5) > This is now configurable in 9.0.x (for 9.0.0.M10 onwards) and 8.5.x (for > 8.5.5) onwards. Thank for the fix. Though, there is absolutely no

[Bug 58433] RemoteIpValve not activated on redirect from mapping

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58433 --- Comment #5 from Mike Roda --- Perhaps there should be a new Valve to handle the root redirects, with the new Valve coming after RemoteIpValve so it redirects properly, and the existing functionality pulled out of CoyoteAdapter and Mapper.

[Bug 59939] New: NoSuchMethodException: java.util.HashMap.get(java.lang.String)

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59939 Bug ID: 59939 Summary: NoSuchMethodException: java.util.HashMap.get(java.lang.String) Product: Tomcat 7 Version: 7.0.53 Hardware: PC OS: Linux

[Bug 59939] NoSuchMethodException: java.util.HashMap.get(java.lang.String)

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59939 --- Comment #1 from Hao --- A logic should be added so that when there is no method overload, just return the only method that matches the name, so that it is compatible with the version 7.0.52. Current behavior broke our code in multiple place

[Bug 59939] NoSuchMethodException: java.util.HashMap.get(java.lang.String)

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59939 Hao changed: What|Removed |Added CC||housev...@gmail.com -- You are receiving this m

[Bug 59911] Using certificate from pem file does not work

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59911 --- Comment #4 from jm009 --- > There's probably some issue with your PEM key If there was a problem with the PEM key, I would expect Tomcat to throw an exception and stop. It would be a security problem, if Tomcat would use another key than t

[Bug 59911] Using certificate from pem file does not work

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59911 --- Comment #5 from Remy Maucherat --- > > Please don't file duplicates on purpose > > #59910 is not a duplicate of what I have described. The duplicate thing was a mistake, please ignore it. > I just thought, that > maybe #59910 could be a

[Bug 59940] New: Connector attribute certificateVerification in the new SSLHostConfig section is not requiring a client certificate

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59940 Bug ID: 59940 Summary: Connector attribute certificateVerification in the new SSLHostConfig section is not requiring a client certificate Product: Tomcat 8 Vers

svn commit: r1755132 - /tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java

2016-08-03 Thread markt
Author: markt Date: Thu Aug 4 01:01:53 2016 New Revision: 1755132 URL: http://svn.apache.org/viewvc?rev=1755132&view=rev Log: Trivial clean-up Modified: tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java Modified: tomcat/trunk/java/org/apache/catalina/authenticator/

Re: svn commit: r1755056 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java webapps/docs/changelog.xml

2016-08-03 Thread Felix Schumacher
Am 3. August 2016 11:36:34 MESZ, schrieb kfuj...@apache.org: >Author: kfujino >Date: Wed Aug 3 09:36:34 2016 >New Revision: 1755056 > >URL: http://svn.apache.org/viewvc?rev=1755056&view=rev >Log: >Ensure that the ResultSet is returned as Proxy object when enabling the >StatementDecoratorIntercep