|
|
Choosing A Webhost: |
svn commit: r391308 - /lenya/branches/BRANCH_1_2_X/src/java/org/apache/leny: msg#00003cms.lenya.cvs
Author: michi Date: Tue Apr 4 06:40:49 2006 New Revision: 391308 URL: http://svn.apache.org/viewcvs?rev=391308&view=rev Log: return null if local robots has not been specified within crawler config Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/search/crawler/CrawlerConfiguration.java Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/search/crawler/CrawlerConfiguration.java URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/search/crawler/CrawlerConfiguration.java?rev=391308&r1=391307&r2=391308&view=diff ============================================================================== --- lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/search/crawler/CrawlerConfiguration.java (original) +++ lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/search/crawler/CrawlerConfiguration.java Tue Apr 4 06:40:49 2006 @@ -240,7 +240,12 @@ public String getRobotsFileResolved() { log.debug(robots_file); - return resolvePath(robots_file); + if (robots_file != null) { + return resolvePath(robots_file); + } else { + log.warn("No local robots file specified!"); + return null; + } } /**
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r391273 - /lenya/trunk/src/java/org/apache/lenya/cms/metadata/MetaDataImpl.java, thorsten |
|---|---|
| Next by Date: | svn commit: r392378 - in /lenya/trunk/tools/anttasks: CopyPublicationsTask.java org/apache/lenya/cms/ant/CopyPublicationsTask.class, michi |
| Previous by Thread: | svn commit: r391273 - /lenya/trunk/src/java/org/apache/lenya/cms/metadata/MetaDataImpl.java, thorsten |
| Next by Thread: | svn commit: r392378 - in /lenya/trunk/tools/anttasks: CopyPublicationsTask.java org/apache/lenya/cms/ant/CopyPublicationsTask.class, michi |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |