vishnukottala / flexpaper

Automatically exported from code.google.com/p/flexpaper
0 stars 0 forks source link

SWFFile strips params passed to file #359

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Upload a document to s3
2.The expiring URI generated will contain params like 
http://s3.amazonaws.com/bucket/file?key=xxx&expires=333&signature=fdafa
3.Flexpaper tries to access the url with only one param

What is the expected output? What do you see instead?

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

Please provide any additional information below.
If I put Paper.swf?a=b&c=d
It tries to fetch Paper.swf?a=b with second param stripped

Original issue reported on code.google.com by mintuho...@gmail.com on 16 Feb 2013 at 2:59

GoogleCodeExporter commented 9 years ago
Just escape SwfFile before passing it to flexpaper and it will work fine

Original comment by erik.eng...@devaldi.com on 24 Mar 2013 at 7:45