* FetchWhois.java

fix whois uri syntax - add missing "/" token
This commit is contained in:
nlevitt
2011-04-07 17:17:48 +00:00
parent 020ef44551
commit f2ad45045b
@@ -70,8 +70,7 @@ import com.sleepycat.je.DatabaseException;
* Generic Syntax</i>:
* </p>
*
* <blockquote>whoisurl = "whois:" [ "//" host [ ":" port ] ]
* whoisquery</blockquote>
* <blockquote>whoisurl = "whois:" [ "//" host [ ":" port ] "/" ] whoisquery</blockquote>
*
* <p>
* <b>whoisquery</b> is a url-encoded string. In ABNF,