Letractively / flaxcrawler

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

Check on Max content length #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The check on max content length does not work correctly. Small files are 
rejected by the crawler. 

See the file DefaultDownloader, method checkConstaints. 

I think the last operator in the following expression shd be a >. 

if (maxContentLength > 0 && contentLength > 0 && contentLength < 
maxContentLength) 

Original issue reported on code.google.com by matthijs...@gmail.com on 18 Aug 2011 at 6:27

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r102.

Original comment by ay.mesh...@gmail.com on 9 Dec 2011 at 7:25

GoogleCodeExporter commented 8 years ago
Thank you! Fixed this.

Original comment by ay.mesh...@gmail.com on 9 Dec 2011 at 7:26