Ticket #40 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by rgrp

  • Status changed from new to closed
  • Resolution set to fixed
  • Description modified (diff)

Fixed in r211.

Note: See TracTickets for help on using tickets.