You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2015/05/12 13:21:18 UTC

svn commit: r1678914 [27/43] - in /tomcat/site/trunk/docs/tomcat-6.0-doc: ./ api/ api/org/apache/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/ api/org/apache/catalina/conn...

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/SSLContext.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/SSLContext.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/SSLContext.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/SSLContext.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-SSLContext (Apache Tomcat 6.0.43 API Documentation)
+SSLContext (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.jni.SSLContext class">
@@ -14,7 +14,7 @@ SSLContext (Apache Tomcat 6.0.43 API Doc
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="SSLContext (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="SSLContext (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -159,7 +159,7 @@ SSL Context
        int&nbsp;dir)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Asssociate BIOCallback for input or output data capture.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Associate BIOCallback for input or output data capture.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -171,7 +171,7 @@ SSL Context
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set File and Directory of concatenated PEM-encoded CA Certificates
  for Client Auth
- <br />
+ <br>
  This directive sets the all-in-one file where you can assemble the
  Certificates of Certification Authorities (CA) whose clients you deal with.</TD>
 </TR>
@@ -185,7 +185,7 @@ SSL Context
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set File of concatenated PEM-encoded CA CRLs or
  directory of PEM-encoded CA Certificates for Client Auth
- <br />
+ <br>
  This directive sets the all-in-one file where you can assemble the
  Certificate Revocation Lists (CRL) of Certification Authorities (CA)
  whose clients you deal with.</TD>
@@ -201,7 +201,7 @@ SSL Context
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set Certificate
- <br />
+ <br>
  Point setCertificateFile at a PEM encoded certificate.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -213,7 +213,7 @@ SSL Context
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set File of PEM-encoded Server CA Certificates
- <br />
+ <br>
  This directive sets the optional all-in-one file where you can assemble the
  certificates of Certification Authorities (CA) which form the certificate
  chain of the server certificate.</TD>
@@ -272,7 +272,7 @@ SSL Context
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set SSL connection shutdown type
- <br />
+ <br>
  The following levels are available for level:
  
  SSL_SHUTDOWN_TYPE_STANDARD
@@ -350,7 +350,7 @@ public static long <B>make</B>(long&nbsp
  <A HREF="../../../../org/apache/tomcat/jni/SSL.html#SSL_PROTOCOL_TLSV1"><CODE>SSL.SSL_PROTOCOL_TLSV1</CODE></A>
  <A HREF="../../../../org/apache/tomcat/jni/SSL.html#SSL_PROTOCOL_TLSV1_1"><CODE>SSL.SSL_PROTOCOL_TLSV1_1</CODE></A>
  <A HREF="../../../../org/apache/tomcat/jni/SSL.html#SSL_PROTOCOL_TLSV1_2"><CODE>SSL.SSL_PROTOCOL_TLSV1_2</CODE></A>
- <A HREF="../../../../org/apache/tomcat/jni/SSL.html#SSL_PROTOCOL_ALL"><CODE>SSL.SSL_PROTOCOL_ALL</CODE></A> ( == SSL_PROTOCOL_TLSV1, no SSL)
+ <A HREF="../../../../org/apache/tomcat/jni/SSL.html#SSL_PROTOCOL_ALL"><CODE>SSL.SSL_PROTOCOL_ALL</CODE></A> ( == all TLS versions, no SSL)
  </PRE><DD><CODE>mode</CODE> - SSL mode to use
  <PRE>
  SSL_MODE_CLIENT
@@ -398,13 +398,13 @@ public static void <B>setBIO</B>(long&nb
                           long&nbsp;bio,
                           int&nbsp;dir)</PRE>
 <DL>
-<DD>Asssociate BIOCallback for input or output data capture.
- <br />
+<DD>Associate BIOCallback for input or output data capture.
+ <br>
  First word in the output string will contain error
  level in the form:
  <PRE>
  [ERROR]  -- Critical error messages
- [WARN]   -- Varning messages
+ [WARN]   -- Warning messages
  [INFO]   -- Informational messages
  [DEBUG]  -- Debugging messaged
  </PRE>
@@ -442,11 +442,11 @@ public static void <B>setQuietShutdown</
 <DD>Sets the "quiet shutdown" flag for <b>ctx</b> to be
  <b>mode</b>. SSL objects created from <b>ctx</b> inherit the
  <b>mode</b> valid at the time and may be 0 or 1.
- <br />
+ <br>
  Normally when a SSL connection is finished, the parties must send out
- "close notify" alert messages using L<SSL_shutdown(3)|SSL_shutdown(3)>
+ "close notify" alert messages using L&lt;SSL_shutdown(3)|SSL_shutdown(3)&gt;
  for a clean shutdown.
- <br />
+ <br>
  When setting the "quiet shutdown" flag to 1, <b>SSL.shutdown</b>
  will set the internal flags to SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN.
  (<b>SSL_shutdown</b> then behaves like called with
@@ -469,14 +469,14 @@ public static boolean <B>setCipherSuite<
                               throws java.lang.Exception</PRE>
 <DL>
 <DD>Cipher Suite available for negotiation in SSL handshake.
- <br />
+ <br>
  This complex directive uses a colon-separated cipher-spec string consisting
  of OpenSSL cipher specifications to configure the Cipher Suite the client
  is permitted to negotiate in the SSL handshake phase. Notice that this
  directive can be used both in per-server and per-directory context.
  In per-server context it applies to the standard SSL handshake when a
  connection is established. In per-directory context it forces a SSL
- renegotation with the reconfigured Cipher Suite after the HTTP request
+ renegotiation with the reconfigured Cipher Suite after the HTTP request
  was read but before the HTTP response is sent.
 <P>
 <DD><DL>
@@ -497,13 +497,13 @@ public static boolean <B>setCARevocation
 <DL>
 <DD>Set File of concatenated PEM-encoded CA CRLs or
  directory of PEM-encoded CA Certificates for Client Auth
- <br />
+ <br>
  This directive sets the all-in-one file where you can assemble the
  Certificate Revocation Lists (CRL) of Certification Authorities (CA)
  whose clients you deal with. These are used for Client Authentication.
  Such a file is simply the concatenation of the various PEM-encoded CRL
  files, in order of preference.
- <br />
+ <br>
  The files in this directory have to be PEM-encoded and are accessed through
  hash filenames. So usually you can't just place the Certificate files there:
  you also have to create symbolic links named hash-value.N. And you should
@@ -526,14 +526,14 @@ public static boolean <B>setCertificateC
                                               boolean&nbsp;skipfirst)</PRE>
 <DL>
 <DD>Set File of PEM-encoded Server CA Certificates
- <br />
+ <br>
  This directive sets the optional all-in-one file where you can assemble the
  certificates of Certification Authorities (CA) which form the certificate
  chain of the server certificate. This starts with the issuing CA certificate
  of of the server certificate and can range up to the root CA certificate.
  Such a file is simply the concatenation of the various PEM-encoded CA
  Certificate files, usually in certificate chain order.
- <br />
+ <br>
  But be careful: Providing the certificate chain works only if you are using
  a single (either RSA or DSA) based server certificate. If you are using a
  coupled RSA+DSA certificate pair, this will work only if actually both
@@ -558,7 +558,7 @@ public static boolean <B>setCertificate<
                               throws java.lang.Exception</PRE>
 <DL>
 <DD>Set Certificate
- <br />
+ <br>
  Point setCertificateFile at a PEM encoded certificate.  If
  the certificate is encrypted, then you will be prompted for a
  pass phrase.  Note that a kill -HUP will prompt again. A test
@@ -566,7 +566,7 @@ public static boolean <B>setCertificate<
  built time. Keep in mind that if you've both a RSA and a DSA
  certificate you can configure both in parallel (to also allow
  the use of DSA ciphers, etc.)
- <br />
+ <br>
  If the key is not combined with the certificate, use key param
  to point at the key file.  Keep in mind that if
  you've both a RSA and a DSA private key you can configure
@@ -574,7 +574,7 @@ public static boolean <B>setCertificate<
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>ctx</CODE> - Server or Client context to use.<DD><CODE>cert</CODE> - Certificate file.<DD><CODE>key</CODE> - Private Key file to use if not in cert.<DD><CODE>password</CODE> - Certificate password. If null and certificate
-                 is encrypted, password prompt will be dispayed.<DD><CODE>idx</CODE> - Certificate index SSL_AIDX_RSA or SSL_AIDX_DSA.
+                 is encrypted, password prompt will be displayed.<DD><CODE>idx</CODE> - Certificate index SSL_AIDX_RSA or SSL_AIDX_DSA.
 <DT><B>Throws:</B>
 <DD><CODE>java.lang.Exception</CODE></DL>
 </DD>
@@ -591,14 +591,14 @@ public static boolean <B>setCACertificat
 <DL>
 <DD>Set File and Directory of concatenated PEM-encoded CA Certificates
  for Client Auth
- <br />
+ <br>
  This directive sets the all-in-one file where you can assemble the
  Certificates of Certification Authorities (CA) whose clients you deal with.
  These are used for Client Authentication. Such a file is simply the
  concatenation of the various PEM-encoded Certificate files, in order of
  preference. This can be used alternatively and/or additionally to
  path.
- <br />
+ <br>
  The files in this directory have to be PEM-encoded and are accessed through
  hash filenames. So usually you can't just place the Certificate files there:
  you also have to create symbolic links named hash-value.N. And you should
@@ -635,7 +635,7 @@ public static void <B>setShutdownType</B
                                    int&nbsp;type)</PRE>
 <DL>
 <DD>Set SSL connection shutdown type
- <br />
+ <br>
  The following levels are available for level:
  <PRE>
  SSL_SHUTDOWN_TYPE_STANDARD
@@ -658,15 +658,15 @@ public static void <B>setVerify</B>(long
 <DL>
 <DD>Set Type of Client Certificate verification and Maximum depth of CA Certificates
  in Client Certificate verification.
- <br />
+ <br>
  This directive sets the Certificate verification level for the Client
  Authentication. Notice that this directive can be used both in per-server
  and per-directory context. In per-server context it applies to the client
  authentication process used in the standard SSL handshake when a connection
- is established. In per-directory context it forces a SSL renegotation with
+ is established. In per-directory context it forces a SSL renegotiation with
  the reconfigured client verification level after the HTTP request was read
  but before the HTTP response is sent.
- <br />
+ <br>
  The following levels are available for level:
  <PRE>
  SSL_CVERIFY_NONE           - No client Certificate is required at all
@@ -675,7 +675,7 @@ public static void <B>setVerify</B>(long
  SSL_CVERIFY_OPTIONAL_NO_CA - The client may present a valid Certificate
                               but it need not to be (successfully) verifiable
  </PRE>
- <br />
+ <br>
  The depth actually is the maximum number of intermediate certificate issuers,
  i.e. the number of CA certificates which are max allowed to be followed while
  verifying the client certificate. A depth of 0 means that self-signed client
@@ -713,7 +713,7 @@ public static void <B>setVerify</B>(long
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -749,6 +749,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/SSLSocket.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/SSLSocket.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/SSLSocket.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/SSLSocket.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-SSLSocket (Apache Tomcat 6.0.43 API Documentation)
+SSLSocket (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.jni.SSLSocket class">
@@ -14,7 +14,7 @@ SSLSocket (Apache Tomcat 6.0.43 API Docu
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="SSLSocket (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="SSLSocket (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -298,10 +298,10 @@ public static void <B>setVerify</B>(long
 <DL>
 <DD>Set Type of Client Certificate verification and Maximum depth of CA
  Certificates in Client Certificate verification.
- <br />
+ <br>
  This is used to change the verification level for a connection prior to
  starting a re-negotiation.
- <br />
+ <br>
  The following levels are available for level:
  <PRE>
  SSL_CVERIFY_NONE           - No client Certificate is required at all
@@ -312,7 +312,7 @@ public static void <B>setVerify</B>(long
                               but it need not to be (successfully)
                               verifiable
  </PRE>
- <br />
+ <br>
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>sock</CODE> - The socket to change.<DD><CODE>level</CODE> - Type of Client Certificate verification.</DL>
@@ -396,7 +396,7 @@ public static int <B>getInfoI</B>(long&n
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -432,6 +432,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Shm.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Shm.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Shm.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Shm.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-Shm (Apache Tomcat 6.0.43 API Documentation)
+Shm (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.jni.Shm class">
@@ -14,7 +14,7 @@ Shm (Apache Tomcat 6.0.43 API Documentat
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Shm (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="Shm (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -167,7 +167,7 @@ Shm
        long&nbsp;pool)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create and make accessable a shared memory segment.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create and make accessible a shared memory segment.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -250,16 +250,16 @@ public static long <B>create</B>(long&nb
                           long&nbsp;pool)
                    throws <A HREF="../../../../org/apache/tomcat/jni/Error.html" title="class in org.apache.tomcat.jni">Error</A></PRE>
 <DL>
-<DD>Create and make accessable a shared memory segment.
- <br />
- A note about Anonymous vs. Named shared memory segments:<br />
-         Not all plaforms support anonymous shared memory segments, but in
-         some cases it is prefered over other types of shared memory
+<DD>Create and make accessible a shared memory segment.
+ <br>
+ A note about Anonymous vs. Named shared memory segments:<br>
+         Not all platforms support anonymous shared memory segments, but in
+         some cases it is preferred over other types of shared memory
          implementations. Passing a NULL 'file' parameter to this function
          will cause the subsystem to use anonymous shared memory segments.
          If such a system is not available, APR_ENOTIMPL is returned.
- <br />
- A note about allocation sizes:<br />
+ <br>
+ A note about allocation sizes:<br>
          On some platforms it is necessary to store some metainformation
          about the segment within the actual segment. In order to supply
          the caller with the requested size it may be necessary for the
@@ -285,7 +285,7 @@ public static int <B>remove</B>(java.lan
                          long&nbsp;pool)</PRE>
 <DL>
 <DD>Remove shared memory segment associated with a filename.
- <br />
+ <br>
  This function is only supported on platforms which support
  name-based shared memory segments, and will return APR_ENOTIMPL on
  platforms without such support.
@@ -417,7 +417,7 @@ public static java.nio.ByteBuffer <B>buf
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -453,6 +453,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Sockaddr.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Sockaddr.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Sockaddr.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Sockaddr.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-Sockaddr (Apache Tomcat 6.0.43 API Documentation)
+Sockaddr (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.jni.Sockaddr class">
@@ -14,7 +14,7 @@ Sockaddr (Apache Tomcat 6.0.43 API Docum
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Sockaddr (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="Sockaddr (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -326,7 +326,7 @@ public <B>Sockaddr</B>()</PRE>
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -362,6 +362,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Socket.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Socket.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Socket.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Socket.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-Socket (Apache Tomcat 6.0.43 API Documentation)
+Socket (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.jni.Socket class">
@@ -14,7 +14,7 @@ Socket (Apache Tomcat 6.0.43 API Documen
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Socket (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="Socket (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -1204,7 +1204,7 @@ public static int <B>shutdown</B>(long&n
                            int&nbsp;how)</PRE>
 <DL>
 <DD>Shutdown either reading, writing, or both sides of a socket.
- <br />
+ <br>
  This does not actually close the socket descriptor, it just
       controls which calls are still valid on the socket.
 <P>
@@ -1711,10 +1711,10 @@ public static int <B>timeoutSet</B>(long
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>sock</CODE> - The socket to set up.<DD><CODE>t</CODE> - Value for the timeout in microseconds.
  <PRE>
- t > 0  -- read and write calls return APR_TIMEUP if specified time
-           elapsess with no data read or written
+ t &gt; 0  -- read and write calls return APR_TIMEUP if specified time
+           elapses with no data read or written
  t == 0 -- read and write calls never block
- t < 0  -- read and write calls block
+ t &lt; 0  -- read and write calls block
  </PRE></DL>
 </DD>
 </DL>
@@ -1750,7 +1750,7 @@ public static long <B>sendfile</B>(long&
 <DL>
 <DD>Send a file from an open file descriptor to a socket, along with
  optional headers and trailers.
- <br />
+ <br>
  This functions acts like a blocking write by default.  To change
          this behavior, use apr_socket_timeout_set() or the
          APR_SO_NONBLOCK socket option.
@@ -1853,7 +1853,7 @@ public static void <B>setrbb</B>(long&nb
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -1889,6 +1889,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Status.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Status.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Status.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Status.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-Status (Apache Tomcat 6.0.43 API Documentation)
+Status (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.jni.Status class">
@@ -14,7 +14,7 @@ Status (Apache Tomcat 6.0.43 API Documen
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Status (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="Status (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -919,7 +919,7 @@ Status
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;APR_STATUS_IS Status Value Tests
- <br /><b>Warning :</b> For any particular error condition, more than one of these tests
+ <br><b>Warning :</b> For any particular error condition, more than one of these tests
       may match.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -1808,7 +1808,7 @@ APR_STATUS_IS_ENOSTAT</H3>
 public static final boolean <B>APR_STATUS_IS_ENOSTAT</B>(int&nbsp;s)</PRE>
 <DL>
 <DD>APR_STATUS_IS Status Value Tests
- <br /><b>Warning :</b> For any particular error condition, more than one of these tests
+ <br><b>Warning :</b> For any particular error condition, more than one of these tests
       may match. This is because platform-specific error codes may not
       always match the semantics of the POSIX codes these tests (and the
       corresponding APR error codes) are named after. A notable example
@@ -2416,7 +2416,7 @@ public static final boolean <B>APR_STATU
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -2452,6 +2452,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Stdlib.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Stdlib.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Stdlib.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Stdlib.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-Stdlib (Apache Tomcat 6.0.43 API Documentation)
+Stdlib (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.jni.Stdlib class">
@@ -14,7 +14,7 @@ Stdlib (Apache Tomcat 6.0.43 API Documen
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Stdlib (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="Stdlib (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -361,7 +361,7 @@ public static int <B>getpid</B>()</PRE>
 <P>
 <DD><DL>
 
-<DT><B>Returns:</B><DD>current pid or < 1 in case of error.</DL>
+<DT><B>Returns:</B><DD>current pid or &lt; 1 in case of error.</DL>
 </DD>
 </DL>
 <HR>
@@ -375,7 +375,7 @@ public static int <B>getppid</B>()</PRE>
 <P>
 <DD><DL>
 
-<DT><B>Returns:</B><DD>parent pid or < 1 in case of error.</DL>
+<DT><B>Returns:</B><DD>parent pid or &lt; 1 in case of error.</DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -402,7 +402,7 @@ public static int <B>getppid</B>()</PRE>
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -438,6 +438,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Time.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Time.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Time.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/Time.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-Time (Apache Tomcat 6.0.43 API Documentation)
+Time (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.jni.Time class">
@@ -14,7 +14,7 @@ Time (Apache Tomcat 6.0.43 API Documenta
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Time (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="Time (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -122,7 +122,7 @@ Time
 <TD><CODE><B><A HREF="../../../../org/apache/tomcat/jni/Time.html#APR_MSEC_PER_USEC">APR_MSEC_PER_USEC</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;number of miliseconds per microsecond</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;number of milliseconds per microsecond</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -248,7 +248,7 @@ APR_MSEC_PER_USEC</H3>
 <PRE>
 public static final long <B>APR_MSEC_PER_USEC</B></PRE>
 <DL>
-<DD>number of miliseconds per microsecond
+<DD>number of milliseconds per microsecond
 <P>
 <DL>
 <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.tomcat.jni.Time.APR_MSEC_PER_USEC">Constant Field Values</A></DL>
@@ -355,7 +355,7 @@ sleep</H3>
 public static void <B>sleep</B>(long&nbsp;t)</PRE>
 <DL>
 <DD>Sleep for the specified number of micro-seconds.
- <br /><b>Warning :</b> May sleep for longer than the specified time.
+ <br><b>Warning :</b> May sleep for longer than the specified time.
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>t</CODE> - desired amount of time to sleep.</DL>
@@ -385,7 +385,7 @@ public static void <B>sleep</B>(long&nbs
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -421,6 +421,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/User.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/User.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/User.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/User.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-User (Apache Tomcat 6.0.43 API Documentation)
+User (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.jni.User class">
@@ -14,7 +14,7 @@ User (Apache Tomcat 6.0.43 API Documenta
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="User (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="User (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -411,7 +411,7 @@ public static int <B>uidcompare</B>(long
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>left</CODE> - One uid to test<DD><CODE>right</CODE> - Another uid to test
-<DT><B>Returns:</B><DD>APR_SUCCESS if the apr_uid_t strutures identify the same user,
+<DT><B>Returns:</B><DD>APR_SUCCESS if the apr_uid_t structures identify the same user,
  APR_EMISMATCH if not, APR_BADARG if an apr_uid_t is invalid.</DL>
 </DD>
 </DL>
@@ -428,7 +428,7 @@ public static int <B>gidcompare</B>(long
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>left</CODE> - One gid to test<DD><CODE>right</CODE> - Another gid to test
-<DT><B>Returns:</B><DD>APR_SUCCESS if the apr_gid_t strutures identify the same group,
+<DT><B>Returns:</B><DD>APR_SUCCESS if the apr_gid_t structures identify the same group,
  APR_EMISMATCH if not, APR_BADARG if an apr_gid_t is invalid.</DL>
 </DD>
 </DL>
@@ -475,7 +475,7 @@ public static java.lang.String <B>homepa
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -511,6 +511,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/package-frame.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/package-frame.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/package-frame.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/package-frame.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-org.apache.tomcat.jni (Apache Tomcat 6.0.43 API Documentation)
+org.apache.tomcat.jni (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.jni package">

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/package-summary.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/package-summary.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/package-summary.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/package-summary.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-org.apache.tomcat.jni (Apache Tomcat 6.0.43 API Documentation)
+org.apache.tomcat.jni (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.jni package">
@@ -14,7 +14,7 @@ org.apache.tomcat.jni (Apache Tomcat 6.0
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.tomcat.jni (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="org.apache.tomcat.jni (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -257,7 +257,7 @@ Package org.apache.tomcat.jni
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -287,6 +287,6 @@ Package org.apache.tomcat.jni
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/package-tree.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/package-tree.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/package-tree.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/jni/package-tree.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-org.apache.tomcat.jni Class Hierarchy (Apache Tomcat 6.0.43 API Documentation)
+org.apache.tomcat.jni Class Hierarchy (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ org.apache.tomcat.jni Class Hierarchy (A
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.tomcat.jni Class Hierarchy (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="org.apache.tomcat.jni Class Hierarchy (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -44,7 +44,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -122,7 +122,7 @@ Interface Hierarchy
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -152,6 +152,6 @@ Interface Hierarchy
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/package-frame.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/package-frame.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/package-frame.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/package-frame.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-org.apache.tomcat (Apache Tomcat 6.0.43 API Documentation)
+org.apache.tomcat (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat package">

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/package-summary.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/package-summary.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/package-summary.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/package-summary.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-org.apache.tomcat (Apache Tomcat 6.0.43 API Documentation)
+org.apache.tomcat (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat package">
@@ -14,7 +14,7 @@ org.apache.tomcat (Apache Tomcat 6.0.43
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.tomcat (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="org.apache.tomcat (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -117,7 +117,7 @@ Package org.apache.tomcat
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -147,6 +147,6 @@ Package org.apache.tomcat
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/package-tree.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/package-tree.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/package-tree.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/package-tree.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-org.apache.tomcat Class Hierarchy (Apache Tomcat 6.0.43 API Documentation)
+org.apache.tomcat Class Hierarchy (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ org.apache.tomcat Class Hierarchy (Apach
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.tomcat Class Hierarchy (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="org.apache.tomcat Class Hierarchy (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -44,7 +44,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -112,7 +112,7 @@ Class Hierarchy
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -142,6 +142,6 @@ Class Hierarchy
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/DomUtil.NullResolver.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/DomUtil.NullResolver.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/DomUtil.NullResolver.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/DomUtil.NullResolver.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-DomUtil.NullResolver (Apache Tomcat 6.0.43 API Documentation)
+DomUtil.NullResolver (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.DomUtil.NullResolver class">
@@ -14,7 +14,7 @@ DomUtil.NullResolver (Apache Tomcat 6.0.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DomUtil.NullResolver (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="DomUtil.NullResolver (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -222,7 +222,7 @@ public org.xml.sax.InputSource <B>resolv
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -258,6 +258,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/DomUtil.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/DomUtil.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/DomUtil.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/DomUtil.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-DomUtil (Apache Tomcat 6.0.43 API Documentation)
+DomUtil (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.DomUtil class">
@@ -14,7 +14,7 @@ DomUtil (Apache Tomcat 6.0.43 API Docume
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DomUtil (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="DomUtil (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -536,7 +536,7 @@ public static void <B>writeXml</B>(org.w
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -572,6 +572,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/ExceptionUtils.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/ExceptionUtils.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/ExceptionUtils.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/ExceptionUtils.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-ExceptionUtils (Apache Tomcat 6.0.43 API Documentation)
+ExceptionUtils (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.ExceptionUtils class">
@@ -14,7 +14,7 @@ ExceptionUtils (Apache Tomcat 6.0.43 API
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ExceptionUtils (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="ExceptionUtils (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -214,7 +214,7 @@ public static void <B>handleThrowable</B
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -250,6 +250,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/IntrospectionUtils.AttributeHolder.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/IntrospectionUtils.AttributeHolder.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/IntrospectionUtils.AttributeHolder.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/IntrospectionUtils.AttributeHolder.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-IntrospectionUtils.AttributeHolder (Apache Tomcat 6.0.43 API Documentation)
+IntrospectionUtils.AttributeHolder (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.IntrospectionUtils.AttributeHolder interface">
@@ -14,7 +14,7 @@ IntrospectionUtils.AttributeHolder (Apac
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="IntrospectionUtils.AttributeHolder (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="IntrospectionUtils.AttributeHolder (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -165,7 +165,7 @@ void <B>setAttribute</B>(java.lang.Strin
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -201,6 +201,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/IntrospectionUtils.PropertySource.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/IntrospectionUtils.PropertySource.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/IntrospectionUtils.PropertySource.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/IntrospectionUtils.PropertySource.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-IntrospectionUtils.PropertySource (Apache Tomcat 6.0.43 API Documentation)
+IntrospectionUtils.PropertySource (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.IntrospectionUtils.PropertySource interface">
@@ -14,7 +14,7 @@ IntrospectionUtils.PropertySource (Apach
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="IntrospectionUtils.PropertySource (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="IntrospectionUtils.PropertySource (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -163,7 +163,7 @@ java.lang.String <B>getProperty</B>(java
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -199,6 +199,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/IntrospectionUtils.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/IntrospectionUtils.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/IntrospectionUtils.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/IntrospectionUtils.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-IntrospectionUtils (Apache Tomcat 6.0.43 API Documentation)
+IntrospectionUtils (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.IntrospectionUtils class">
@@ -14,7 +14,7 @@ IntrospectionUtils (Apache Tomcat 6.0.43
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="IntrospectionUtils (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="IntrospectionUtils (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -1130,7 +1130,7 @@ public static java.lang.Object <B>conver
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -1166,6 +1166,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/MutableInteger.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/MutableInteger.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/MutableInteger.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/MutableInteger.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-MutableInteger (Apache Tomcat 6.0.43 API Documentation)
+MutableInteger (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.MutableInteger class">
@@ -14,7 +14,7 @@ MutableInteger (Apache Tomcat 6.0.43 API
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="MutableInteger (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="MutableInteger (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -275,7 +275,7 @@ public void <B>set</B>(int&nbsp;val)</PR
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -311,6 +311,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/Ascii.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/Ascii.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/Ascii.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/Ascii.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-Ascii (Apache Tomcat 6.0.43 API Documentation)
+Ascii (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.Ascii class">
@@ -14,7 +14,7 @@ Ascii (Apache Tomcat 6.0.43 API Document
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Ascii (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="Ascii (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -450,7 +450,7 @@ public static long <B>parseLong</B>(char
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -486,6 +486,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/B2CConverter.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/B2CConverter.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/B2CConverter.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/B2CConverter.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-B2CConverter (Apache Tomcat 6.0.43 API Documentation)
+B2CConverter (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.B2CConverter class">
@@ -14,7 +14,7 @@ B2CConverter (Apache Tomcat 6.0.43 API D
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="B2CConverter (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="B2CConverter (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -350,7 +350,7 @@ public void <B>reset</B>()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -386,6 +386,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/Base64.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/Base64.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/Base64.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/Base64.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-Base64 (Apache Tomcat 6.0.43 API Documentation)
+Base64 (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.Base64 class">
@@ -14,7 +14,7 @@ Base64 (Apache Tomcat 6.0.43 API Documen
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Base64 (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="Base64 (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -263,7 +263,7 @@ public static java.lang.String <B>base64
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -299,6 +299,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/ByteChunk.ByteInputChannel.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/ByteChunk.ByteInputChannel.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/ByteChunk.ByteInputChannel.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/ByteChunk.ByteInputChannel.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-ByteChunk.ByteInputChannel (Apache Tomcat 6.0.43 API Documentation)
+ByteChunk.ByteInputChannel (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel interface">
@@ -14,7 +14,7 @@ ByteChunk.ByteInputChannel (Apache Tomca
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ByteChunk.ByteInputChannel (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="ByteChunk.ByteInputChannel (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -183,7 +183,7 @@ int <B>realReadBytes</B>(byte[]&nbsp;cbu
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -219,6 +219,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/ByteChunk.ByteOutputChannel.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/ByteChunk.ByteOutputChannel.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/ByteChunk.ByteOutputChannel.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/ByteChunk.ByteOutputChannel.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-ByteChunk.ByteOutputChannel (Apache Tomcat 6.0.43 API Documentation)
+ByteChunk.ByteOutputChannel (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel interface">
@@ -14,7 +14,7 @@ ByteChunk.ByteOutputChannel (Apache Tomc
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ByteChunk.ByteOutputChannel (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="ByteChunk.ByteOutputChannel (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -180,7 +180,7 @@ void <B>realWriteBytes</B>(byte[]&nbsp;c
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -216,6 +216,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/ByteChunk.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/ByteChunk.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/ByteChunk.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/ByteChunk.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-ByteChunk (Apache Tomcat 6.0.43 API Documentation)
+ByteChunk (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.ByteChunk class">
@@ -14,7 +14,7 @@ ByteChunk (Apache Tomcat 6.0.43 API Docu
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ByteChunk (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="ByteChunk (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -1592,7 +1592,7 @@ public static final byte[] <B>convertToB
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -1628,6 +1628,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/C2BConverter.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/C2BConverter.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/C2BConverter.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/C2BConverter.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-C2BConverter (Apache Tomcat 6.0.43 API Documentation)
+C2BConverter (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.C2BConverter class">
@@ -14,7 +14,7 @@ C2BConverter (Apache Tomcat 6.0.43 API D
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="C2BConverter (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="C2BConverter (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -458,7 +458,7 @@ public final void <B>flushBuffer</B>()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -494,6 +494,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/CharChunk.CharInputChannel.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/CharChunk.CharInputChannel.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/CharChunk.CharInputChannel.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/CharChunk.CharInputChannel.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-CharChunk.CharInputChannel (Apache Tomcat 6.0.43 API Documentation)
+CharChunk.CharInputChannel (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.CharChunk.CharInputChannel interface">
@@ -14,7 +14,7 @@ CharChunk.CharInputChannel (Apache Tomca
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CharChunk.CharInputChannel (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="CharChunk.CharInputChannel (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -177,7 +177,7 @@ int <B>realReadChars</B>(char[]&nbsp;cbu
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -213,6 +213,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/CharChunk.CharOutputChannel.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/CharChunk.CharOutputChannel.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/CharChunk.CharOutputChannel.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/CharChunk.CharOutputChannel.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-CharChunk.CharOutputChannel (Apache Tomcat 6.0.43 API Documentation)
+CharChunk.CharOutputChannel (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.CharChunk.CharOutputChannel interface">
@@ -14,7 +14,7 @@ CharChunk.CharOutputChannel (Apache Tomc
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CharChunk.CharOutputChannel (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="CharChunk.CharOutputChannel (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -181,7 +181,7 @@ void <B>realWriteChars</B>(char[]&nbsp;c
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -217,6 +217,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/CharChunk.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/CharChunk.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/CharChunk.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/CharChunk.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-CharChunk (Apache Tomcat 6.0.43 API Documentation)
+CharChunk (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.CharChunk class">
@@ -14,7 +14,7 @@ CharChunk (Apache Tomcat 6.0.43 API Docu
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CharChunk (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="CharChunk (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -1416,7 +1416,7 @@ public int <B>length</B>()</PRE>
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -1452,6 +1452,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/DateTool.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/DateTool.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/DateTool.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/DateTool.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-DateTool (Apache Tomcat 6.0.43 API Documentation)
+DateTool (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.DateTool class">
@@ -14,7 +14,7 @@ DateTool (Apache Tomcat 6.0.43 API Docum
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DateTool (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="DateTool (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -417,7 +417,7 @@ public static long <B>parseDate</B>(java
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -453,6 +453,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/HexUtils.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/HexUtils.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/HexUtils.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/HexUtils.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-HexUtils (Apache Tomcat 6.0.43 API Documentation)
+HexUtils (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.HexUtils class">
@@ -14,7 +14,7 @@ HexUtils (Apache Tomcat 6.0.43 API Docum
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="HexUtils (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="HexUtils (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -331,7 +331,7 @@ public static int <B>convert2Int</B>(byt
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -367,6 +367,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/MessageBytes.MessageBytesFactory.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/MessageBytes.MessageBytesFactory.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/MessageBytes.MessageBytesFactory.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/MessageBytes.MessageBytesFactory.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-MessageBytes.MessageBytesFactory (Apache Tomcat 6.0.43 API Documentation)
+MessageBytes.MessageBytesFactory (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory class">
@@ -14,7 +14,7 @@ MessageBytes.MessageBytesFactory (Apache
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="MessageBytes.MessageBytesFactory (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="MessageBytes.MessageBytesFactory (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -211,7 +211,7 @@ public <A HREF="../../../../../org/apach
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -247,6 +247,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/MessageBytes.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/MessageBytes.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/MessageBytes.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/MessageBytes.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-MessageBytes (Apache Tomcat 6.0.43 API Documentation)
+MessageBytes (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.MessageBytes class">
@@ -14,7 +14,7 @@ MessageBytes (Apache Tomcat 6.0.43 API D
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="MessageBytes (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="MessageBytes (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -1264,7 +1264,7 @@ public static void <B>setFactory</B>(<A
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -1300,6 +1300,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/StringCache.ByteEntry.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/StringCache.ByteEntry.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/StringCache.ByteEntry.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/StringCache.ByteEntry.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-StringCache.ByteEntry (Apache Tomcat 6.0.43 API Documentation)
+StringCache.ByteEntry (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.StringCache.ByteEntry class">
@@ -14,7 +14,7 @@ StringCache.ByteEntry (Apache Tomcat 6.0
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="StringCache.ByteEntry (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="StringCache.ByteEntry (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -328,7 +328,7 @@ public boolean <B>equals</B>(java.lang.O
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -364,6 +364,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/StringCache.CharEntry.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/StringCache.CharEntry.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/StringCache.CharEntry.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/StringCache.CharEntry.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-StringCache.CharEntry (Apache Tomcat 6.0.43 API Documentation)
+StringCache.CharEntry (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.StringCache.CharEntry class">
@@ -14,7 +14,7 @@ StringCache.CharEntry (Apache Tomcat 6.0
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="StringCache.CharEntry (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="StringCache.CharEntry (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -310,7 +310,7 @@ public boolean <B>equals</B>(java.lang.O
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -346,6 +346,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/StringCache.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/StringCache.html?rev=1678914&r1=1678913&r2=1678914&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/StringCache.html (original)
+++ tomcat/site/trunk/docs/tomcat-6.0-doc/api/org/apache/tomcat/util/buf/StringCache.html Tue May 12 11:21:02 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
-StringCache (Apache Tomcat 6.0.43 API Documentation)
+StringCache (Apache Tomcat 6.0.44 API Documentation)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.tomcat.util.buf.StringCache class">
@@ -14,7 +14,7 @@ StringCache (Apache Tomcat 6.0.43 API Do
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="StringCache (Apache Tomcat 6.0.43 API Documentation)";
+    parent.document.title="StringCache (Apache Tomcat 6.0.44 API Documentation)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -45,7 +45,7 @@ function windowTitle()
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -887,7 +887,7 @@ protected static final int <B>findCloses
 </TABLE>
 </TD>
 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-<b>Apache Tomcat 6.0.43</b></EM>
+<b>Apache Tomcat 6.0.44</b></EM>
 </TD>
 </TR>
 
@@ -923,6 +923,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.
+Copyright &#169; 2000-2015 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>



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