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