611612613614615616617
entry.setResponse(new HarResponse(-998, "Bad URI", "HTTP/1.1")); entry.setTimings(new HarTimings()); har.getLog().addEntry(entry); } throw new BadURIException("Bad URI requested: " + url); }