Chapter 4: Property Reference

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(yesno)

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( )

179

Page 179
Image 179
Blue Coat Systems Proxy SG manual Exception.autopad