Opened 18 years ago
Closed 18 years ago
#5084 closed defect (invalid)
"query" tag can't be used with parameter values containing spaces
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.10.3.1 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
There seems to be no way to encode a space in a "query" tag. I discovered this because I have several Component names containing spaces.
A literal space can't be used because of the normal tag syntax (space delimits wiki-URL from label).
A "+" gets encoded to "%2B" and breaks the query.
Component names can be referenced if one uses the query-string format (query:?...
). They also seem to work fine in the TicketQuery
macro, which accepts literal spaces in its arguments.
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
That works — thanks. Sorry for the bogus ticket.
Have you tried the way described in TracLinks#QuotingspaceinTracLinks?