Tagged Questions
The policyfiles tag has no wiki summary.
7
votes
5answers
4k views
“Unlimited Strength” JCE Policy Files
I have an app that uses 256-bit AES encryption which is not supported by Java out of the box. I know to get this to function correctly I install the JCE unlimited strength jars in the security folder. ...
2
votes
1answer
583 views
.java.policy file and local applet
I am working on an HTML page that is using Javascript to interact with a Java applet. The HTML page, javascript files, and .jar file for the applet will be deployed locally to a folder on the user's ...
2
votes
1answer
2k views
.NET Assembly Binding How/Why (1.1, 2.0, GAC, Policy Files and more…)
I have been working through a number of very "odd" issues with some DLL versions, Policy Files, and items in the GAC and for the life of me I haven't been able to find a solid answer as to how/why the ...
1
vote
1answer
732 views
Java JCE Unlimited strength encryption security policy files
Are the JCE policy files (in {java.home}/lib/security) overwritten with the standard strength policy files after a JRE update? or are these left alone on JRE update?
EDIT: Does anyone know if the Mac ...
1
vote
0answers
875 views
clientaccesspolicy.xml file not working
I have a site with a Silverlight-enabled WebSerivce (.svc file). In that app is also a Silverlight application which references this service.
Now, our website uses multiple headers (to account for ...
1
vote
1answer
731 views
Silverlight Socket Policy Not Working
I am trying to implement a data push from a Windows Service to a Silverlight app. I have created a policy server which sends this policy file:
<?xml version="1.0" encoding ="utf-8"?>
...
1
vote
1answer
389 views
Storing DLL's in A Central NON GAC Location
We are being presented with a unique, painful situation. Traditionally we have been using the GAC and Policy Files to control DLL versions for our .NET applications. However, we have a very unique ...
0
votes
0answers
71 views
How to deploy Signed applet with policy file? [closed]
Where I need to specify policy.URL.n??
How to deploy the Signed applet with policy file?
I want to write, create directory/file, execute some file??
Please help me to deploy the signed applet.
...
0
votes
2answers
368 views
Java Policy file - Deny permissions to a codebase
In the Java policy file, the grant codeBase syntax specifies which codebase should be granted which permissions. for example,
grant codeBase "file:/C:/abc.jar" {
permission
...
0
votes
1answer
145 views
Java SecurityManager: Good introduction to policy files
Can you recommend a good introduction to non-trivial policy files for the standard Java SecurityManager?
Are there examples that go beyond what the Java website offers? Or maybe someone describes how ...
0
votes
1answer
375 views
How to grant permissions to a java applet being called by JavaScript via the java.policy file
I have a single sign on application for our intranet which is supposed to read a file off the local computer as well as get the users SID and verify that the user is valid. I have a jar that is ...
0
votes
2answers
140 views
What's python complaining about here?
I'm trying to run Adobe's sample python policy server script, linked to here: http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html
I'm getting the following error:
# python ...
0
votes
1answer
230 views
Is it possible to remove a Publisher Policy file?
I have a situation where a vendor-supplied assembly reference is messed up. Basically, it is pointing to a version of the assembly that I do not want to use. I used FusionLog to view the assembly ...