Unescaping any json body entries

without this change we're escaping the json body response and then wiremock is escaping it again
with this change we're unescaping the first json body escaping so that wiremock applies it only once

fixes gh-515
This commit is contained in:
Marcin Grzejszczak
2018-01-12 12:56:09 +01:00
parent 6e65f36c31
commit 709df3e291
17 changed files with 239 additions and 141 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.8.RELEASE</version>
<version>1.5.9.RELEASE</version>
<relativePath />
</parent>