access denied in firefox when loading the dojo components from https
kumaran panneerselvam
Greenhorn
Joined: Apr 07, 2010
Posts: 3
posted
0
Hi all,
I have deployed dojo toolkit source in secure server like https://xyz.com, I have executed my jsp page in firefox , Its throws the error the error is :
failed loading https://xyz.com/dojoTK/v1.1/dijit/form/Button.js with error: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" location:
"https://xyz.com/dojoTK/v1.1/dojo/dojo.js Line: 20"]boxes (line 34)
My jsp code is :
Dojo version : 1.1.2
FireFox version : 3.0.5
I have searched in WWW but still can't get correct solution.