Fossil SCM
wiki doesn't parse finfo links correctly
Closed
d7866519465af9a…
· opened 15 years, 1 month ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Cosmetic
- Resolution
- Works_As_Designed
- Subsystem
- —
- Created
- Feb. 23, 2011 11:00 p.m.
If you try and create a wiki link to an finfo resource, you'll end up with an escaped URL.
[some/path/foo.txt](/finfo?name=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:
[whatever](/finfo?name=some/path/foo.txt)