You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2013/02/15 16:49:45 UTC

svn commit: r1446641 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/ssl-howto.xml

Author: kkolinko
Date: Fri Feb 15 15:49:45 2013
New Revision: 1446641

URL: http://svn.apache.org/r1446641
Log:
Merged revision 1446640 from tomcat/trunk:
Remove stray '-->' in a configuration sample

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/ssl-howto.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1446640

Modified: tomcat/tc7.0.x/trunk/webapps/docs/ssl-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/ssl-howto.xml?rev=1446641&r1=1446640&r2=1446641&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/ssl-howto.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/ssl-howto.xml Fri Feb 15 15:49:45 2013
@@ -354,7 +354,6 @@ this:</p>
            scheme="https" secure="true" SSLEnabled="true"
            keystoreFile="${user.home}/.keystore" keystorePass="changeit"
            clientAuth="false" sslProtocol="TLS"/&gt;
---&gt;
 </source>
 <p>
   The example above will throw an error if you have the APR and the Tomcat



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org