cif2cif / ldspider

Automatically exported from code.google.com/p/ldspider
0 stars 0 forks source link

404 during intialization of TldManager #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create Crawler object

Sep 24, 2010 10:12:20 AM com.ontologycentral.ldspider.tld.TldManager <init>
INFO: status 404 for 
http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/src/effective_tld_name
s.dat?raw=1
Sep 24, 2010 10:12:20 AM com.ontologycentral.ldspider.Crawler <init>
INFO: cannot get tld file online cannot access 
http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/src/effective_tld_name
s.dat?raw=1: 404

The URL is incorrect, it should be: 

http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.da
t?raw=1

Original issue reported on code.google.com by glad...@gmail.com on 24 Sep 2010 at 8:20

GoogleCodeExporter commented 9 years ago
thanks, bug fixed and closed

Original comment by andr...@harth.org on 24 Sep 2010 at 12:43