FYI, to save other people the trouble of looking for it, here's information
about the java policy file:
http://docs.oracle.com/javase/1.4.2/docs/guide/security/PolicyFiles.html
You can find it in the subdirectory lib/security of wherever your
sun/oracle JVM is installed, called 'java.policy'.
On Wednesday, October 23, 2013 7:45:27 PM UTC-7, PVHL wrote:
> The fix works for me in all the browsers I've tested, but does open the
> TiddlySaver applet to potential abuse if one's java policy file is too
> permissive. It is a good idea, therefore, to create a restricted policy
> file for your TW files that specifies which directories the applet can
> write to. Personally, I leave reads wide open and restrict writes to the
> directories I want to be written to. So my policy file (for Windows; see
> the TW notes for *NIX variations), assuming my TW file is in C:\tw, looks
> something like:
>
> grant codeBase "file:C:/tw/TiddlySaver.jar" {
> permission java.io.FilePermission "<<ALL FILES>>", "read";
> permission java.io.FilePermission "C:${/}tw${/}*", "write";
> };
> with an extra write permission line for each additional subdirectory. Not
> ideal, but workable; I'm not aware of a way to include subdirectories, nor
> do I know if this is the best choice for a policy file; frankly, I'm not
> too worried about it, but still don't want to make writes generally
> available Just In Case.
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.