> Newbie Question about what constitutes applet security risk ?
>
> As an applet designer ... how do I research what parts of Java API I can use
> to generate a "safe" applet.
>
> I want my applet to play streaming video and audio.
If your applet isn't going to be signed, then there is nothing you
can code that won't be safe.
--Mike Amling
markw - 17 Nov 2003 15:31 GMT
I think you might have used a triple negative ...
isn't nothing won't
Pretty cool ... except I'm not quite sure what you were trying to tell me.
Bradley E. Rintoul - 20 Nov 2003 21:28 GMT
> I think you might have used a triple negative ...
>
> isn't nothing won't
>
> Pretty cool ... except I'm not quite sure what you were trying to tell me.
These are the basics:
http://java.sun.com/products/hotjavaviews/docs/lib/en/help/InfoView/browser.secu
rity.levels.html
And here isn't not more info:
http://developer.java.sun.com/developer/technicalArticles/Security/applets/
Clearly stated here?