Opened 10 years ago

Closed 7 years ago

Last modified 6 years ago

#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 Cas)

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:1 Changed 10 years ago by Doadin

apparently backslashes dont work i hope message is still clear.

Last edited 10 years ago by Doadin (previous) (diff)

comment:2 Changed 10 years ago by Cas

  • Component changed from other/unknown to GTK-UI
  • Description modified (diff)
  • Priority changed from minor to trivial
  • Summary changed from [gtkui] Add Tracker issue to CreateTorrent dialog not handling malformed tracker urls

comment:3 Changed 8 years ago by Doadin

"replace" or "re" can be use to fix this.

comment:4 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.0

comment:5 Changed 7 years ago by Cas

  • Resolution set to Fixed
  • Status changed from new to closed

comment:6 Changed 6 years ago by Cas

  • Milestone changed from 2.0 to 2.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.