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="..."></if></response>| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| test | true | - | the condition to be tested
|
exc.request.header.userAgentSupportsSNI |
| language | false | groovy |
the language of the 'test' condition
|
SpEL, groovy |
| Elements | Description | Cardinality |
|---|---|---|
| response | 0..* | |
| request | 0..* | |
| abort | 0..* |