Modify ↓
#2517 closed defect (fixed)
RSS feed has some lt-gt escaping problems.
Reported by: | viktor | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | normal | Milestone: | 0.9.3 |
Component: | ticket system | Version: | 0.9.2 |
Severity: | normal | Keywords: | query |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If you use a TicketQuery as feed source in Liferea, you get the following error:
Entity: line 34: parser error : Opening and ending tag mismatch: span line 34 and title tle>#2048: Wiki macros for generating `<div>`s and `<span>`s with classes</title ^ Entity: line 54: parser error : Opening and ending tag mismatch: div line 34 and item [Parser error output was truncated!]
In Firefox it just silently fails to load.
It must be some lt-gt escaping, so HTML escaping the fields before emiting to feed. But didn't investigated it deeper.
Attachments (0)
Change History (6)
comment:1 by , 19 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Component: | general → ticket system |
---|---|
Keywords: | query added |
Milestone: | → 0.9.3 |
Resolution: | duplicate |
Status: | closed → reopened |
Actually, this seems to be a different problem.
comment:3 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:4 by , 19 years ago
Status: | new → assigned |
---|
comment:5 by , 19 years ago
This should have been fixed in [2685]. I'm leaving this open until we've merged this into 0.9-stable.
comment:6 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in 0.9-stable in [2724].
Note:
See TracTickets
for help on using tickets.
I think this is the same issue as described in #2290.