You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2018/01/14 23:07:05 UTC

[22/51] [partial] juneau-website git commit: Update javadocs.

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/ProxyAuthenticate.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/ProxyAuthenticate.html b/content/site/apidocs/org/apache/juneau/http/ProxyAuthenticate.html
index 918ea8a..b742018 100644
--- a/content/site/apidocs/org/apache/juneau/http/ProxyAuthenticate.html
+++ b/content/site/apidocs/org/apache/juneau/http/ProxyAuthenticate.html
@@ -116,33 +116,33 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ProxyAuthenticate.html#line.53">ProxyAuthenticate</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l> Proxy-Authenticate</l> HTTP response header.
-
+ 
  <p>
  Request authentication to access the proxy.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Proxy-Authenticate: Basic
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The Proxy-Authenticate response-header field MUST be included as part of a 407 (Proxy Authentication Required)
  response.
  The field value consists of a challenge that indicates the authentication scheme and parameters applicable to the
  proxy for this Request-URI.
-
+ 
  <p class='bcode'>
    Proxy-Authenticate  = "Proxy-Authenticate" ":" 1#challenge
  </p>
-
+ 
  <p>
  The HTTP access authentication process is described in "HTTP Authentication: Basic and Digest Access Authentication".
  Unlike WWW-Authenticate, the Proxy-Authenticate header field applies only to the current connection and SHOULD NOT
  be passed on to downstream clients.
  However, an intermediate proxy might need to obtain its own credentials by requesting them from the downstream
  client, which in some circumstances will appear as if the proxy is forwarding the Proxy-Authenticate header field.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/ProxyAuthorization.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/ProxyAuthorization.html b/content/site/apidocs/org/apache/juneau/http/ProxyAuthorization.html
index dddcbe8..b8a2cad 100644
--- a/content/site/apidocs/org/apache/juneau/http/ProxyAuthorization.html
+++ b/content/site/apidocs/org/apache/juneau/http/ProxyAuthorization.html
@@ -116,26 +116,26 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/ProxyAuthorization.html#line.55">ProxyAuthorization</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Proxy-Authorization</l> HTTP request header.
-
+ 
  <p>
  Authorization credentials for connecting to a proxy.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Proxy-Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The Proxy-Authorization request-header field allows the client to identify itself (or its user) to a proxy which
  requires authentication.
  The Proxy-Authorization field value consists of credentials containing the authentication information of the user
  agent for the proxy and/or realm of the resource being requested.
-
+ 
  <p class='bcode'>
    Proxy-Authorization     = "Proxy-Authorization" ":" credentials
  </p>
-
+ 
  <p>
  The HTTP access authentication process is described in "HTTP Authentication: Basic and Digest Access Authentication".
  Unlike Authorization, the Proxy-Authorization header field applies only to the next outbound proxy that demanded
@@ -144,7 +144,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  proxy that was expecting to receive credentials.
  A proxy MAY relay the credentials from the client request to the next proxy if that is the mechanism by which the
  proxies cooperatively authenticate a given request.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/Range.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Range.html b/content/site/apidocs/org/apache/juneau/http/Range.html
index a4daa55..1c90ba6 100644
--- a/content/site/apidocs/org/apache/juneau/http/Range.html
+++ b/content/site/apidocs/org/apache/juneau/http/Range.html
@@ -116,25 +116,25 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Range.html#line.145">Range</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Range</l> HTTP request header.
-
+ 
  <p>
  Request only part of an entity. Bytes are numbered from 0.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Range: bytes=500-999
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  Since all HTTP entities are represented in HTTP messages as sequences of bytes, the concept of a byte range is
  meaningful for any HTTP entity.
  (However, not all clients and servers need to support byte- range operations.)
-
+ 
  <p>
  Byte range specifications in HTTP apply to the sequence of bytes in the entity-body (not necessarily the same as the
  message-body).
-
+ 
  <p>
  A byte range operation MAY specify a single range of bytes, or a set of ranges within a single entity.
  <p class='bcode'>
@@ -145,23 +145,23 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
    first-byte-pos  = 1*DIGIT
    last-byte-pos   = 1*DIGIT
  </p>
-
+ 
  <p>
  The first-byte-pos value in a byte-range-spec gives the byte-offset of the first byte in a range.
  The last-byte-pos value gives the byte-offset of the last byte in the range; that is, the byte positions specified
  are inclusive.
  Byte offsets start at zero.
-
+ 
  <p>
  If the last-byte-pos value is present, it MUST be greater than or equal to the first-byte-pos in that
  byte-range-spec, or the byte- range-spec is syntactically invalid.
  The recipient of a byte-range- set that includes one or more syntactically invalid byte-range-spec values MUST
  ignore the header field that includes that byte-range-set.
-
+ 
  <p>
  If the last-byte-pos value is absent, or if the value is greater than or equal to the current length of the
  entity-body, last-byte-pos is taken to be equal to one less than the current length of the entity-body in bytes.
-
+ 
  <p>
  By its choice of last-byte-pos, a client can limit the number of bytes retrieved without knowing the size of the
  entity.
@@ -169,13 +169,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
    suffix-byte-range-spec = "-" suffix-length
    suffix-length = 1*DIGIT
  </p>
-
+ 
  <p>
  A suffix-byte-range-spec is used to specify the suffix of the entity-body, of a length given by the suffix-length
  value.
  (That is, this form specifies the last N bytes of an entity-body.)
  If the entity is shorter than the specified suffix-length, the entire entity-body is used.
