Opened 17 years ago
Closed 15 years ago
#6508 closed (fixed)
contrib.syndication feed links break with https-urls
Reported by: | Ville Säävuori | Owned by: | nobody |
---|---|---|---|
Component: | contrib.syndication | Version: | dev |
Severity: | Keywords: | url, feeds, https, syndication, contrib.syndication | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The current add_domain
-method checks if the link URL starts with 'http://'
so it breaks with URLs that start with 'https://'
.
I searched for previous mentions about this bug but didn't find any tickets. Attached one-line patch changes the method so that it checks both http and https.
Attachments (1)
Change History (5)
by , 17 years ago
Attachment: | add_domain.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
This ticket was fixed 18 months ago, if you believe there is a new issue please file a new ticket.
Note:
See TracTickets
for help on using tickets.
Fixed diff root