HTTP/1.1 200 OK
Date: Thu, 10 Oct 2024 06:19:48 GMT
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 579
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Gerrit Code Review</title>
<script type="text/javascript">
var href = window.location.href;
var p = href.indexOf('#');
var token;
if (p >= 0) {
token = href.substring(p);
href = href.substring(0, p);
} else {
token = '';
}
window.location.replace(href + 'login/' + token);
</script>
</head>
<body>
<p>Redirecting to <a href="login/">Gerrit Code Review</a>.</p>
</body>
</html>