Nutch 0.9 quoted with " must be escaped

Wed Sep 24 09:35:00 CDT 2008

The search mechanism in our wiki at work stinks, so I've been playing with nutch. I dropped it's war into tomcat and set up the nutch-site.xml as described in the wiki, but ran into this:

org.apache.jasper.JasperException: /search.jsp(151,22) Attribute value language + "/include/header.html" is quoted with " which must be escaped when used within the value

I wonder if this is tomcat6 specific. I fixed it by putting in \ before the quotes at line 151 of search.jsp: "/>

Wow. I dread that this is a warning of issues to come for our migration.