#2476 closed bug (Fixed)
CreateTorrent dialog not handling malformed tracker urls
Reported by: | Doadin | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 2.0.0 |
Component: | GTK UI | Version: | develop |
Keywords: | Cc: |
Description (last modified by )
By trying to add the following trackers in the gtkui create torrent dialog the top tracker gets listed 3 times and the other 2 not at all. In the edit tracker add dialog all three show up just fine as is.
In addition to the trying to add a tracker with the "
" to an existing tracker in the gtkui or webui gets rejected (doesn't do anything) no message.
http://tracker.test.com/announce http:\\tracker.test2.com/announce2 http:\\test.crap.net/announce99
Note the differnece is the backslashes verse the forward slash after "http:" .
I know in some other python apps when a certain url is given in a config file the app rewrites the url. Maybe should try implementing something like that.
Change History (6)
comment:2 by , 10 years ago
Component: | other/unknown → GTK-UI |
---|---|
Description: | modified (diff) |
Priority: | minor → trivial |
Summary: | [gtkui] Add Tracker issue → CreateTorrent dialog not handling malformed tracker urls |
comment:4 by , 8 years ago
Milestone: | 2.0.x → 2.0 |
---|
Note:
See TracTickets
for help on using tickets.
opps apparently trying to quote backslahes doesnt work. Message still clear i hope.