You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2005/02/01 22:04:30 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml ssl-howto.xml

yoavs       2005/02/01 13:04:30

  Modified:    webapps/docs Tag: TOMCAT_5_0 changelog.xml ssl-howto.xml
  Log:
  Bugzilla 33204.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.70.2.92 +3 -0      jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.70.2.91
  retrieving revision 1.70.2.92
  diff -u -r1.70.2.91 -r1.70.2.92
  --- changelog.xml	1 Feb 2005 20:54:12 -0000	1.70.2.91
  +++ changelog.xml	1 Feb 2005 21:04:30 -0000	1.70.2.92
  @@ -20,6 +20,9 @@
         <fix>
           <bug>32210</bug>: Fixed Realm HowTo. (yoavs)
         </fix>
  +      <fix>
  +        <bug>33204</bug>: Fixed SSL HowTo. (yoavs)
  +      </fix>
       </changelog>
     </subsection>
   </section>
  
  
  
  1.11.2.3  +1 -1      jakarta-tomcat-catalina/webapps/docs/ssl-howto.xml
  
  Index: ssl-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/ssl-howto.xml,v
  retrieving revision 1.11.2.2
  retrieving revision 1.11.2.3
  diff -u -r1.11.2.2 -r1.11.2.3
  --- ssl-howto.xml	18 Nov 2004 15:01:03 -0000	1.11.2.2
  +++ ssl-howto.xml	1 Feb 2005 21:04:30 -0000	1.11.2.3
  @@ -152,7 +152,7 @@
   simply prefixing the address with <code>https:</code> instead of
   <code>http:</code>.  Any pages which absolutely <strong>require</strong>
   a secure connection should check the protocol type associated with the
  -page request and take the appropriate action of <code>https</code> is not
  +page request and take the appropriate action if <code>https</code> is not
   specified.</p>
   
   <p>Finally, using name-based virtual hosts on a secured connection can be
  
  
  

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