You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2013/09/09 10:07:16 UTC

svn commit: r1520986 - in /tomcat/native/branches/1.1.x/xdocs: index.xml miscellaneous/changelog.xml

Author: mturk
Date: Mon Sep  9 08:07:16 2013
New Revision: 1520986

URL: http://svn.apache.org/r1520986
Log:
More xml cleanup.

Modified:
    tomcat/native/branches/1.1.x/xdocs/index.xml
    tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

Modified: tomcat/native/branches/1.1.x/xdocs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/index.xml?rev=1520986&r1=1520985&r2=1520986&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/index.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/index.xml Mon Sep  9 08:07:16 2013
@@ -47,12 +47,12 @@
 
   <p>
     Features of the APR connector:
+  </p>
     <ul>
       <li>Non-blocking I/O for Keep-Alive requests (between requests)</li>
       <li>Uses OpenSSL for TLS/SSL capabilities (if supported by linked APR library)</li>
       <li>FIPS 140-2 support for TLS/SSL (if supported by linked OpenSSL library)</li>
     </ul>
-  </p>
 
 <p>
   Select one of the links from the navigation menu (to the left) to drill
@@ -210,7 +210,7 @@
   <p>
     Edit $CATALINA_BASE\bin\setenv.bat (creating the file if necessary) and add
     the path to the tc-native libraries, apr and OpenSSL to PATH. For example:
-  <p>
+  </p>
 
   <pre style="white-space:pre-wrap; word-wrap:break-word;">
     set PATH=%PATH;C:\cygwin\home\support\tomcat-native-current-win32-src\jni\native\Debug;C:\cygwin\home\support\tomcat-native-current-win32-src\jni\apr\Debug;C:\OpenSSL\lib\VC
@@ -226,7 +226,6 @@
     Feb 8, 2008 2:48:18 PM org.apache.coyote.http11.Http11AprProtocol init
     INFO: Initializing Coyote HTTP/1.1 on http-8080
   </pre>
-  </p>
 </subsection>
 
 </section>

Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml?rev=1520986&r1=1520985&r2=1520986&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Mon Sep  9 08:07:16 2013
@@ -47,7 +47,7 @@
       of APR improves performance. (rjung)
     </update>
     <fix>
-      <bug>29422</bug> Fixed double-free in ssl_ocsp_request</code>.
+      <bug>29422</bug> Fixed double-free in <code>ssl_ocsp_request</code>.
       Patch provided by Aristotelis. (schultz)
     </fix>
     <fix>



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