Tomcat init script does not test correctly for /etc/rc.d/init.d/functions

2018-03-26 Thread Casper Pedersen
Hi, The init.d start up script which is being distributed by many, is having the following test: # Source function library. if [ -x /etc/rc.d/init.d/functions ]; then . /etc/rc.d/init.d/functions fi That will not work correctly on RHEL as on RHEL this file is read only (not executable). Was a

Re: Tomcat init script does not test correctly for /etc/rc.d/init.d/functions

2018-03-26 Thread Coty Sutherland
Hello, On Mon, Mar 26, 2018 at 9:13 AM, Casper Pedersen wrote: > Hi, > > The init.d start up script which is being distributed by many, is having the > following test: > > # Source function library. > if [ -x /etc/rc.d/init.d/functions ]; then > . /etc/rc.d/init.d/functions > fi > > That will no

Re: Tomcat init script does not test correctly for /etc/rc.d/init.d/functions

2018-03-26 Thread Casper Pedersen
Hello, > On 26. Mar 2018, at 4:41 PM, Coty Sutherland wrote: > This list (dev@tomcat) isn't the best place to get help with distro > specific tomcat packages as the tomcat community is upstream from > those distributions. For future reference, please file a bug in the > tracker used by the offend

[Bug 62221] New: OCSP response processing uses always the first entry in the response

2018-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62221 Bug ID: 62221 Summary: OCSP response processing uses always the first entry in the response Product: Tomcat Native Version: unspecified Hardware: PC OS: L

[Bug 62221] OCSP response processing uses always the first entry in the response

2018-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62221 --- Comment #1 from Dirk Stein --- Small addition, expected behaviour: Use OCSP_resp_find to find the correct certificate in the response -- You are receiving this mail because: You are the assignee for the bug. --

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

2018-03-26 Thread kfujino
Author: kfujino Date: Tue Mar 27 05:03:18 2018 New Revision: 1827802 URL: http://svn.apache.org/viewvc?rev=1827802&view=rev Log: Enable PoolCleaner to be started even if validationQuery is not set. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolPropert

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

2018-03-26 Thread kfujino
Author: kfujino Date: Tue Mar 27 05:05:22 2018 New Revision: 1827804 URL: http://svn.apache.org/viewvc?rev=1827804&view=rev Log: Enable PoolCleaner to be started even if validationQuery is not set. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/Poo

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

2018-03-26 Thread kfujino
Author: kfujino Date: Tue Mar 27 05:04:29 2018 New Revision: 1827803 URL: http://svn.apache.org/viewvc?rev=1827803&view=rev Log: Enable PoolCleaner to be started even if validationQuery is not set. Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/Poo

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

2018-03-26 Thread kfujino
Author: kfujino Date: Tue Mar 27 05:06:17 2018 New Revision: 1827805 URL: http://svn.apache.org/viewvc?rev=1827805&view=rev Log: Enable PoolCleaner to be started even if validationQuery is not set. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/Poo