Defect #64
Support flv-application/octet-stream as a valid Flash Video mime type
| Status: | Verified | Start: | 2008-04-03 | |
| Priority: | Low | Due date: | ||
| Assigned to: | Geoffrey Sneddon | % Done: | 0% |
|
| Category: | Data Access | |||
| Target version: | 1.1.2 | |||
| Affected Version: | 1.1.1 |
PHP Version: | 5.2.5 |
|
| mbstring enabled: | Yes |
iconv enabled: | Yes |
|
| cURL enabled: | Yes |
zlib enabled: | Yes |
|
Description
Support flv-application/octet-stream as a valid Flash Video mime type. http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19439
Associated revisions
History
Updated by Michael Shipley 725 days ago
Proposed patch:
- $types_fmedia = array('video/flv', 'video/x-flv'); // Flash Media Player
+ $types_fmedia = array('video/flv', 'video/x-flv','flv-application/octet-stream'); // Flash Media Player
Updated by Geoffrey Sneddon 686 days ago
Michael Shipley wrote:
Proposed patch:
- $types_fmedia = array('video/flv', 'video/x-flv'); // Flash Media Player + $types_fmedia = array('video/flv', 'video/x-flv','flv-application/octet-stream'); // Flash Media Player
Can you just commit that to trunk and 1.1?
Updated by Geoffrey Sneddon 686 days ago
- Assigned to changed from Ryan Parman to Michael Shipley
Updated by Geoffrey Sneddon 659 days ago
And remember to reference the bug in the commit message (i.e., "fixes"/"fixing"/"patching" #64)?
Updated by Michael Shipley 659 days ago
- Status changed from New to Fixed
Updated by Geoffrey Sneddon 659 days ago
- Status changed from Fixed to New
How about fixing it in 1.1 before marking it fixed?
Updated by Geoffrey Sneddon 638 days ago
- Assigned to changed from Michael Shipley to Geoffrey Sneddon
Updated by Geoffrey Sneddon 638 days ago
- Status changed from New to Fixed
Applied in changeset r1005.
Updated by Geoffrey Sneddon 627 days ago
- Status changed from Fixed to Verified