Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: JDBC thin client applet and Netscape security?

Re: JDBC thin client applet and Netscape security?

From: Jordan Bigel <jbigel_at_BIX.com>
Date: 1998/02/19
Message-ID: <6ci978$e6v@lotho.delphi.com>#1/1

Are you sure? I understood that it was stack-frame based.

J.

Bernard Van Haecke wrote:
>Peter,
>
>A common problem with the privileges is the following: the scope of the
>privilege you set is limited to the block of code where it is located.
>If your code contains something like
>
> if (netscape) { // check wheter you're running mozilla
>
> // enable all necessary privileges here
> ...
> }
>
> // do something that needs the privilege to be set
> ...
>
>then you'll see that the statements following the conditional block
>do NOT benefit from the privileges.
>
>Hope this helps!
>
Received on Thu Feb 19 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US