Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Exception Site List issue with JNLP and Java 8 on Win8

905019Apr 21 2015 — edited Apr 21 2015

I'm having an issue with security and JNLP. I have the need to run some in-company non-kosher-code but Java keeps giving me a security error asking me to add the site to the Site Exception List even after I've added the host.

I've tried all combination of name and port but still no go. I'm using the DynamicTreeDemo (no codebase jnpl) as base or prototyping. Am I missing something simple?

Thanks in advance,

  Nik

Comments

Create a custom authentication process and check for the entry in your custom table for that user.

van Baal HR
Answer

That is just what I did. I have created a separate package with a function and a procedure in it, that uses the user defined table to select the user data from. Then I changed the code behind the login process to call for the newly created package. I have pretty much used the concept posed here: http://o7planning.org/en/10443/custom-authentication-in-oracle-apex#a1349999

Marked as Answer by van Baal HR · Sep 27 2020
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 19 2015
Added on Apr 21 2015
0 comments
703 views