#330 closed defect (fixed)
svnwiki-sxml parses https links as internal links
Reported by: | sjamaan | Owned by: | Jim Ursetto |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | wiki | Version: | 4.5.x |
Keywords: | svnwiki-sxml | Cc: | |
Estimated difficulty: |
Description
And probably other types of links too.
The URL matcher is too specific for http. It should probably accept any scheme (what if I want to link to a file on FTP? etc)
See https://wiki.call-cc.org/eggref/4/pstk for an example (https link under "Examples", title "svn repository")
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Yep, seems to work fine. I've updated call-cc.org with this change.
Note: See
TracTickets for help on using
tickets.
Should be ok now in 0.2.4, please test.