Ticket #40 (closed defect: fixed)
Reserved html characters (such as &) in urls mean package does not render for read view
| Reported by: | rgrp | Owned by: | rgrp |
|---|---|---|---|
| Priority: | major | Milestone: | v0.5 |
| Component: | ckan | Keywords: | |
| Cc: | Repository: | ||
| Theme: |
Description (last modified by rgrp) (diff)
A url such as: http://someurl.com/xyz?x=1&VERSION=1.1&Service=WFS when set as url or download_url breaks the rendering of the package with an error like:
There was an error rendering the package: not well-formed (invalid token): line 1, column 181
Have checked that removing the & stuff makes the error go away so this looks like an issue with escaping urls when displaying them ...
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in r211.