Change bargull-20110129-pGm by bargull@Bargull02 on 2011-01-29 12:25:16
in /home/anba/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Turn cache-breaker string into random integer

Bugs Fixed: LPP-9711 (OL 5.0.x - SWF10 - Opera 10.62 - test/lfc/data/alldata.lzx failed in swf10)

Technical Reviewer: henry
QA Reviewer: (pending)


Details:
Opera uses its cache for GET requests from the player, all other browsers don't exhibit this behaviour. Although we were already using a cache-breaker string, it didn't help much since systems are faster nowadays than in the past. That means just adding the current time doesn't ensure requests to the same url will get an unique url. Instead of the current time, a random integer will now be added to the url for uniqueness. Additionally that random integer is transformed to base 36 to save some space.


Tests:
alldata passes in Opera (swf10)

Files:
M WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/bargull-20110129-pGm.tar

Reply via email to