IE always pops up its mixed
security warning ("This page contains both secure and nonsecure items")
when I access the site tab. All url's on the site tab have the same
problem (eg of a url is
https://server/pubplication/info-authoring/index.html?lenya.usecase=info-overview&lenya.step=showscreen)
Well I've fixed this problem sort off, and what a journey I've been on.
The site tree is hard core java script. Is XMLHttpRequest the future! Great
stuff (why not async on the gets ?)
Anyway, XMLHttpRequest is fine over https turns out the problem was with the
site tree images (+ - etc). The parameter IMAGE_PATH
was causing a http request. I appended "https://servername" on to the
IMAGE_PATH string in root.xslt.
I'm a little worried by the hard coding is there a better way ?
Cheers Lee C
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]