Can be used in
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| do | false | rewrite (default) or redirect (if "to" contains "://") | What to do: "rewrite", "redirect-temporary" or "redirect-permanent". | redirect-temporary |
| from | true | - | Java Regular expression | ^/bank/(.*) |
| to | true | - | Replacement string. Can contain references to matching groups. | /axis2/$1 |