Modify ↓
#9219 closed defect (worksforme)
Paths with space in server-relative links
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.11-stable |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
First works correctly:
[//anothertest/wiki/TestPage "This is test page on another"]
Next 2 not works:
[//anothertest/wiki/Test Page "This is test page on another"] ["//anothertest/wiki/Test Page" "This is test page on another"]
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
follow-up: 3 comment:2 by , 15 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
One can use the WikiCreole style of server relative links:
[[//anothertest/wiki/Test Page|This is test page on another]]
comment:3 by , 15 years ago
Replying to cboos:
One can use the WikiCreole style of server relative links:
[[//anothertest/wiki/Test Page|This is test page on another]]
Works in 0.12, not in 0.11
Note:
See TracTickets
for help on using tickets.
While not intuitive, the following seems to work:
Should we have another quoting mechanism for this case? The
["..."]
syntax is already taken for wiki pages.