401402403404405406407408409410411
reloc.setLocation(url); lr.setTarget(null); lr.setReply(reloc); return true; } else { Reply error = request.makeReply(HTTP.NOT_FOUND) ; error.setContent(msg) ; lr.setTarget(null); lr.setReply(error); return true; }