-
+ 
  <p>
  If a syntactically valid byte-range-set includes at least one byte- range-spec whose first-byte-pos is less than the
  current length of the entity-body, or at least one suffix-byte-range-spec with a non-zero suffix-length, then the
@@ -185,7 +185,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  not satisfiable).
  Otherwise, the server SHOULD return a response with a status of 206 (Partial Content) containing the satisfiable
  ranges of the entity-body.
-
+ 
  <p>
  Examples of byte-ranges-specifier values (assuming an entity-body of length 10000):
  <p class='bcode'>
@@ -198,22 +198,22 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
       bytes=500-600,601-999
       bytes=500-700,601-999
  </p>
-
+ 
  <p>
  HTTP retrieval requests using conditional or unconditional GET methods MAY request one or more sub-ranges of the
  entity, instead of the entire entity, using the Range request header, which applies to the entity returned as the
  result of the request:
-
+ 
  <p class='bcode'>
    Range = "Range" ":" ranges-specifier
  </p>
-
+ 
  <p>
  A server MAY ignore the Range header.
  However, HTTP/1.1 origin servers and intermediate caches ought to support byte ranges when possible, since Range
  supports efficient recovery from partially failed transfers, and supports efficient partial retrieval of large
  entities.
-
+ 
  <p>
  If the server supports the Range header and the specified range or ranges are appropriate for the entity:
  <ul>
@@ -225,16 +225,16 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
       otherwise successful and the condition is true. It does not affect the 304 (Not Modified) response returned if
       the conditional is false.
  </ul>
-
+ 
  <p>
  In some cases, it might be more appropriate to use the If-Range header (see section 14.27) in addition to the Range
  header.
-
+ 
  <p>
  If a proxy that supports ranges receives a Range request, forwards the request to an inbound server, and receives an
  entire entity in reply, it SHOULD only return the requested range to its client.
  It SHOULD store the entire received response in its cache if that is consistent with its cache allocation policies.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/Referer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Referer.html b/content/site/apidocs/org/apache/juneau/http/Referer.html
index 076dab1..675bc8b 100644
--- a/content/site/apidocs/org/apache/juneau/http/Referer.html
+++ b/content/site/apidocs/org/apache/juneau/http/Referer.html
@@ -116,19 +116,19 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Referer.html#line.61">Referer</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderUri.html" title="class in org.apache.juneau.http">HeaderUri</a></pre>
 <div class="block">Represents a parsed <l>Referer</l> HTTP request header.
-
+ 
  <p>
  This is the address of the previous web page from which a link to the currently requested page was followed.
  (The word “referrer” has been misspelled in the RFC as well as in most implementations to the point that it has
  become standard usage and is considered correct terminology)
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Referer: http://en.wikipedia.org/wiki/Main_Page
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The Referer[sic] request-header field allows the client to specify, for the server's benefit, the address (URI) of
  the resource from which the Request-URI was obtained (the "referrer", although the header field is misspelled.)
  The Referer request-header allows a server to generate lists of back-links to resources for interest, logging,
@@ -136,21 +136,21 @@ extends <a href="../../../../org/apache/juneau/http/HeaderUri.html" title="class
  It also allows obsolete or mistyped links to be traced for maintenance.
  The Referer field MUST NOT be sent if the Request-URI was obtained from a source that does not have its own URI,
  such as input from the user keyboard.
-
+ 
  <p class='bcode'>
    Referer        = "Referer" ":" ( absoluteURI | relativeURI )
  </p>
-
+ 
  <p>
  Example:
  <p class='bcode'>
    Referer: http://www.w3.org/hypertext/DataSources/Overview.html
  </p>
-
+ 
  <p>
  If the field value is a relative URI, it SHOULD be interpreted relative to the Request-URI.
  The URI MUST NOT include a fragment. See section 15.1.3 for security considerations.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/RetryAfter.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/RetryAfter.html b/content/site/apidocs/org/apache/juneau/http/RetryAfter.html
index d2b3564..bcab1f4 100644
--- a/content/site/apidocs/org/apache/juneau/http/RetryAfter.html
+++ b/content/site/apidocs/org/apache/juneau/http/RetryAfter.html
@@ -116,40 +116,40 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/RetryAfter.html#line.64">RetryAfter</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Retry-After</l> HTTP response header.
-
+ 
  <p>
  If an entity is temporarily unavailable, this instructs the client to try again later.
  Value could be a specified period of time (in seconds) or a HTTP-date.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Retry-After: 120
    Retry-After: Fri, 07 Nov 2014 23:59:59 GMT
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The Retry-After response-header field can be used with a 503 (Service Unavailable) response to indicate how long the
  service is expected to be unavailable to the requesting client.
  This field MAY also be used with any 3xx (Redirection) response to indicate the minimum time the user-agent is asked
  wait before issuing the redirected request.
  The value of this field can be either an HTTP-date or an integer number of seconds (in decimal) after the time of the
  response.
-
+ 
  <p class='bcode'>
    Retry-After  = "Retry-After" ":" ( HTTP-date | delta-seconds )
  </p>
-
+ 
  <p>
  Two examples of its use are
  <p class='bcode'>
    Retry-After: Fri, 31 Dec 1999 23:59:59 GMT
    Retry-After: 120
  </p>
-
+ 
  <p>
  In the latter example, the delay is 2 minutes.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/Server.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Server.html b/content/site/apidocs/org/apache/juneau/http/Server.html
