View Ticket
Not logged in
Ticket UUID: d7866519465af9a74718fc42c44e6b31fbd8a879
Title: wiki doesn't parse finfo links correctly
Status: Closed Type: Code_Defect
Severity: Cosmetic Priority:
Subsystem: Resolution: Works_As_Designed
Last Modified: 2011-02-24 16:53:23
Version Found In: 4f78571eb2
Description & Comments:
If you try and create a wiki link to an finfo resource, you'll end up with an escaped URL.
[finfo?name=some/path/foo.txt|some/path/foo.txt]

will yield:

/wiki?name=finfo%3Fname%3Dsome/path/foo.txt

drh added on 2011-02-24 16:53:23 UTC:
Put a "/" before the web method:

  [/finfo?name=some/path/foo.txt|whatever]