I'm using nutch 0.8.1, and I found a bug in the protocol-http plugin.

In case you try an URL like http://mobile.live.com?sky=y  (so no slash after
the .com, and it's legal), it will create a get query like:
  GET ?sky=y HTTP/1.0
instead of 
  GET /?sky=y HTTP/1.0

and I checked in the /trunk repository of nutch project, it's the same code,
so same problem.

Maybe nutch 0.9 is now using protocol-httpclient as default and not anymore
protocol-http, 
is it worth reporting the bug? (and fixing it is just one easy line)
and if so how to report a bug and send a patch? do I just create a Jira
account and a new ticket?
-- 
View this message in context: 
http://www.nabble.com/found-a-bug-in-plugin-protocol-http-tp16559729p16559729.html
Sent from the Nutch - Dev mailing list archive at Nabble.com.

Reply via email to