static Web webWithoutIndexAndLock() { Web web = simpleWeb(); web.index = null; web.lock = null; ret web; }