Make WordPress Core

Changes between Initial Version and Version 17 of Ticket #42560


Ignore:
Timestamp:
04/19/2019 11:09:31 AM (6 years ago)
Author:
xkon
Comment:

Just wanted to throw an update here.

The issue can be easily seen if you try to load the file via the 'normal' paths for example in the case I bumped into today was:

somemulti.site/subsite/files/2019/01/video.mp4 - this would return an Failed to load resource: Plug-in handled load Selected Element error.

But getting the direct file from somemulti.site/wp-content/blogs.dir/2/files/2019/01/video.mp4 was ok.

After applying the patch everything it seems to work fine using latest Safari.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42560

    • Property Status changed from new to reopened
    • Property Focuses multisite added
    • Property Version changed from 4.8.3 to 3.0
  • Ticket #42560 – Description

    initial v17  
    33We have determined that this is not an issue with our Apache server (seems to happen to some folks that they have disabled range request headers) as the same file uploaded elsewhere on our server but externally from the wordpress site loads fine.
    44
    5 It seems that perhaps the video is attempting to load in byte ranges but that Wordpress is returning a 200 response instead of a 206, but that is just a hunch.
     5It seems that perhaps the video is attempting to load in byte ranges but that WordPress is returning a 200 response instead of a 206, but that is just a hunch.