galaris/maashaack

update system.URI and core.uri do deal with [[IMPORT]] in flash

GoogleCodeExporter opened this issue · 2 comments

the problem

when you have a loader.swf that load a loadee.swf
in an isolated ApplicationDomain that you authorize with 
Security.allowDomain( "loader.domain.com" )

your loadee.swf loaderinfo.url become
http://www.loader.com/[[IMPORT]]/www.loadee.com/path/to/the/file.swf

which is bad as the URI parsing will not know how to parse that

the good thing is that in this particular case it can give you the referrer
accessing your loadee.swf

Original issue reported on code.google.com by zwetan on 19 Mar 2010 at 4:22

Original comment by zwetan on 24 Sep 2011 at 5:12

  • Added labels: Priority-Medium, Type-Enhancement
  • Removed labels: Priority-High, Type-Defect

Original comment by zwetan on 24 Sep 2011 at 5:22

  • Added labels: Packages-system