Merge "Fix handling of "Session Expired" with SSL certificates."

This commit is contained in:
Shawn Pearce
2011-04-07 19:32:58 -07:00
committed by Android Code Review
3 changed files with 80 additions and 0 deletions

View File

@@ -207,6 +207,7 @@ public class Gerrit implements EntryPoint {
switch (myConfig.getAuthType()) {
case HTTP:
case HTTP_LDAP:
case CLIENT_SSL_CERT_LDAP:
Location.assign(Location.getPath() + "login/" + token);
break;