FrancisBourre / lowra

Automatically exported from code.google.com/p/lowra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When setAntiCache is set to false, preloader events get url as null

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Create an application with a preloader swf, and set anti cache to false.
2. Start up the application

What is the expected output? What do you see instead?
The expected output is to have everything work as usual, but not appending
the unique param to urls.
The urls are kept intact, but the preloader events receive null in all
parameters.

What version of the product are you using? On what operating system?
Lowra r533

The issue is in DisplayLoaderProxy::cleanURL, that assumes every url will
have a '?' in it's name. I here submit a patch to fix this issue.

Original issue reported on code.google.com by juansot...@gmail.com on 20 Nov 2009 at 2:55

Attachments: