Ticket #1006 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

imporperly parsed URL " character

Reported by: nickburlett Assigned to: timothy
Priority: highest Component: Colloquy (GUI)
Version: Latest 2.1 Severity: blocker
Keywords: Cc:

Description

The URL parser seems to include the double-quote character (") as part of a valid URL. For example, the #haskell topic:

["The Haskell programming language: we know when to use callCC!","http://haskell.org","Paste: http://hpaste.org","Logs: http://tunes.org/~nef/logs/haskell/","History: http://tinyurl.com/yowkle","The language of ICFP winners 3 years running"]

Colloquy considers http://hpaste.org","Logs: to be an entire URL.

Change History

02/18/07 23:46:23 changed by timothy

  • status changed from new to closed.
  • resolution set to wontfix.

This is not possible to fix, since " is a valid character. If there was a space after the comma, then it would ignore the ". Note: trac does the same thing when it parses urls.

02/19/07 01:18:41 changed by timothy

  • status changed from closed to reopened.
  • resolution deleted.

Fixed in [3583].

02/19/07 01:18:49 changed by timothy

  • status changed from reopened to closed.
  • resolution set to fixed.