Ticket #7294 (new defect)
Escaped RSS Link
| Reported by: | raziel.jatier@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 |
| Component: | report system | Version: | 0.11b1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In .10, I created a report that would have 1 line every time someone entered a new comment or made a change to the ticket. In the where clause, I restricted it to ticket that were relevant to you because you were the owner, reporter, or the cc. I accomplished that with this line:
id||'#'||oldvalue AS ticket,
I would then subscribe to the rss feed and be able to get comment updates on tickets relevant to me. As of .11 the way the the <link> gets created in the rss feed and the report escapes the # so that I get the error:
No handler matched request to /ticket/1092#2
If you look in the url it appears as:
https://trac.usme-qcs.org/sis/ticket/1092%232
It's obviously escaping the # with %23. Is there any way that I can either control the way that the links are created in the report and rss feed, or a way to disable escaping the # symbol?


