From: Olaf H. <ha...@in...> - 2009-06-10 14:12:07
|
Hey, On Saturday 06 June 2009 21:59:18 Tim Pizey wrote: > [...] > in DereferencerThread > > private DereferencingResult parseRdf(DereferencingTask task, String lang) > throws Exception { if (lang.equals("default")) > lang = null; > if (lang.equals("html") || lang.equals("HTML")){ > > We can see by inspection that if the lang is "default" we will get an NPE Fixed this bug. Olaf |