index 56a466e..74d1382 100644
--- a/content/site/apidocs/org/apache/juneau/http/Server.html
+++ b/content/site/apidocs/org/apache/juneau/http/Server.html
@@ -116,42 +116,42 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Server.html#line.62">Server</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Server</l> HTTP response header.
-
+ 
  <p>
  A name for the server.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Server: Apache/2.4.1 (Unix)
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The Server response-header field contains information about the software used by the origin server to handle the
  request.
  The field can contain multiple product tokens (section 3.8) and comments identifying the server and any significant
  sub-products.
  The product tokens are listed in order of their significance for identifying the application.
-
+ 
  <p class='bcode'>
    Server         = "Server" ":" 1*( product | comment )
  </p>
-
+ 
  <p>
  Example:
  <p class='bcode'>
    Server: CERN/3.0 libwww/2.17
  </p>
-
+ 
  <p>
  If the response is being forwarded through a proxy, the proxy application MUST NOT modify the Server response-header.
  Instead, it SHOULD include a Via field (as described in section 14.45).
-
+ 
  <p>
  Note: Revealing the specific software version of the server might allow the server machine to become more vulnerable
  to attacks against software that is known to contain security holes.
  Server implementors are encouraged to make this field a configurable option.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/StringRange.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/StringRange.html b/content/site/apidocs/org/apache/juneau/http/StringRange.html
index 2837bea..fde2046 100644
--- a/content/site/apidocs/org/apache/juneau/http/StringRange.html
+++ b/content/site/apidocs/org/apache/juneau/http/StringRange.html
@@ -118,14 +118,14 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../org/apache/juneau/http/StringRange.html" title="class in org.apache.juneau.http">StringRange</a>&gt;</pre>
 <div class="block">Represents a single value in a comma-delimited header value that optionally contains a quality metric for
  comparison and extension parameters.
-
+ 
  <p>
  Similar in concept to <a href="../../../../org/apache/juneau/http/MediaTypeRange.html" title="class in org.apache.juneau.http"><code>MediaTypeRange</code></a> except instead of media types (e.g. <js>"text/json"</js>),
  it's a simple type (e.g. <js>"iso-8601"</js>).
-
+ 
  <p>
  An example of a type range is a value in an <code>Accept-Encoding</code> header.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>
@@ -237,7 +237,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <h4>parse</h4>
 <pre>public static&nbsp;<a href="../../../../org/apache/juneau/http/StringRange.html" title="class in org.apache.juneau.http">StringRange</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.80">parse</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Parses a header such as an <code>Accept-Encoding</code> header value into an array of type ranges.
-
+ 
  <p>
  The syntax expected to be found in the referenced <code>value</code> complies with the syntax described in
  RFC2616, Section 14.1, as described below:
@@ -246,7 +246,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
                       1#( codings [ ";" "q" "=" qvalue ] )
    codings          = ( content-coding | "*" )
  </p>
-
+ 
  <p>
  Examples of its use are:
  <p class='bcode'>
@@ -275,7 +275,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <h4>getType</h4>
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.164">getType</a>()</pre>
 <div class="block">Returns the type enclosed by this type range.
-
+ 
  <h5 class='section'>Examples:</h5>
  <ul>
    <li><js>"compress"</js>
@@ -296,10 +296,10 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <h4>getQValue</h4>
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.180">getQValue</a>()</pre>
 <div class="block">Returns the <js>'q'</js> (quality) value for this type, as described in Section 3.9 of RFC2616.
-
+ 
  <p>
  The quality value is a float between <code>0.0</code> (unacceptable) and <code>1.0</code> (most acceptable).
-
+ 
  <p>
  If 'q' value doesn't make sense for the context (e.g. this range was extracted from a <js>"content-*"</js>
  header, as opposed to <js>"accept-*"</js> header, its value will always be <js>"1"</js>.</div>
@@ -317,7 +317,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <h4>getExtensions</h4>
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.192">getExtensions</a>()</pre>
 <div class="block">Returns the optional set of custom extensions defined for this type.
-
+ 
  <p>
  Values are lowercase and never <jk>null</jk>.</div>
 <dl>
@@ -334,7 +334,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <h4>toString</h4>
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.205">toString</a>()</pre>
 <div class="block">Provides a string representation of this media range, suitable for use as an <code>Accept</code> header value.
-
+ 
  <p>
  The literal text generated will be all lowercase.</div>
 <dl>
@@ -386,7 +386,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <h4>compareTo</h4>
 <pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.273">compareTo</a>(<a href="../../../../org/apache/juneau/http/StringRange.html" title="class in org.apache.juneau.http">StringRange</a>&nbsp;o)</pre>
 <div class="block">Compares two MediaRanges for equality.
-
+ 
  <p>
  The values are first compared according to <code>qValue</code> values.
  Should those values be equal, the <code>type</code> is then lexicographically compared (case-insensitive) in
@@ -409,7 +409,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <h4>matches</h4>
 <pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/http/StringRange.html#line.295">matches</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Checks if the specified type matches this range.
-
+ 
  <p>
  The type will match this range if the range type string is the same or <js>"*"</js>.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/TE.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/TE.html b/content/site/apidocs/org/apache/juneau/http/TE.html
index 2997124..b5a31ce 100644
--- a/content/site/apidocs/org/apache/juneau/http/TE.html
+++ b/content/site/apidocs/org/apache/juneau/http/TE.html
@@ -116,35 +116,35 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/TE.html#line.94">TE</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title="class in org.apache.juneau.http">HeaderRangeArray</a></pre>
 <div class="block">Represents a parsed <l>TE</l> HTTP request header.
