Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.jayway.jsonpath.PathNotFountException with hide response logic #28

Open
akamarouski opened this issue Feb 7, 2024 · 0 comments
Open
Labels
bug Something isn't working
Milestone

Comments

@akamarouski
Copy link
Collaborator

If we have something like

@HideRequestHeadersInLogs(headers = { "Authorization" })
@HideResponseBodyPartsInLogs(paths = { "$..value_one", "$..value_two", "$..value_three" })
public class Example extends AbstractApiMethodV2 {

And if there are no $..value_one or $..value_two in response, we got such error.

Let's log such exceptions.

@akamarouski akamarouski added the bug Something isn't working label Feb 7, 2024
@akamarouski akamarouski added this to the 1.2.5 milestone Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant