[Nutch-dev] Re: Simple bug in jsp pages.

2005-03-11 Thread John X
On Fri, Mar 11, 2005 at 07:31:21PM +0100, Piotr Kosiorowski wrote: > Hello all, > In latest SVN version (but it was introduced in CVS I think) there is a > simple error in two JSP pages. > refine-query-init.jsp : > String urls = > org.apache.nutch.util.NutchConf.get("extension.ontology.urls"); >

[Nutch-dev] Re: Simple bug in jsp pages.

2005-03-11 Thread Stefan Groschupf
Would great if someone can create a bug report. Thanks. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading

[Nutch-dev] Re: Simple bug in jsp pages.

2005-03-11 Thread Luke Baker
On 03/11/2005 01:31 PM, Piotr Kosiorowski wrote: Hello all, In latest SVN version (but it was introduced in CVS I think) there is a simple error in two JSP pages. refine-query-init.jsp : String urls = org.apache.nutch.util.NutchConf.get("extension.ontology.urls"); should be: String urls = org.ap