-
+ 
  <p>
  The transfer encodings the user agent is willing to accept: the same values as for the response header field
  Transfer-Encoding can be used, plus the "trailers" value (related to the "chunked" transfer method) to notify the
  server it expects to receive additional fields in the trailer after the last, zero-sized, chunk.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    TE: trailers, deflate
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The TE request-header field indicates what extension transfer-codings it is willing to accept in the response and
  whether or not it is willing to accept trailer fields in a chunked transfer-coding.
  Its value may consist of the keyword "trailers" and/or a comma-separated list of extension transfer-coding names
  with optional accept parameters (as described in section 3.6).
-
+ 
  <p class='bcode'>
    TE        = "TE" ":" #( t-codings )
    t-codings = "trailers" | ( transfer-extension [ accept-params ] )
  </p>
-
+ 
  <p>
  The presence of the keyword "trailers" indicates that the client is willing to accept trailer fields in a chunked
  transfer-coding, as defined in section 3.6.1.
  This keyword is reserved for use with transfer-coding values even though it does not itself represent a
  transfer-coding.
-
+ 
  <p>
  Examples of its use are:
  <p class='bcode'>
@@ -152,12 +152,12 @@ extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title
    TE:
    TE: trailers, deflate;q=0.5
  </p>
-
+ 
  <p>
  The TE header field only applies to the immediate connection.
  Therefore, the keyword MUST be supplied within a Connection header field (section 14.10) whenever TE is present in
  an HTTP/1.1 message.
-
+ 
  <p>
  A server tests whether a transfer-coding is acceptable, according to a TE field, using these rules:
  <ol>
@@ -175,11 +175,11 @@ extends <a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title
       qvalue is preferred.
       The "chunked" transfer-coding always has a qvalue of 1.
  </ol>
-
+ 
  <p>
  If the TE field-value is empty or if no TE field is present, the only transfer-coding is "chunked".
  A message with no transfer-coding is always acceptable.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/Trailer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Trailer.html b/content/site/apidocs/org/apache/juneau/http/Trailer.html
index b763eb4..369bb09 100644
--- a/content/site/apidocs/org/apache/juneau/http/Trailer.html
+++ b/content/site/apidocs/org/apache/juneau/http/Trailer.html
@@ -116,34 +116,34 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Trailer.html#line.62">Trailer</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Trailer</l> HTTP response header.
-
+ 
  <p>
  The Trailer general field value indicates that the given set of header fields is present in the trailer of a message
  encoded with chunked transfer coding.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Trailer: Max-Forwards
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The Trailer general field value indicates that the given set of header fields is present in the trailer of a message
  encoded with chunked transfer-coding.
-
+ 
  <p class='bcode'>
    Trailer  = "Trailer" ":" 1#field-name
  </p>
-
+ 
  <p>
  An HTTP/1.1 message SHOULD include a Trailer header field in a message using chunked transfer-coding with a non-empty
  trailer.
  Doing so allows the recipient to know which header fields to expect in the trailer.
-
+ 
  <p>
  If no Trailer header field is present, the trailer SHOULD NOT include any header fields.
  See section 3.6.1 for restrictions on the use of trailer fields in a "chunked" transfer-coding.
-
+ 
  <p>
  Message header fields listed in the Trailer header field MUST NOT include the following header fields:
  <ul>
@@ -151,7 +151,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
    <li>Content-Length
    <li>Trailer
  </ul>
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/TransferEncoding.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/TransferEncoding.html b/content/site/apidocs/org/apache/juneau/http/TransferEncoding.html
index 4871db1..948c5d4 100644
--- a/content/site/apidocs/org/apache/juneau/http/TransferEncoding.html
+++ b/content/site/apidocs/org/apache/juneau/http/TransferEncoding.html
@@ -116,42 +116,42 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/TransferEncoding.html#line.62">TransferEncoding</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Transfer-Encoding</l> HTTP response header.
-
+ 
  <p>
  The form of encoding used to safely transfer the entity to the user.
  Currently defined methods are: chunked, compress, deflate, gzip, identity.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Transfer-Encoding: chunked
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The Transfer-Encoding general-header field indicates what (if any) type of transformation has been applied to the
  message body in order to safely transfer it between the sender and the recipient.
  This differs from the content-coding in that the transfer-coding is a property of the message, not of the entity.
-
+ 
  <p class='bcode'>
    Transfer-Encoding       = "Transfer-Encoding" ":" 1#transfer-coding
  </p>
-
+ 
  <p>
  Transfer-codings are defined in section 3.6. An example is:
-
+ 
  <p class='bcode'>
    Transfer-Encoding: chunked
  </p>
-
+ 
  <p>
  If multiple encodings have been applied to an entity, the transfer-codings MUST be listed in the order in which
  they were applied.
  Additional information about the encoding parameters MAY be provided by other entity-header fields not defined by
  this specification.
-
+ 
  <p>
  Many older HTTP/1.0 applications do not understand the Transfer-Encoding header.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/Upgrade.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Upgrade.html b/content/site/apidocs/org/apache/juneau/http/Upgrade.html
