-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quoting of empty TXT records #254
Comments
Yes, that's a bug. Thanks for the report! |
Instantiating an empty TXT record using Record.fromString() would previously render as a TXT without the empty string. Closes dnsjava#254
Having a look at this, the difference between the two is that I created a PR to ensure |
Instantiating an empty TXT record using Record.fromString() would previously render as a TXT without the empty string. Closes dnsjava#254
Instantiating an empty TXT record using Record.fromString() would previously render as a TXT without the empty string. Closes #254
A fix to this issue was merged into the |
Yes, the change resolves my issue. Thanks @nresare |
Hi,
I'm not sure if this is a bug, but it is at least a different behaviour of creating empty TXT records while using the
TXTRecord
constructor or the static methodfromString
ofRecord
:The output of this code snippet is:
BIND and PowerDNS servers are not able to load records with representation r0.
Patrick
The text was updated successfully, but these errors were encountered: