mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Merge remote-tracking branch 'remediate/master' into LFS-01-007
This commit is contained in:
commit
bb31215134
1
newsfragments/3819.security
Normal file
1
newsfragments/3819.security
Normal file
@ -0,0 +1 @@
|
||||
The introducer server no longer writes the sensitive introducer fURL value to its log at startup time. Instead it writes the well-known path of the file from which this value can be read.
|
@ -136,7 +136,7 @@ class _IntroducerNode(node.Node):
|
||||
os.rename(old_public_fn, private_fn)
|
||||
furl = self.tub.registerReference(introducerservice,
|
||||
furlFile=private_fn)
|
||||
self.log(" introducer is at %s" % furl, umid="qF2L9A")
|
||||
self.log(" introducer can be found in {!r}".format(private_fn), umid="qF2L9A")
|
||||
self.introducer_url = furl # for tests
|
||||
|
||||
def init_web(self, webport):
|
||||
|
@ -493,7 +493,7 @@ class DownloadTest(_Base, unittest.TestCase):
|
||||
d.addCallback(_done)
|
||||
return d
|
||||
|
||||
def test_simultaneous_onefails_onecancelled(self):
|
||||
def test_simul_1fail_1cancel(self):
|
||||
# This exercises an mplayer behavior in ticket #1154. I believe that
|
||||
# mplayer made two simultaneous webapi GET requests: first one for an
|
||||
# index region at the end of the (mp3/video) file, then one for the
|
||||
|
Loading…
Reference in New Issue
Block a user