Opened 9 years ago
Closed 9 years ago
#36620 closed defect (bug) (fixed)
Feeds using an rss-http content type are now served as application/octet-stream
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 4.5.1 | Priority: | normal |
Severity: | normal | Version: | 4.5 |
Component: | Feeds | Keywords: | has-patch fixed-major |
Focuses: | Cc: |
Description
In r36230, rss-http
was removed as an allowed content type for feeds as it's not used in core. This means that any custom feeds that are using that content type are now being served as application/octet-stream
instead of text/xml
, which means the client attempts to download the feed.
This problem has been seen on some live sites hosted on WP.com VIP, breaking some custom feeds.
Attachments (1)
Change History (11)
#3
@
9 years ago
- Milestone 4.5.1 deleted
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #36334.
#4
@
9 years ago
- Milestone set to 4.5.1
- Resolution duplicate deleted
- Status changed from closed to reopened
Actually, #36334 is close but not quite the same. That issue is about the inability to override the feed's mime type via a filter to get past the issue of application/octet-stream
being the default content type for custom feed types.
#5
@
9 years ago
@johnbillion I see. Thanks for the clarification. In that case, 36620.patch seems fine to me.
Duplicate of #36334? The bug was reported there but I couldn't really reproduce it.