Changes between Initial Version and Version 2 of Ticket #2476
- Timestamp:
- 07/11/2014 08:24:41 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2476
- Property Priority minor → trivial
- Property Component other/unknown → GTK-UI
- Property Summary [gtkui] Add Tracker issue → CreateTorrent dialog not handling malformed tracker urls
-
Ticket #2476 – Description
initial v2 1 1 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. 2 2 3 In addition to the trying to add a tracker with the "\\" to an existing tracker in the gtkui or webui gets rejected (doesnt do anything) no message.3 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. 4 4 5 {{{ 5 6 http://tracker.test.com/announce 6 7 http:\\tracker.test2.com/announce2 7 8 http:\\test.crap.net/announce99 9 }}} 8 10 9 11 Note the differnece is the backslashes verse the forward slash after "http:" . 10 12 11 I know in some other python apps when a cert in url is given in a config file the app rewrites the url. Maybe should try inplementing something like that.13 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.