434536 Improved Customizer javadoc
This commit is contained in:
parent
5c7f3e7c0d
commit
30fcce1cdc
|
@ -58,15 +58,15 @@ public class HttpConfiguration
|
|||
/* ------------------------------------------------------------ */
|
||||
/**
|
||||
* <p>An interface that allows a request object to be customized
|
||||
* for a particular HTTP connector configuration. Unlike Filters, customiser are
|
||||
* applied before a is submitted for request processing and can be specific to the
|
||||
* for a particular HTTP connector configuration. Unlike Filters, customizer are
|
||||
* applied before the request is submitted for processing and can be specific to the
|
||||
* connector on which the request was received.
|
||||
*
|
||||
* <p>Typically Customizers perform tasks such as: <ul>
|
||||
* <li>process header fields that may be injected by a proxy or load balancer.
|
||||
* <li>setup attributes that may come from the connection/connector such as SSL Session IDs
|
||||
* <li>Allow a request to be marked as secure or authenticated if those have been offloaded
|
||||
* and communicated by header, cookie or other out-of-band mechansism
|
||||
* and communicated by header, cookie or other out-of-band mechanism
|
||||
* <li>Set request attributes/fields that are determined by the connector on which the
|
||||
* request was received
|
||||
* </ul>
|
||||
|
|
Loading…
Reference in New Issue