mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-24 22:55:45 +00:00
Merge pull request #94 from nlevitt/ari-3724
do not require "+" (plus sign) before @OPERATOR_CONTACT_URL@ in user-age...
This commit is contained in:
@@ -201,7 +201,7 @@ implements UserAgentProvider,
|
||||
protected static Validator VALIDATOR = new BeanFieldsPatternValidator(
|
||||
CrawlMetadata.class,
|
||||
"userAgentTemplate",
|
||||
"^.*\\+@OPERATOR_CONTACT_URL@.*$",
|
||||
"^.*@OPERATOR_CONTACT_URL@.*$",
|
||||
"You must supply a userAgentTemplate value that includes " +
|
||||
"the string \"@OPERATOR_CONTACT_URL@\" where your crawl" +
|
||||
"contact URL will appear.",
|
||||
|
||||
Reference in New Issue
Block a user