Page 1 of 1

web author demo blocked by Java Security

Posted: Wed Apr 08, 2015 6:35 pm
by shudson310
I'm unable to load the web author demo at:
https://www.oxygenxml.com/demo/AuthorDe ... -dita.html

On either Mac or Windows, I get the following error:
Application Blocked by Java Security
For security, applications must now meet the requirements for the High or Very High security settings, or be part of the Exception Site List, to be allowed to run.

I added https://www.oxygenxml.com to the exception list, but the applet still won't load. What settings need to be applied to demonstrate this web author tool?

Re: web author demo blocked by Java Security

Posted: Wed Apr 08, 2015 7:56 pm
by adrian
Hi,

Please try the plain http URL (not https):
http://www.oxygenxml.com/demo/AuthorDem ... -dita.html

The applet demos have the base URL set to the http://www.oxygenxml.com location. When you arrive at the demo page from the https side, Java security raises an alarm because, the way it sees it, the applet is being loaded from a different location (http).

Re: web author demo blocked by Java Security

Posted: Wed Apr 08, 2015 8:10 pm
by shudson310
That fixed it. Thanks!