Chapter 4: Property Reference
179
exception.autopad( )
Pad an HTTP exception response by including trailing whitespace in the response body so that
Content-Length is at least 513 characters.
A setting of yes is used to prevent Internet Explorer from substituting friendly error messages in place
of the exception response being returned, when the exception as configured would have a
Content-Length of less than 512 characters.
Syntax
exception.autopad(yes|no)
where:
•
yes—Enables auto-padding.
•
no—Disables auto-padding.
The default value is yes.
Layer and Transaction Notes
•Use in
<Exception> layers only.
• Applies to HTTP transactions.
See Also
• Conditions:
exception.id=
•Properties: exception( ), force_exception( )