index e1489bd..63ce159 100644
--- a/content/site/apidocs/org/apache/juneau/http/Upgrade.html
+++ b/content/site/apidocs/org/apache/juneau/http/Upgrade.html
@@ -116,32 +116,32 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Upgrade.html#line.85">Upgrade</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" title="class in org.apache.juneau.http">HeaderStringArray</a></pre>
 <div class="block">Represents a parsed <l>Upgrade</l> HTTP request header.
-
+ 
  <p>
  Ask the client to upgrade to another protocol.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Upgrade: HTTP/2.0, HTTPS/1.3, IRC/6.9, RTA/x11, websocket
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The Upgrade general-header allows the client to specify what additional communication protocols it supports and
  would like to use if the server finds it appropriate to switch protocols.
  The server MUST use the Upgrade header field within a 101 (Switching Protocols) response to indicate which
  protocol(s) are being switched.
-
+ 
  <p class='bcode'>
    Upgrade        = "Upgrade" ":" 1#product
  </p>
-
+ 
  <p>
  For example,
  <p class='bcode'>
    Upgrade: HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11
  </p>
-
+ 
  <p>
  The Upgrade header field is intended to provide a simple mechanism for transition from HTTP/1.1 to some other,
  incompatible protocol.
@@ -151,7 +151,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" titl
  the more commonly supported protocol while indicating to the server that it would like to use a "better" protocol if
  available (where "better" is determined by the server, possibly according to the nature of the method and/or resource
  being requested).
-
+ 
  <p>
  The Upgrade header field only applies to switching application-layer protocols upon the existing transport-layer
  connection.
@@ -159,22 +159,22 @@ extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" titl
  The capabilities and nature of the application-layer communication after the protocol change is entirely dependent
  upon the new protocol chosen, although the first action after changing the protocol MUST be a response to the initial
  HTTP request containing the Upgrade header field.
-
+ 
  <p>
  The Upgrade header field only applies to the immediate connection.
  Therefore, the upgrade keyword MUST be supplied within a Connection header field (section 14.10) whenever Upgrade is
  present in an HTTP/1.1 message.
-
+ 
  <p>
  The Upgrade header field cannot be used to indicate a switch to a protocol on a different connection.
  For that purpose, it is more appropriate to use a 301, 302, 303, or 305 redirection response.
-
+ 
  <p>
  This specification only defines the protocol name "HTTP" for use by the family of Hypertext Transfer Protocols, as
  defined by the HTTP version rules of section 3.1 and future updates to this specification.
  Any token can be used as a protocol name; however, it will only be useful if both the client and server associate
  the name with the same protocol.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/UserAgent.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/UserAgent.html b/content/site/apidocs/org/apache/juneau/http/UserAgent.html
index d3f0e8d..9c76088 100644
--- a/content/site/apidocs/org/apache/juneau/http/UserAgent.html
+++ b/content/site/apidocs/org/apache/juneau/http/UserAgent.html
@@ -116,17 +116,17 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/UserAgent.html#line.55">UserAgent</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>User-Agent</l> HTTP request header.
-
+ 
  <p>
  The user agent string of the user agent.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/21.0
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The User-Agent request-header field contains information about the user agent originating the request.
  This is for statistical purposes, the tracing of protocol violations, and automated recognition of user agents for
  the sake of tailoring responses to avoid particular user agent limitations.
@@ -134,17 +134,17 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  The field can contain multiple product tokens (section 3.8) and comments identifying the agent and any sub-products
  which form a significant part of the user agent.
  By convention, the product tokens are listed in order of their significance for identifying the application.
-
+ 
  <p class='bcode'>
    User-Agent     = "User-Agent" ":" 1*( product | comment )
  </p>
-
+ 
  <p>
  Example:
  <p class='bcode'>
    User-Agent: CERN-LineMode/2.15 libwww/2.17b3
  </p>
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/Vary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Vary.html b/content/site/apidocs/org/apache/juneau/http/Vary.html
index 87dce58..53772ee 100644
--- a/content/site/apidocs/org/apache/juneau/http/Vary.html
+++ b/content/site/apidocs/org/apache/juneau/http/Vary.html
@@ -116,19 +116,19 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Vary.html#line.75">Vary</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Vary</l> HTTP response header.
-
+ 
  <p>
  Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather
  than requesting a fresh one from the origin server.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Vary: *
    Vary: Accept-Language
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The Vary field value indicates the set of request-header fields that fully determines, while the response is fresh,
  whether a cache is permitted to use the response to reply to a subsequent request without revalidation.
  For uncacheable or stale responses, the Vary field value advises the user agent about the criteria that were used to
