Opened 10 years ago
Closed 10 years ago
#36620 closed defect (bug) (fixed)
Feeds using an rss-http content type are now served as application/octet-stream
| Reported by: | johnbillion | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.5.1 |
| Component: | Feeds | Version: | 4.5 |
| Severity: | normal | Keywords: | has-patch fixed-major |
| Cc: | Focuses: |
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)
#4
@
10 years ago
- Milestone → 4.5.1
- Resolution duplicate
- Status closed → 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
@
10 years ago
@johnbillion I see. Thanks for the clarification. In that case, 36620.patch seems fine to me.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #36334? The bug was reported there but I couldn't really reproduce it.