Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurences per tag.

TagTotal number of occurences
@todo0
TODO9

Each tag is detailed below:

@todo

Number of occurences found in the code: 0

TODO

Number of occurences found in the code: 9

org.apache.james.jspf.impl.DNSServiceXBillImplLine
fail!126
org.apache.james.jspf.impl.SPFQueryLine
Use HelpFormatter for printing usage170
org.apache.james.jspf.macro.MacroExpandLine
URLEncoder method is not RFC2396 compatible, known difference is Space character gets converted to "+" rather than "%20" Is there anything else which is not correct with URLEncoder? Couldn't find a RFC2396 encoder467
org.apache.james.jspf.parser.DefaultSPF1ParserLine
doubts about the specification - redirect or exp with no domain-spec are evaluated as an unknown-modifiers according to the current spec (it does not make too much sense) - top-label is defined differently in various specs. We'll have to review the code. - http://data.iana.org/TLD/tlds-alpha-by-domain.txt (we should probably beeter use and alpha sequence being at least 2 chars - Somewhere is defined as "." TLD [ "." ] - Otherwise defined as ( *alphanum ALPHA *alphanum ) / ( 1*alphanum "-" *( * alphanum / "-" ) alphanum )67
is it ok to use a Runtime for this? Or should we use a PermError here?342
org.apache.james.jspf.policies.SPFRetrieverLine
is this correct? we remove the first and last char if the result has an initial " remove '"'101
org.apache.james.jspf.terms.AMechanismLine
Should we replace this with the "right" Exceptions ?101
should we use cidr from the parameters or the input checkAddress cidr?152
org.apache.james.jspf.terms.ExpModifierLine
add logging here! Only catch the error and return null96