Re: Applet Sandbox Rules



On Jun 28, 5:02 pm, Hal Vaughan <h...@xxxxxxxxxxxxxxxxxxxx> wrote:
I've tried Googling but I've found conflicting answers and the clearest I've
gotten is that the rules for the sandbox an applet runs in varies according
to each browser.

I've read, for example, that applets don't have access to files on the local
file system, but I've used applets that let me upload files to a website.

Where can I find out what the rules about applet sandboxes are? For
example, if I could have an applet load and save files locally and send
them to a local printer, then I could write a program that I've given to
some people as an applet and it would make updating it much easier.

Yes, I realize an applet reading and writing files and using the printer is
a security risk, but if it's already allowable, then I could use it. Is
there a good, reliable site with information on this?

Thanks!

Hal

You can make an Applet do pretty much anything if you sign it. Look
into applet signing, I know sun has a few tutorials... It's a real
pain in the ass mind you.

----
Ben.
http://www.plink-search.com

.



Relevant Pages

  • Re: Applet Programmierung
    ... Im Prinzip unterscheiden sich Applets nicht großartig von konventionellen Anwendungen, sieht man von der restriktiveren Sandbox und dem Applet Lifecycle Modell ab. ... Handbuch der Java Programmierung ... Sandbox habe ich als bekannt vorrausgesetzt. ... Im Fall von Applets sind das zB. Lese/Schreib Aktionen auf dem ausführenden Rechner. ...
    (de.comp.lang.java)
  • Disabling the Sandbox
    ... I know I need to sign the applet for distribution, ... purposes I'd like to be able to simply disable the sandbox, ... temporarily disabling all security in my browser/VM/etc. ...
    (comp.lang.java.programmer)
  • Re: Application in sandbox
    ... It will inheret the applet sandbox. ... it seems you would have to edit HTML files to include the ... since the WebStart sandbox is slightly less screwed that the applet ...
    (comp.lang.java.programmer)
  • Re: Avoiding multiple instances of a same application
    ... Andrew Thompson wrote: one instance executed. ... unaware of everything outside the sandbox - of course even of an other Applet that runs in another Sandbox. ... By the way, I think, webstart is in almost any case a better solution than an applet. ...
    (comp.lang.java.programmer)
  • Re: Safe SSH logins from public, untrusted Windows computers
    ... When considering the use of the Java SSH Client on your ssh server, ... make sure that you use an unsigned applet. ... the one that served the applet (I dunno if this is a sandbox feature ...
    (FreeBSD-Security)