https://bz.apache.org/bugzilla/show_bug.cgi?id=64651
--- Comment #6 from Andy <[email protected]> --- but when I use replace all function to get rid of all the special characters and pretty much convert it to the large text field , then it works and jdbc saves it. String responseJSON2BSaved = prev.getResponseDataAsString().replaceAll("[^a-zA-Z0-9=-></:.-]", ""); but problem is I lose the jason format lol -- You are receiving this mail because: You are the assignee for the bug.
