Page MenuHomePhabricator

Bump the markup cache version for URI changes
ClosedPublic

Authored by epriestley on Feb 13 2019, 4:59 PM.
Tags
None
Referenced Files
F14074969: D20160.id48143.diff
Thu, Nov 21, 9:25 AM
Unknown Object (File)
Sun, Nov 17, 10:07 PM
Unknown Object (File)
Thu, Nov 14, 5:47 AM
Unknown Object (File)
Sun, Nov 10, 6:41 AM
Unknown Object (File)
Tue, Nov 5, 9:46 PM
Unknown Object (File)
Oct 17 2024, 9:22 PM
Unknown Object (File)
Oct 16 2024, 2:07 AM
Unknown Object (File)
Oct 15 2024, 4:51 PM
Subscribers
None

Details

Summary

Ref T13250. Ref T13249. Some remarkup rules, including {image ...} and {meme ...}, may cache URIs as objects because the remarkup cache is serialize()-based.

URI objects with query cached as a key-value map are no longer valid and can raise __toString() fatals.

Bump the cache version to purge them out of the cache.

Test Plan

See PHI1074.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Feb 13 2019, 6:38 PM
This revision was automatically updated to reflect the committed changes.