Author: markt Date: Fri Apr 28 14:04:21 2017 New Revision: 1793095 URL: http://svn.apache.org/viewvc?rev=1793095&view=rev Log: Better changelog entry
Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1793095&r1=1793094&r2=1793095&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Fri Apr 28 14:04:21 2017 @@ -66,10 +66,11 @@ initialised HTTP connector where TLS is enabled. (markt) </fix> <fix> - If a wild card <code>hostName</code> is configured for a - <code>SSLHostConfig</code> element, quote the host name when using it as - part of a JMX object name to avoid errors that prevent the associated - TLS connector from starting. (markt) + Always quote the <code>hostName</code> of an <code>SSLHostConfig</code> + element when using it as part of the JMX object name to avoid errors that + prevent the associated TLS connector from starting if a wild card + <code>hostName</code> is configured (because <code>*</code> is a + reserved character for JMX object names). (markt) </fix> </changelog> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org