I'm returning some text from a servlet, which is working well, except for lines ending with a " character. Those lines causes the quotes and following newline character to get lost. Do you have any ideas what could cause or fix this problem?
Asked
Active
Viewed 51 times
0
-
are you escaping `"` and `\n` characters – Abubakkar Nov 17 '12 at 06:34
-
Thanks for the advise, it was caused by a malformed regex. – user1152442 Nov 17 '12 at 13:44