AnantLabs / ocupload

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

Suggestion: Iframe SRC #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The src of dynamic iframe point to root ("/"), and in my application the 
index.html redirects to login.jsf, and do logout (jsf filter), redirecting the 
user to login page in next http request. 

Then I've changed the src to point to "blank.html".

ps: I lose a lot of time debugging my application. =/

Original issue reported on code.google.com by rogeriolino on 16 Feb 2012 at 10:25