You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Kevin MacDonald <ke...@hautesecure.com> on 2008/09/23 21:25:36 UTC

BasicURLNormalizer problem

Let's say a fetch causes a redirect to an Url that looks like "
http://www.foo.com?returnurl=http://somethingelse.com"
BasicURLNormalizer will change it to "
http://www.foo.com?returnurl=http:/somethingelse.com". Note that one of the
slashes in the query string got removed. I don't think this is the intended
behavior.

Kevin