Hi,

I was going over the code and I noticed the following in

class org.apache.nutch.parse.html.HTMLMetaProcessor

method getMetaTagsHelper

the following code would fail in case the meta tags are in upper case

        Node nameNode = attrs.getNamedItem("name");
        Node equivNode = attrs.getNamedItem("http-equiv");
        Node contentNode = attrs.getNamedItem("content");


G.


Reply via email to