Skip to content

v7.1.1

Choose a tag to compare

@rrayst rrayst released this 25 Feb 13:06
· 1 commit to a6f88d525e22baaddb1038feaa9082ce76ad012b since this release

Changes since 7.1.0:

Improvements

  • Move URL template evaluation after the request flow has been processed. Before expressions in the target were evaluated before the request flow was processed.
  • In a target/url with an expression like "a: ${propery.a} b: ${property.b}" the evaluation result of ${} is now URL encoded.

Features

  • urlEncode(), pathSeg() functions of SpEL and Groovy