385386387388389390391392393394395
for (int i=0; doit && (i<w.length); i++) { doit = (w[i].getStatus() != 113); } } if (doit) { reply.addWarning(WARN_HEURISTIC); } } } } reply.setProxy(true);
268269270271272273274275276277278
if (hw == null) { hw = HttpFactory.makeWarning(HttpWarning.TRANSFORMATION_APPLIED); hw.setAgent("Jigsaw"); hw.setText("Body modified for HTML conformance using JTidy"); reply.addWarning(hw); } } return null; } }