6
votes
5answers
315 views
Why does the Flash Player throw a sandbox error in this case?
I get a Flex 3 sandbox error #2048 after connecting to a Socket on a Java (1.5) server. The server code is all mine, i.e. not running under Apache.
The sequence is as follows...
…
1
vote
1answer
37 views
Possible to sandbox Python configuration file?
I'm thinking of implementing a configuration file written in Python syntax, not unlike what Django does.
While I've seen one or two SO questions about the merits of using executab …
2
votes
2answers
58 views
Sandbox violation on second socket send
Hi,
I have a Flex client using a Flash binary (TCP) socket for communication with a Java server. I have a localhost (Apache) server providing a crossdomain.xml file which is wi …
0
votes
3answers
35 views
as3 sandbox security violation with http://schemas.xmlsoap.org/soap/encoding/
Hi guys !
I implemented a gSoap c++ webservice-server to be accessed by Flash (as3) Everything runs smooth as long as i test the .swf locally, the .wsdl is loaded fine, and the co …
2
votes
3answers
81 views
How do i create a java sandbox?
I want to make my application to run other people's code, aka plugins. However, what options do I have to make this secure so they don't write malicous code. How do I control what …
0
votes
1answer
191 views
iPhone Sandbox rules file
Where can I find the application sandbox rules file for 3.0 firmware? I remember seeing it somewhere around in 2.x, but now can't find it.
14
votes
2answers
266 views
Using the Google Chrome Sandbox
There are several resources out there that explain how the sandbox in Chrome works and what it does to protect users from malicious code.
Chromium Blog
Chromium Developer Document …
0
votes
2answers
27 views
How does Tomcat sandbox web apps?
I have a web app that is being served through Tomcat. My app lets users submit their own workflow which will then be executed on the server. My problem is how to control how much m …
2
votes
5answers
136 views
How do you monitor, manage, and run untrusted third-party code in a hosted service?
Let's say I'm running a hosted service that wishes to allow plugins written by third-party clients.
Perhaps a gaming service provider that provides infrastructure but allows cli …
0
votes
1answer
24 views
Fine-grained sandboxing
Scenario: a program running in a byte code virtual machine like Java or Python, wants to evaluate (by compiling on the fly to byte code and then running) a function whose code was …
1
vote
3answers
78 views
How do I detect the environment in Salesforce?
I am integrating our back end systems with Salesforce using the web services. I have production and stage environments running on different URLs. I need to be able to have the en …
1
vote
2answers
124 views
Copy a file from iPhone sandbox to Desktop?
Hi all,
I am developing an iPhone app for uni and we create an sqlite database file within the iPhone's sandbox directory.
Our application writes internally to this file, I am wo …
0
votes
1answer
52 views
What’s the best way to test against my MVC repostiory?
Hi,
I've built a repository and I want to run a bunch of tests on it to see what the functions return.
I'm using Visual Studio 2008 and I was wondering if there's any sandbox I …
0
votes
1answer
264 views
Security Sandbox violation for socket connection using flex
Hello `package {
import flash.events.*;
import flash.net.XMLSocket;
import flash.system.Security;
public class DotNetSocketExample {
private var hostName:String = "170.21.8 …
1
vote
3answers
74 views
Silverlight equivalent to signed Java Applet?
Is there a Silverlight equivalent to signed applets in Java?
I'm basically trying to host what would traditionally be a desktop application in a browser*, and I'd rather do it all …
