Fixes an issue related to Microsoft Office. Microsoft Office might open files from the Internet in the Protected View which will prevent to save back the changes with the failure message: "UPLOAD FAILED We're sorry, someone updated the server copy and it's not possible to upload changes now."
This is caused because Office requests the file a second time if the user selects "Enable Editing". If the Server sends the file again instead returning a 304 (Not Modified) Office seems to believe that somebody has changed the document even if this is not the case.
Fixes an issue related to Microsoft Office. Microsoft Office might open files from the Internet in the Protected View which will prevent to save back the changes with the failure message: "UPLOAD FAILED We're sorry, someone updated the server copy and it's not possible to upload changes now."
This is caused because Office requests the file a second time if the user selects "Enable Editing". If the Server sends the file again instead returning a 304 (Not Modified) Office seems to believe that somebody has changed the document even if this is not the case.
A similar issue is also explain here: https://stackoverflow.com/questions/34138554/webdav-microsoft-excel-2016-not-able-to-save-back-changes