Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Applet Security and Web Servers

843807Sep 17 2002 — edited Sep 25 2002
Hi,

I know that applets cannot read or write to the client's file system and cannot communicate with any network server other than the server from where the applet code is served.

My question is that given these security measures, is it possible to have an applet read the contents of a directory on the web server, and display this list of files in a browser window on a client machine?

I am doing this is Java 1.1 (so my users won't have to use the Java plug-in).

I don't think this should be a big deal, since the web server is where the Java code origianlly exists, and applets are not restricted from commimicating with their web servers.

Thanks,

Steve Cromer

Comments

S VISHAL KUMAR

Is the space in the folder name mandatory ? Please change the folder name to single word or use _ in between and try again.

Thanks,

Vishal Kumar

S VISHAL KUMAR

Hello,

It seems, OATS requires that the installation directory does not contain any special characters and may be because of space it is not working as expected.

Thanks,

Vishal Kumar

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 23 2002
Added on Sep 17 2002
4 comments
128 views