Page MenuHomePhabricator

SVGEdit loading file from local uploads area can have caching problems
Closed, ResolvedPublic

Description

May need to force a poke to force cache revalidation on the load. Probably doable by adding a custom header on the XHR.


Version: unspecified
Severity: enhancement

Details

Reference
bz27097

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:22 PM
bzimport set Reference to bz27097.

Done in r88770, turned out very easy. :D

Just added cache: false param on the $.ajax call.