blob: 413fee528814d2566678687062b99e2d2e3f3992 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>jSPF - Tag List report</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>
<body class="composite">
<div id="banner">
<a href="index.html" id="bannerLeft">
<img src="images/james-jspf-logo.gif" alt="" />
</a>
<a href="http://www.apache.org/index.html" id="bannerRight">
<img src="images/asf-logo-reduced.gif" alt="" />
</a>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
Last Published: 04/21/2007
</div>
<div class="xright"> <a href="../index.html">JAMES Project</a>
|
<a href="../server/index.html">Server</a>
|
<a href="../jspf/index.html">jSPF</a>
|
<a href="../mime4j/index.html">Mime4J</a>
|
<a href="../jsieve/index.html">JSieve</a>
|
<a href="../postage/index.html">Postage</a>
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<h5>jSPF</h5>
<ul>
<li class="none">
<a href="index.html">Overview</a>
</li>
<li class="none">
<a href="FAQ.html">jSPF FAQ</a>
</li>
<li class="none">
<a href="mail-lists.html">Mailing Lists</a>
</li>
</ul>
<h5>Documentation</h5>
<ul>
<li class="none">
<a href="apidocs/index.html">jSPF Javadocs</a>
</li>
<li class="none">
<a href="rfclist.html">Useful RFCs</a>
</li>
</ul>
<h5>Project</h5>
<ul>
<li class="none">
<a href="issue-tracking.html">Bug Database</a>
</li>
<li class="none">
<a href="source-repository.html">Source Code</a>
</li>
<li class="none">
<a href="team-list.html">Who We Are</a>
</li>
<li class="none">
<a href="license.html">License</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="collapsed">
<a href="project-info.html">Project Information</a>
</li>
<li class="expanded">
<a href="project-reports.html">Project Reports</a>
<ul>
<li class="none">
<a href="cpd.html">CPD Report</a>
</li>
<li class="none">
<a href="apidocs/index.html">JavaDocs</a>
</li>
<li class="none">
<a href="pmd.html">PMD Report</a>
</li>
<li class="none">
<a href="jxr.html">Source Xref</a>
</li>
<li class="none">
<strong>Tag List</strong>
</li>
</ul>
</li>
</ul>
<h5>Downloads</h5>
<ul>
<li class="none">
<a href="../download.cgi">Stable releases</a>
</li>
<li class="none">
<a href="../downloadunstable.cgi">Unstable releases</a>
</li>
<li class="none">
<a href="http://people.apache.org/builds/james/nightly/">Nightly builds</a>
</li>
</ul>
<a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<div class="section"><h2>Tag List Report</h2><p>The following document contains the listing of user tags found in the code. Below is the summary of the occurences per tag.</p><table class="bodyTable"><tr class="a"><th>Tag</th><th>Total number of occurences</th></tr><tr class="b"><td><a href="#@todo">@todo</a></td><td>0</td></tr><tr class="a"><td><a href="#TODO">TODO</a></td><td>9</td></tr></table><p>Each tag is detailed below:</p><div class="section"><h3><a name="@todo">@todo</a></h3><p><b>Number of occurences found in the code: 0</b></p></div><div class="section"><h3><a name="TODO">TODO</a></h3><p><b>Number of occurences found in the code: 9</b></p><table class="bodyTable"><tr class="b"><th>org.apache.james.jspf.impl.DNSServiceXBillImpl</th><th>Line</th></tr><tr class="a"><td>fail!</td><td><a href="./xref/org/apache/james/jspf/impl/DNSServiceXBillImpl.html#126">126</a></td></tr></table><table class="bodyTable"><tr class="b"><th>org.apache.james.jspf.impl.SPFQuery</th><th>Line</th></tr><tr class="a"><td>Use HelpFormatter for printing usage</td><td><a href="./xref/org/apache/james/jspf/impl/SPFQuery.html#170">170</a></td></tr></table><table class="bodyTable"><tr class="b"><th>org.apache.james.jspf.macro.MacroExpand</th><th>Line</th></tr><tr class="a"><td>URLEncoder method is not RFC2396 compatible, known difference is Space character gets converted to &quot;+&quot; rather than &quot;%20&quot; Is there anything else which is not correct with URLEncoder? Couldn't find a RFC2396 encoder</td><td><a href="./xref/org/apache/james/jspf/macro/MacroExpand.html#467">467</a></td></tr></table><table class="bodyTable"><tr class="b"><th>org.apache.james.jspf.parser.DefaultSPF1Parser</th><th>Line</th></tr><tr class="a"><td>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 &quot;.&quot; TLD [ &quot;.&quot; ] - Otherwise defined as ( *alphanum ALPHA *alphanum ) / ( 1*alphanum &quot;-&quot; *( * alphanum / &quot;-&quot; ) alphanum )</td><td><a href="./xref/org/apache/james/jspf/parser/DefaultSPF1Parser.html#67">67</a></td></tr><tr class="b"><td>is it ok to use a Runtime for this? Or should we use a PermError here?</td><td><a href="./xref/org/apache/james/jspf/parser/DefaultSPF1Parser.html#342">342</a></td></tr></table><table class="bodyTable"><tr class="a"><th>org.apache.james.jspf.policies.SPFRetriever</th><th>Line</th></tr><tr class="b"><td>is this correct? we remove the first and last char if the result has an initial &quot; remove '&quot;'</td><td><a href="./xref/org/apache/james/jspf/policies/SPFRetriever.html#101">101</a></td></tr></table><table class="bodyTable"><tr class="a"><th>org.apache.james.jspf.terms.AMechanism</th><th>Line</th></tr><tr class="b"><td>Should we replace this with the &quot;right&quot; Exceptions ?</td><td><a href="./xref/org/apache/james/jspf/terms/AMechanism.html#101">101</a></td></tr><tr class="a"><td>should we use cidr from the parameters or the input checkAddress cidr?</td><td><a href="./xref/org/apache/james/jspf/terms/AMechanism.html#152">152</a></td></tr></table><table class="bodyTable"><tr class="b"><th>org.apache.james.jspf.terms.ExpModifier</th><th>Line</th></tr><tr class="a"><td>add logging here! Only catch the error and return null</td><td><a href="./xref/org/apache/james/jspf/terms/ExpModifier.html#96">96</a></td></tr></table></div></div>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">&#169;
2006-2007
The Apache Software Foundation
</div>
<div class="clear">
<hr/>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1384591-1";
urchinTracker();
</script>
</body>
</html>