Incorrect "escaping" of TXT records content
-------------------------------------------
Key: JSPF-84
URL: https://issues.apache.org/jira/browse/JSPF-84
Project: JAMES jSPF
Issue Type: Bug
Components: Core
Affects Versions: 0.9.7
Reporter: Stefano Bagnara
Priority: Minor
Fix For: 0.9.8
DNSServiceXBillImpl uses dnsjava txt.getStrings() method to retrieve strings
from a TXT records.
Unfortunately txt.getStrings() internally "convert" bytes to a representation
format that format strings escaping them from double quotes.
In this case we don't need the escaped strings, so we'll have to better use
txt.getStringsAsByteArrays and convert them to string the way we need it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]