Author: kkolinko Date: Fri Feb 15 15:45:55 2013 New Revision: 1446640 URL: http://svn.apache.org/r1446640 Log: Remove stray '-->' in a configuration sample
Modified: tomcat/trunk/webapps/docs/ssl-howto.xml Modified: tomcat/trunk/webapps/docs/ssl-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/ssl-howto.xml?rev=1446640&r1=1446639&r2=1446640&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/ssl-howto.xml (original) +++ tomcat/trunk/webapps/docs/ssl-howto.xml Fri Feb 15 15:45:55 2013 @@ -354,7 +354,6 @@ this:</p> scheme="https" secure="true" SSLEnabled="true" keystoreFile="${user.home}/.keystore" keystorePass="changeit" clientAuth="false" sslProtocol="TLS"/> ---> </source> <p> The example above will throw an error if you have the APR and the Tomcat --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org