Skip to content

Commit

Permalink
#29271 Json escaping fix revert. It breaks parser in specific cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rider committed May 3, 2024
1 parent 904c884 commit 66f81bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class DataSourceSerializerModern implements DataSourceSerializer
private static final Gson CONFIG_GSON = new GsonBuilder()
.setLenient()
.serializeNulls()
.disableHtmlEscaping()
.create();
private static final Gson SECURE_GSON = new GsonBuilder()
.setLenient()
Expand Down

0 comments on commit 66f81bc

Please sign in to comment.