yoavs       2005/02/01 13:07:29

  Modified:    webapps/docs changelog.xml ssl-howto.xml
  Log:
  Bugzilla 33204.
  
  Revision  Changes    Path
  1.230     +8 -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.229
  retrieving revision 1.230
  diff -u -r1.229 -r1.230
  --- changelog.xml     29 Jan 2005 19:48:25 -0000      1.229
  +++ changelog.xml     1 Feb 2005 21:07:29 -0000       1.230
  @@ -27,6 +27,14 @@
   </section>
   
   <section name="Tomcat 5.5.8 (yoavs)">
  +  <subsection name="General">
  +    <changelog>
  +      <fix>
  +        <bug>33204</bug>: Fixed SSL HowTo page. (yoavs)
  +      </fix>
  +    </changelog>
  +  </subsection>
  +
     <subsection name="Catalina">
       <changelog>
         <fix>
  
  
  
  1.14      +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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ssl-howto.xml     18 Nov 2004 14:51:35 -0000      1.13
  +++ ssl-howto.xml     1 Feb 2005 21:07:29 -0000       1.14
  @@ -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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to