[tahoe-lafs-trac-stream] [tahoe-lafs] #1806: automatically url-decode capabilities in cli
tahoe-lafs
trac at tahoe-lafs.org
Fri Sep 14 12:26:00 UTC 2012
#1806: automatically url-decode capabilities in cli
-------------------------------+---------------------------
Reporter: ChosenOne | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: undecided
Component: code-frontend-cli | Version: 1.9.2
Keywords: | Launchpad Bug:
-------------------------------+---------------------------
currently copy&paste from WUI to CLI messes things up, when capstrings
come into play:
my browser shows colons as %3A and I don't like replacing them every time.
How about the CLI automatically URL-decoding capstrings when required?
I suppose that this might pose a few risk, so afaict a simple string
`capstr.replace("%3A",':')` might suffice? Are there other special chars
we'd need to take care of?
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1806>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list