[
Lists Home |
Date Index |
Thread Index
]
Murali Mani wrote:
>
> Is it not possible to specify some bad processing instructions? I think an
> example of a bad processing instruction (that I am thinking of) and why it
> is not a problem will help..??
>
Has Java a security hole because I can write:
File f = new File("c:\autoexec.bat");
f.delete();
Maybe I should contact Sun about it and get a reward for finding it ;-)
Stephan
|