@@ -139,7 +139,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  <p class='bcode'>
    Vary  = "Vary" ":" ( "*" | 1#field-name )
  </p>
-
+ 
  <p>
  An HTTP/1.1 server SHOULD include a Vary header field with any cacheable response that is subject to server-driven
  negotiation.
@@ -148,23 +148,23 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  A server MAY include a Vary header field with a non-cacheable response that is subject to server-driven negotiation,
  since this might provide the user agent with useful information about the dimensions over which the response varies
  at the time of the response.
-
+ 
  <p>
  A Vary field value consisting of a list of field-names signals that the representation selected for the response is
  based on a selection algorithm which considers ONLY the listed request-header field values in selecting the most
  appropriate representation.
  A cache MAY assume that the same selection will be made for future requests with the same values for the listed
  field names, for the duration of time for which the response is fresh.
-
+ 
  <p>
  The field-names given are not limited to the set of standard request-header fields defined by this specification.
  Field names are case-insensitive.
-
+ 
  <p>
  A Vary field value of "*" signals that unspecified parameters not limited to the request-headers (e.g., the network
  address of the client), play a role in the selection of the response representation.
  The "*" value MUST NOT be generated by a proxy server; it may only be generated by an origin server.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/Via.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Via.html b/content/site/apidocs/org/apache/juneau/http/Via.html
index cc5481d..c3904a3 100644
--- a/content/site/apidocs/org/apache/juneau/http/Via.html
+++ b/content/site/apidocs/org/apache/juneau/http/Via.html
@@ -116,33 +116,33 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Via.html#line.121">Via</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" title="class in org.apache.juneau.http">HeaderStringArray</a></pre>
 <div class="block">Represents a parsed <l>Via</l> HTTP response header.
-
+ 
  <p>
  Informs the client of proxies through which the response was sent.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Via: 1.0 fred, 1.1 example.com (Apache/1.1)
  </p>
-
+ 
  <p>
  Informs the client of proxies through which the response was sent.
-
+ 
  <p>
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Via: 1.0 fred, 1.1 example.com (Apache/1.1)
  </p>
-
+ 
  <p>
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The Via general-header field MUST be used by gateways and proxies to indicate the intermediate protocols and
  recipients between the user agent and the server on requests, and between the origin server and the client on
  responses.
  It is analogous to the "Received" field of RFC 822 and is intended to be used for tracking message forwards,
  avoiding request loops, and identifying the protocol capabilities of all senders along the request/response chain.
-
+ 
  <p class='bcode'>
    Via =  "Via" ":" 1#( received-protocol received-by [ comment ] )
    received-protocol = [ protocol-name "/" ] protocol-version
@@ -151,31 +151,31 @@ extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" titl
    received-by       = ( host [ ":" port ] ) | pseudonym
    pseudonym         = token
  </p>
-
+ 
  <p>
  The received-protocol indicates the protocol version of the message received by the server or client along each
  segment of the request/response chain.
  The received-protocol version is appended to the Via field value when the message is forwarded so that information
  about the protocol capabilities of upstream applications remains visible to all recipients.
-
+ 
  <p>
  The protocol-name is optional if and only if it would be "HTTP".
  The received-by field is normally the host and optional port number of a recipient server or client that subsequently
  forwarded the message.
  However, if the real host is considered to be sensitive information, it MAY be replaced by a pseudonym.
  If the port is not given, it MAY be assumed to be the default port of the received-protocol.
-
+ 
  <p>
  Multiple Via field values represents each proxy or gateway that has forwarded the message.
  Each recipient MUST append its information such that the end result is ordered according to the sequence of
  forwarding applications.
-
+ 
  <p>
  Comments MAY be used in the Via header field to identify the software of the recipient proxy or gateway, analogous
  to the User-Agent and Server header fields.
  However, all comments in the Via field are optional and MAY be removed by any recipient prior to forwarding the
  message.
-
+ 
  <p>
  For example, a request message could be sent from an HTTP/1.0 user agent to an internal proxy code-named "fred",
  which uses HTTP/1.1 to forward the request to a public proxy at nowhere.com, which completes the request by
@@ -184,14 +184,14 @@ extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" titl
  <p class='bcode'>
    Via: 1.0 fred, 1.1 nowhere.com (Apache/1.1)
  </p>
-
+ 
  <p>
  Proxies and gateways used as a portal through a network firewall SHOULD NOT, by default, forward the names and ports
  of hosts within the firewall region.
  This information SHOULD only be propagated if explicitly enabled.
  If not enabled, the received-by host of any host behind the firewall SHOULD be replaced by an appropriate pseudonym
  for that host.
-
+ 
  <p>
  For organizations that have strong privacy requirements for hiding internal structures, a proxy MAY combine an
  ordered subsequence of Via header field entries with identical received-protocol values into a single such entry.
@@ -199,18 +199,18 @@ extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" titl
  <p class='bcode'>
    Via: 1.0 ricky, 1.1 ethel, 1.1 fred, 1.0 lucy
  </p>
-
+ 
  <p>
  ...could be collapsed to...
  <p class='bcode'>
    Via: 1.0 ricky, 1.1 mertz, 1.0 lucy
  </p>
-
+ 
  <p>
  Applications SHOULD NOT combine multiple entries unless they are all under the same organizational control and the
  hosts have already been replaced by pseudonyms.
  Applications MUST NOT combine entries which have different received-protocol values.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/Warning.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/Warning.html b/content/site/apidocs/org/apache/juneau/http/Warning.html
index e9c29ac..d2ac56c 100644
--- a/content/site/apidocs/org/apache/juneau/http/Warning.html
+++ b/content/site/apidocs/org/apache/juneau/http/Warning.html
@@ -116,22 +116,22 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Warning.html#line.129">Warning</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>Warning</l> HTTP request/response header.
-
+ 
  <p>
  A general warning about possible problems with the entity body.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    Warning: 199 Miscellaneous warning
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The Warning general-header field is used to carry additional information about the status or transformation of a
  message which might not be reflected in the message.
  This information is typically used to warn about a possible lack of semantic transparency from caching operations
  or transformations applied to the entity body of the message.
-
+ 
  <p>
  Warning headers are sent with responses using:
  <p class='bcode'>
@@ -145,21 +145,21 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
    warn-text  = quoted-string
    warn-date  = &lt;"&gt; HTTP-date &lt;"&gt;
  </p>
-
+ 
  <p>
  A response MAY carry more than one Warning header.
-
+ 
  <p>
  The warn-text SHOULD be in a natural language and character set that is most likely to be intelligible to the human
  user receiving the response.
  This decision MAY be based on any available knowledge, such as the location of the cache or user, the
  Accept-Language field in a request, the Content-Language field in a response, etc.
  The default language is English and the default character set is ISO-8859-1.
-
+ 
  <p>
  If a character set other than ISO-8859-1 is used, it MUST be encoded in the warn-text using the method described in
  RFC 2047.
-
+ 
  <p>
  Warning headers can in general be applied to any message, however some specific warn-codes are specific to caches
  and can only be applied to response messages.
@@ -169,7 +169,7 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
  to that entry except as specified for specific Warning codes.
  It MUST then add any Warning headers received in the validating response.
  In other words, Warning headers are those that would be attached to the most recent relevant response.
-
+ 
  <p>
  When multiple Warning headers are attached to a response, the user agent ought to inform the user of as many of them
  as possible, in the order that they appear in the response.
@@ -179,13 +179,13 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
    <li>Warnings in the user's preferred character set take priority over warnings in other character sets but with
  identical warn-codes and warn-agents.
  </ul>
-
+ 
  <p>
  Systems that generate multiple Warning headers SHOULD order them with this user agent behavior in mind.
-
+ 
  <p>
  Requirements for the behavior of caches with respect to Warnings are stated in section 13.1.2.
-
+ 
  <p>
  This is a list of the currently-defined warn-codes, each with a recommended warn-text in English, and a description
  of its meaning.
@@ -207,18 +207,18 @@ extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="cl
    <li>299 Miscellaneous persistent warning The warning text MAY include arbitrary information to be presented to a
       human user, or logged. A system receiving this warning MUST NOT take any automated action.
  </ul>
-
+ 
  <p>
  If an implementation sends a message with one or more Warning headers whose version is HTTP/1.0 or lower, then the
  sender MUST include in each warning-value a warn-date that matches the date in the response.
-
+ 
  <p>
  If an implementation receives a message with a warning-value that includes a warn-date, and that warn-date is
  different from the Date value in the response, then that warning-value MUST be deleted from the message before
  storing, forwarding, or using it.
  (This prevents bad consequences of naive caching of Warning header fields.)
  If all of the warning-values are deleted for this reason, the Warning header MUST be deleted as well.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html b/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html
index 654a0d6..0e49b30 100644
--- a/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html
+++ b/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html
@@ -116,31 +116,31 @@ var activeTableTab = "activeTableTab";
 <pre>public final class <a href="../../../../src-html/org/apache/juneau/http/WwwAuthenticate.html#line.51">WwwAuthenticate</a>
 extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre>
 <div class="block">Represents a parsed <l>WWW-Authenticate </l> HTTP response header.
-
+ 
  <p>
  Indicates the authentication scheme that should be used to access the requested entity.
-
+ 
  <h6 class='figure'>Example</h6>
  <p class='bcode'>
    WWW-Authenticate: Basic
  </p>
-
+ 
  <h6 class='topic'>RFC2616 Specification</h6>
-
+ 
  The WWW-Authenticate response-header field MUST be included in 401 (Unauthorized) response messages.
  The field value consists of at least one challenge that indicates the authentication scheme(s) and parameters
  applicable to the Request-URI.
-
+ 
  <p class='bcode'>
    WWW-Authenticate  = "WWW-Authenticate" ":" 1#challenge
  </p>
-
+ 
  <p>
  The HTTP access authentication process is described in "HTTP Authentication: Basic and Digest Access Authentication".
  User agents are advised to take special care in parsing the WWW-Authenticate field value as it might contain more
  than one challenge, or if more than one WWW-Authenticate header field is provided, the contents of a challenge
  itself can contain a comma-separated list of authentication parameters.
-
+ 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
    <li class='jp'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/httppart/HttpPartParser.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/httppart/HttpPartParser.html b/content/site/apidocs/org/apache/juneau/httppart/HttpPartParser.html
index bfd7bca..3caa3be 100644
--- a/content/site/apidocs/org/apache/juneau/httppart/HttpPartParser.html
+++ b/content/site/apidocs/org/apache/juneau/httppart/HttpPartParser.html
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>public interface <a href="../../../../src-html/org/apache/juneau/httppart/HttpPartParser.html#line.32">HttpPartParser</a></pre>
 <div class="block">Interface used to convert HTTP headers, query parameters, form-data parameters, and URI path variables to POJOs
-
+ 
  <p>
  The following default implementations are provided:
  <ul class='doctree'>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/httppart/HttpPartSerializer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/httppart/HttpPartSerializer.html b/content/site/apidocs/org/apache/juneau/httppart/HttpPartSerializer.html
index 1dfeed9..05deef4 100644
--- a/content/site/apidocs/org/apache/juneau/httppart/HttpPartSerializer.html
+++ b/content/site/apidocs/org/apache/juneau/httppart/HttpPartSerializer.html
@@ -111,7 +111,7 @@ var activeTableTab = "activeTableTab";
 <pre>public interface <a href="../../../../src-html/org/apache/juneau/httppart/HttpPartSerializer.html#line.49">HttpPartSerializer</a></pre>
 <div class="block">Interface used to convert POJOs to simple strings in HTTP headers, query parameters, form-data parameters, and URI
  path variables.
-
+ 
  <p>
  The following default implementations are provided:
  <ul class='doctree'>
@@ -124,17 +124,17 @@ var activeTableTab = "activeTableTab";
  <p>
  This class is used in the following locations:
  <ul>
-   <li><a href="../../../../org/apache/juneau/remoteable/FormData.html#serializer--"><code>FormData.serializer()</code></a>
-   <li><a href="../../../../org/apache/juneau/remoteable/FormDataIfNE.html#serializer--"><code>FormDataIfNE.serializer()</code></a>
-   <li><a href="../../../../org/apache/juneau/remoteable/Query.html#serializer--"><code>Query.serializer()</code></a>
-   <li><a href="../../../../org/apache/juneau/remoteable/QueryIfNE.html#serializer--"><code>QueryIfNE.serializer()</code></a>
-   <li><a href="../../../../org/apache/juneau/remoteable/Header.html#serializer--"><code>Header.serializer()</code></a>
-   <li><a href="../../../../org/apache/juneau/remoteable/HeaderIfNE.html#serializer--"><code>HeaderIfNE.serializer()</code></a>
-   <li><a href="../../../../org/apache/juneau/remoteable/Path.html#serializer--"><code>Path.serializer()</code></a>
-   <li><a href="../../../../org/apache/juneau/remoteable/RequestBean.html#serializer--"><code>RequestBean.serializer()</code></a>
-   <li><code>RestClientBuilder.partSerializer(Class)</code>
+   <li class='ja'><a href="../../../../org/apache/juneau/remoteable/FormData.html#serializer--"><code>FormData.serializer()</code></a>
+   <li class='ja'><a href="../../../../org/apache/juneau/remoteable/FormDataIfNE.html#serializer--"><code>FormDataIfNE.serializer()</code></a>
+   <li class='ja'><a href="../../../../org/apache/juneau/remoteable/Query.html#serializer--"><code>Query.serializer()</code></a>
+   <li class='ja'><a href="../../../../org/apache/juneau/remoteable/QueryIfNE.html#serializer--"><code>QueryIfNE.serializer()</code></a>
+   <li class='ja'><a href="../../../../org/apache/juneau/remoteable/Header.html#serializer--"><code>Header.serializer()</code></a>
+   <li class='ja'><a href="../../../../org/apache/juneau/remoteable/HeaderIfNE.html#serializer--"><code>HeaderIfNE.serializer()</code></a>
+   <li class='ja'><a href="../../../../org/apache/juneau/remoteable/Path.html#serializer--"><code>Path.serializer()</code></a>
+   <li class='ja'><a href="../../../../org/apache/juneau/remoteable/RequestBean.html#serializer--"><code>RequestBean.serializer()</code></a>
+   <li class='jc'><code>RestClientBuilder.partSerializer(Class)</code>
  </ul>
-
+ 
  <p>
  Implementations must include either a public no-args constructor or a public constructor that takes in a single
  <a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau"><code>PropertyStore</code></a> object.</div>
@@ -210,7 +210,7 @@ var activeTableTab = "activeTableTab";
                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block">Converts the specified value to a string that can be used as an HTTP header value, query parameter value,
  form-data parameter, or URI path variable.
-
+ 
  <p>
  Returned values should NOT be URL-encoded.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/httppart/SimplePartSerializer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/httppart/SimplePartSerializer.html b/content/site/apidocs/org/apache/juneau/httppart/SimplePartSerializer.html
index e51f819..8b53d32 100644
--- a/content/site/apidocs/org/apache/juneau/httppart/SimplePartSerializer.html
+++ b/content/site/apidocs/org/apache/juneau/httppart/SimplePartSerializer.html
@@ -266,7 +266,7 @@ implements <a href="../../../../org/apache/juneau/httppart/HttpPartSerializer.ht
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../org/apache/juneau/httppart/HttpPartSerializer.html#serialize-org.apache.juneau.httppart.HttpPartType-java.lang.Object-">HttpPartSerializer</a></code></span></div>
 <div class="block">Converts the specified value to a string that can be used as an HTTP header value, query parameter value,
  form-data parameter, or URI path variable.
-
+ 
  <p>
  Returned values should NOT be URL-encoded.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/httppart/SimpleUonPartSerializer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/httppart/SimpleUonPartSerializer.html b/content/site/apidocs/org/apache/juneau/httppart/SimpleUonPartSerializer.html
index 91664e8..e0b57a0 100644
--- a/content/site/apidocs/org/apache/juneau/httppart/SimpleUonPartSerializer.html
+++ b/content/site/apidocs/org/apache/juneau/httppart/SimpleUonPartSerializer.html
@@ -281,7 +281,7 @@ extends <a href="../../../../org/apache/juneau/httppart/UonPartSerializer.html"
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.juneau.uon.<a href="../../../../org/apache/juneau/uon/UonSerializer.html" title="class in org.apache.juneau.uon">UonSerializer</a></h3>
-<code><a href="../../../../org/apache/juneau/uon/UonSerializer.html#asMap--">asMap</a>, <a href="../../../../org/apache/juneau/uon/UonSerializer.html#createSession-org.apache.juneau.serializer.SerializerSessionArgs-">createSession</a>, <a href="../../../../org/apache/juneau/uon/UonSerializer.html#getParamFormat--">getParamFormat</a></code></li>
+<code><a href="../../../../org/apache/juneau/uon/UonSerializer.html#asMap--">asMap</a>, <a href="../../../../org/apache/juneau/uon/UonSerializer.html#createSession-org.apache.juneau.serializer.SerializerSessionArgs-">createSession</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.serializer.WriterSerializer">