]
Gustavo Fernandes updated ISPN-9434:
------------------------------------
Status: Open (was: New)
Reading JSON content from untyped caches return escaped quotes
--------------------------------------------------------------
Key: ISPN-9434
URL:
https://issues.jboss.org/browse/ISPN-9434
Project: Infinispan
Issue Type: Bug
Components: Hot Rod
Affects Versions: 9.4.0.Beta1, 9.3.1.Final
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Reading content as "application/json" from content stored in caches without
media type configured causes Infinispan to interpret the content as String first and then
convert it to a JSON string. Instead, it should try to interpret content as JSON directly.