The Artima Developer Community
Sponsored Link

Java Answers Forum
com.ms.security.SecurityExceptionEx ?

3 replies on 1 page. Most recent reply: Jul 16, 2002 12:05 PM by Chet Underwood, Esq.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
jack alford

Posts: 2
Nickname: jalford
Registered: Jul, 2002

com.ms.security.SecurityExceptionEx ? Posted: Jul 16, 2002 11:31 AM
Reply to this message Reply
Advertisement
I'm getting this error in IE even though I'm signing my code:


Exception occurred during event dispatching:
com.ms.security.SecurityExceptionEx[FillDirsAndFilesLists.doActual Filling]:
cannot access file D:\.
at com/ms/security/permissions/FileIOPermission.check
at com/ms/security/PolicyEngine.deepCheck
at com/ms/security/PolicyEngine.checkPermission

I've searched hi and lo on the net and read all kinds of stuff, none of which seems to work.

Anybody got any actual experience solving this problem ? What the code (which works on an unsecure server) is trying to do is loop through the letters of the alphabet A to Z and fill a choice box with the drives that the user has
access to ... thanks.

- jack


Chet Underwood, Esq.

Posts: 14
Nickname: chet
Registered: Mar, 2002

Re: com.ms.security.SecurityExcept ionEx ? Posted: Jul 16, 2002 11:35 AM
Reply to this message Reply
I bet it works great on Linux, too.

Did you install the certificate on the target machine?

jack alford

Posts: 2
Nickname: jalford
Registered: Jul, 2002

Re: com.ms.security.SecurityExcept ionEx ? Posted: Jul 16, 2002 11:41 AM
Reply to this message Reply
yeah, the user is prompted to install the client side cert when hitting the applet. is that what you're talking about ?

- jack

Chet Underwood, Esq.

Posts: 14
Nickname: chet
Registered: Mar, 2002

Re: com.ms.security.SecurityExcep t ionEx ? Posted: Jul 16, 2002 12:05 PM
Reply to this message Reply
Yup. Well, at this point you might try doing some searching on Microsoft's developer site to try and find out how to deal with security configuration: http://msdn.microsoft.com/

Flat View: This topic has 3 replies on 1 page
Topic: deploying packages Previous Topic   Next Topic Topic: Biggest size of the JSP output buffer

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use