Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#4676 closed patch (fixed)

Stop mythbrowser and mythbookmarks adding invalid URLs

Reported by: amb@… Owned by: stuartm
Priority: minor Milestone: 0.21
Component: mythbrowser Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The mythbrowser program and mythbookmarks plugin allow the addition of URLs into the database that won't work when selected.

If a URL http :www.test/foo?a=1&b=2&c=3 is visited and added as a bookmark then the database entry is http :www.test/foo?a=1&b=2&c=3 which won't load again in mythbrowser.

Also if such a URL is manually typed in then the same happens.

This patch fixes the problem

Attachments (1)

mythurl.diff (998 bytes) - added by amb@… 16 years ago.

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by amb@…

Attachment: mythurl.diff added

comment:1 Changed 16 years ago by stuartm

Milestone: unknown0.21

comment:2 Changed 16 years ago by stuartm

Owner: changed from Isaac Richards to stuartm
Status: newassigned

comment:3 Changed 16 years ago by stuartm

Resolution: fixed
Status: assignedclosed

(In [16310]) Convert ampersand from the html entity before storing a bookmark in the database.

Patch by amb

Fixes #4676

comment:4 Changed 16 years ago by stuartm

(In [16311]) Convert ampersand from the html entity before storing a bookmark in the database.

Patch by amb

Fixes #4676

Note: See TracTickets for help on using tickets.