[tor-commits] [metrics-web/master] Document new `fingerprint` line in bridge-network-status documents.

karsten at torproject.org karsten at torproject.org
Thu Jul 6 13:32:46 UTC 2017


commit f170d03a7c10fbfbefa3ae0a64d27773121329a3
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Thu Jul 6 15:31:21 2017 +0200

    Document new `fingerprint` line in bridge-network-status documents.
    
     * FIXES part of #22207: https://bugs.torproject.org/22207
    
    Adapted from isislovecruft/collector commit 71bc054.
---
 website/src/main/resources/web/WEB-INF/collector.jsp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/website/src/main/resources/web/WEB-INF/collector.jsp b/website/src/main/resources/web/WEB-INF/collector.jsp
index 9edad80..5f078c6 100644
--- a/website/src/main/resources/web/WEB-INF/collector.jsp
+++ b/website/src/main/resources/web/WEB-INF/collector.jsp
@@ -458,7 +458,8 @@ descriptor including all signatures.</li>
 
 <p>
 Sanitized bridge network statuses are similar to version 2 relay network
-statuses, but with only a <code>published</code> line in the header and
+statuses, but with only a <code>published</code> line and a
+<code>fingerprint</code> line in the header, and
 without any lines in the footer.
 The format has changed over time to accomodate changes to the sanitizing
 process, with earlier versions being:
@@ -468,6 +469,9 @@ process, with earlier versions being:
 <li><code>@type bridge-network-status 1.0</code> was the first version.</li>
 <li><code>@type bridge-network-status 1.1</code> introduced sanitized TCP
 ports.</li>
+<li><code>@type bridge-network-status 1.2</code> introduced the
+<code>fingerprint</code> line, containing the fingerprint of the bridge
+authority which produced the document, to the header.</li>
 </ul>
 
 <h3 id="type-bridge-server-descriptor" class="hover">Bridge Server descriptors



More information about the tor-commits mailing list