X-Git-Url: https://blacka.com/cgi-bin/gitweb.cgi?p=captive-validator.git;a=blobdiff_plain;f=src%2Fcom%2Fverisign%2Ftat%2Fdnssec%2FCaptiveValidator.java;fp=src%2Fcom%2Fverisign%2Ftat%2Fdnssec%2FCaptiveValidator.java;h=05b8d651bc05b441392e80dafd640f28fe25785c;hp=530496751283412ac88ff9cf08ddf7f4868f0265;hb=fd9e15e51dfb1139b19bacb81e55054579dde230;hpb=a423e6974a2f4981f620b25fda82af9301d55678 diff --git a/src/com/verisign/tat/dnssec/CaptiveValidator.java b/src/com/verisign/tat/dnssec/CaptiveValidator.java index 5304967..05b8d65 100644 --- a/src/com/verisign/tat/dnssec/CaptiveValidator.java +++ b/src/com/verisign/tat/dnssec/CaptiveValidator.java @@ -494,7 +494,7 @@ public class CaptiveValidator { int type = rrsets[i].getType(); // The NS RRset won't be signed, but everything else - // should be. FIXME: if we have an unexpected type here + // should be. If we have an unexpected type here // with a bad signature, we will fail when we otherwise // might just have warned about the odd record. Consider // checking the types first, then validating. @@ -1055,7 +1055,7 @@ public class CaptiveValidator { } } - // FIXME: it is unclear if we should actually normalize our + // It is unclear if we should actually normalize our // responses Instead, maybe we should just fail if they are // not normal? message = normalize(message);