mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-24 22:55:45 +00:00
* FetchWhois.java
fix whois uri syntax - add missing "/" token
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user