-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not storing anything in cache if response is neither 200 nor 304
- Loading branch information
1 parent
d67c72e
commit 8591973
Showing
7 changed files
with
86 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...rces/mockserver/__files/body-http404-i18n-api-v2-translation-JavaclientTest-1.0.0-de.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"timestamp": 1586808206152, | ||
"status": 404, | ||
"error": "Not Found", | ||
"message": "/i18n/api/v2/translation/products/ProductNotExist/versions/1.0.0/locales/fr/components/", | ||
"path": "/i18n/api/v2/translation/products/ProductNotExist/versions/1.0.0/locales/fr/components/" | ||
} |
19 changes: 19 additions & 0 deletions
19
...ces/mockserver/mappings/mapping-http404-i18n-api-v2-translation-JavaclientTest-1.0.0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"id" : "513afaa7-2693-3dd0-ac83-b40c6e165c08", | ||
"request" : { | ||
"url" : "/i18n/api/v2/translation/products/JavaClientTest/versions/1.0.0/locales/de/components/?pseudo=false", | ||
"method" : "GET" | ||
}, | ||
"response" : { | ||
"status" : 404, | ||
"bodyFileName" : "body-http404-i18n-api-v2-translation-JavaclientTest-1.0.0-de.json", | ||
"headers" : { | ||
"Content-Type" : "application/json", | ||
"Date" : "Wed, 23 Oct 2019 08:01:31 GMT", | ||
"Content-Encoding" : "gzip", | ||
"Vary" : "accept-encoding", | ||
"Transfer-Encoding" : "chunked" | ||
} | ||
}, | ||
"uuid" : "513afaa7-2693-3dd0-ac83-b40c6e165c08" | ||
} |