This file is indexed.

/usr/share/doc/python-apache-openid/examples/redirect/success.html is in python-apache-openid 2.0.1-0ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<html>
<head>
    <title>OpenID authentication successful</title>
</head>
<body>
You have been successfully authenticated. After clicking on the
<strong>Logout</strong> link, you will be redirected to an external website.
<a href="+logout">Logout</a>
</body>
</html>