Closed GoogleCodeExporter closed 8 years ago
Hi,
I am trying to replicate your scenario but the bug doesn't reproduce.
Here are my pom dependencies:
<dependencies>
<dependency>
<groupId>com.google.code.crawler-commons</groupId>
<artifactId>crawler-commons</artifactId>
<version>0.4</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.7</version>
</dependency>
</dependencies>
This is my code:
LOG.info("Hello World");
BaseHttpFetcher fetcher = RobotUtils.createFetcher(new UserAgent("Mozilla/5.0 (Windows NT 5.1; rv:31.0)", "", "", "Gecko/20100101 Firefox/31.0"), 4);
LOG.info("Hello World");
It runs ok - please check if my code differs than yours and I will check it out.
Original comment by avrah...@gmail.com
on 23 Oct 2014 at 2:32
Closed due to inactivity and no way to reproduce the bug
Original comment by avrah...@gmail.com
on 21 Nov 2014 at 8:34
Original issue reported on code.google.com by
rite2aa...@gmail.com
on 7 Oct 2014 at 9:17