F
FutureScalper
My Swing application is controlled by Web Start, and I explicitly give
this flag to avoid the Security Warning popup.
Yes, it suppresses the Security warning, for a long while, and then
while the app is running, sometimes after many hours of continuous
running, it can still pop up the Security warning. Saying "No" is too
late, because it's already throwing security exceptions inside the
code, thus breaking things...
<property name="deployment.security.mixcode" value="DISABLE"/>
This property is supposed to disable that mixed code security warning,
so how can it reappear in a session when nothing special is being done
except running for an extended period of time?
Thanks for any ideas ! Is this a Bug ?
this flag to avoid the Security Warning popup.
Yes, it suppresses the Security warning, for a long while, and then
while the app is running, sometimes after many hours of continuous
running, it can still pop up the Security warning. Saying "No" is too
late, because it's already throwing security exceptions inside the
code, thus breaking things...
<property name="deployment.security.mixcode" value="DISABLE"/>
This property is supposed to disable that mixed code security warning,
so how can it reappear in a session when nothing special is being done
except running for an extended period of time?
Thanks for any ideas ! Is this a Bug ?