[tor-bugs] #18301 [Metrics]: Mismatched transport checkboxes in userstats-bridge-transport
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Feb 11 08:34:03 UTC 2016
#18301: Mismatched transport checkboxes in userstats-bridge-transport
-------------------------+-----------------
Reporter: dcf | Owner:
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Metrics | Version:
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: | Sponsor:
-------------------------+-----------------
Since [https://gitweb.torproject.org/metrics-
web.git/commit/?id=cc210f2c9dfa18e3bceaa18b0c4885b299ecb508 cc210f2c9d]
(see GraphServlet.java), the checkbox "Unknown pluggable transport" has
activated scramblesuit, and there's no "scramblesuit" checkbox.
{{{
this.defaultParameters.put("transport", new String[][] {
{ "!<OR>", " checked", "Any pluggable transport" },
{ "obfs2", "", "obfs2" },
{ "obfs3", "", "obfs3" },
{ "obfs4", "", "obfs4" },
{ "websocket", "", "Flash proxy/websocket" },
{ "fte", "", "FTE" },
{ "meek", "", "meek" },
{ "scramblesuit", "", "Unknown pluggable transport(s)" },
{ "<OR>", "", "Default OR protocol" } });
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/18301>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list