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

Enable pretty printing of malformed JSON messages #63

Closed
tkohegyi opened this issue Sep 24, 2015 · 1 comment
Closed

Enable pretty printing of malformed JSON messages #63

tkohegyi opened this issue Sep 24, 2015 · 1 comment
Assignees

Comments

@tkohegyi
Copy link
Contributor

ERROR c.e.w.c.p.e.PrettyPrintProcessor - Error during pretty printing of message with Wilma Logger ID: resp20150924070122.0004! Reason:com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 14

So add JsonReader.setLenient(true) to handle malformed JSON messages too.

@tkohegyi tkohegyi changed the title Enable pretty printing malformed JSON messages Enable pretty printing of malformed JSON messages Sep 24, 2015
tkohegyi added a commit that referenced this issue Sep 27, 2015
… -where it is not necessary

- remove unnecessary gradle executables
- alter browsermob-proxy README.md to make it clear that this differs from the original lib, see #14
@tkohegyi tkohegyi self-assigned this Sep 27, 2015
@tkohegyi
Copy link
Contributor Author

Fixed, in master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant