DAVServlet.putAuthCookie(context, this.request, this.response, true);
return context;
}
else if (status == AuthenticationMethod.BAD_CREDENTIALS)
{
context.abort();
throw new LNIRemoteException(
"Authentication failed: Bad Credentials.");
}
else if (status == AuthenticationMethod.CERT_REQUIRED)
{