This type is a class for model objects.
@since 7.0.0 Allows the rewriting of URLs in the body of a response message, location header, cookie path attributes.
Package: proxyvirtualhostAttributes Summary | |
rewritingActionType : RewritingActionKind | @since 7.0.0 The target object for this rewriting action or the type of action to be performed by this action |
fromPattern : EString | @since 7.0.0 The subject pattern to be rewritten. |
toPattern : EString | @since 7.0.0 The resulting pattern after rewriting. |
enablePassiveRewrite : EBoolean | @since 7.0.0 Defers the rewriting of the URI until the subsequent request for that URI is sent by the client. This prevents the proxy from rewriting all the links in the response before sending the response backt o the client. |
cookieName : EString | @since 7.0.0 The cookie name in which the path or the domain attributes will be rewritten. |
limitURLPattern : EString | @since 7.0.0 A constraint on the URL patterns to rewrite in the response message. This prevents the proxy from rewriting all URL patterns in the response message of a certain page. |
limitCookieDomain : EString | @since 7.0.0 Limits rewriting the cookie domain to specified domains. If none are specified, all domains are rewritten. Valid only when type is COOKIE_DOMAIN |
limitCookiePath : EString | @since 7.0.0 Limits rewriting the cookie path to the specified paths. If none are specified, all paths are rewritten. Valid only when type is COOKIE_PATH. |
Attribute Details |