On Thu Jun 26 12:45:58 2025 +0000, Mike Kozelkov wrote:
While writing tests I found out that my implementation of Save and Load methods is incorrect. These methods shouldn't write and read zone information from the main file data stream. OS Windows uses NTFS alternative data stream Zone.Identifier to save and load zone information. Right now I have to look for a solution for a while. Actually, the main idea of the implementation was to make MAX messenger work (without PersistZoneIdentifier it crashes). MAX messenger can work with PersistZoneIdentifier stubs. So, is it ok to add only stubs in another merge request to make it merge faster and add here only tests and implementation?
Yes, a stub is fine (and you may use this MR for that).