if (j < 0)
throw new ConfigException(L.l("'cookie-auth-update' expects two parameters"));
}
if (_cookieUpdate != null && _cookieQuery == null)
throw new ServletConfigException(L.l("<cookie-auth-update> expects 'cookie-query' because both update and select queries are needed."));
if (_roleQuery != null) {
i = _roleQuery.indexOf('?');
if (i < 0)
throw new ConfigException(L.l("'role-query' expects a parameter"));