Changes between Initial Version and Version 2 of Ticket #2476


Ignore:
Timestamp:
07/11/2014 08:24:41 AM (10 years ago)
Author:
Calum
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2476

    • Property Priority minortrivial
    • Property Component other/unknownGTK-UI
    • Property Summary [gtkui] Add Tracker issueCreateTorrent dialog not handling malformed tracker urls
  • Ticket #2476 – Description

    initial v2  
    11By 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.
    22
    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.
     3In 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.
    44
     5{{{
    56http://tracker.test.com/announce
    67http:\\tracker.test2.com/announce2
    78http:\\test.crap.net/announce99
     9}}}
    810
    911Note the differnece is the backslashes verse the forward slash after "http:" .
    1012
    11 I know in some other python apps when a certin url is given in a config file the app rewrites the url. Maybe should try inplementing something like that.
     13I 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.