The "if" interceptor supports conditional execution of a group of executors.
Note that this is a draft implementation only: Design decisions are still pending.
<request><if test="..."><A /></if></response>
Name | Required | Default | Description | Example |
---|---|---|---|---|
test | true | - | the condition to be tested | exc.request.header.userAgentSupportsSNI |
language | false | groovy |
the language of the 'test' condition | SpEL, groovy |