This file is indexed.

/usr/lib/python2.7/dist-packages/Bcfg2/Reporting/templates/404.html is in bcfg2-server 1.4.0~pre2+git141-g6d40dace6358-1.

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
{% extends 'base.html' %}
{% block title %}Bcfg2 - Page not found{% endblock %}
{% block fullcontent %}
<h2>Page not found</h2>
<p>
The page or object requested could not be found.
</p>
{% endblock %}