There aren't any in the currently-active /etc/default/tomcat8, but I
also have an /etc/default/tomcat8-old (created the same day that I filed
this bug) which contains:
JAVA_OPTS="${JAVA_OPTS}
-Dsaml2authenticationmechanism.certificate-pem=-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----"
JAVA_OPTS="${JAVA_OPTS}
-Dsaml2authenticationmechanism.privatekey-pem=-----BEGIN RSA PRIVATE
KEY-----
...
-----END RSA PRIVATE KEY-----"
So, yes, it would appear that I did have multi-line JAVA_OPTS when I
encountered this problem.
On 08/09/2018 12:52 AM, Emmanuel Bourg wrote:
I wonder if this issue is a duplicate of #658554. Dave do you know if
JAVA_OPTS in /etc/default/tomcat8 is on multiple lines?
Emmanuel Bourg