[tor-bugs] #19924 [Metrics/CollecTor]: collector.properties: base url should not be in quotes

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Aug 16 12:30:45 UTC 2016


#19924: collector.properties: base url should not be in quotes
-----------------------------------+--------------------
     Reporter:  iwakeh             |      Owner:  iwakeh
         Type:  defect             |     Status:  new
     Priority:  Low                |  Milestone:
    Component:  Metrics/CollecTor  |    Version:
     Severity:  Minor              |   Keywords:
Actual Points:                     |  Parent ID:
       Points:                     |   Reviewer:
      Sponsor:                     |
-----------------------------------+--------------------
 The default `collector.properties` base url should not be in quotes,
 i.e.
 {{{
 --- a/src/main/resources/collector.properties
 +++ b/src/main/resources/collector.properties
 @@ -47,7 +47,7 @@ UpdateindexOffsetMinutes = 0
  ######## General Properties ########
  # The URL of this instance.  This will be the base URL
  # written to index.json
 -InstanceBaseUrl = "https://collector.torproject.org"
 +InstanceBaseUrl = https://collector.torproject.org
  # The target location for index.json and its compressed
  # versions index.json.gz, index.json.bz2, and index.json.xz
  IndexPath = .
 }}}

 This prevents the following in `index.json`
 {{{
 ... ,"path":"\"https://collector.torproject.org\"",...
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/19924>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list