Tagged Questions

0
votes
0answers
33 views

Strange failure of iPhone in-app purchase in sandbox - no NSError!

After searching through this forum and online for hours, I can't find an answer to the problem I'm having. Here's the basic scenario: Trying to make an in-app purchase in my app in the sandbox …
8
votes
9answers
546 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. Flash Player 10.0 r32. The sequence is as …
0
votes
1answer
62 views

Building a simple security sandbox on Windows 2008 by automatically creating & restricting user accounts?

I want to build a fairly simple security sandbox for an application hosting service - the main goals are thus: Applications running "in" the sandbox cannot install anything onto the system outside …
3
votes
3answers
89 views

Advice on using sandbox vs. caching for UITableView async image download

Apple just released some sample code on lazy loading images in a UITableView a week ago. I checked it out and implemented it into my own UITableView (which is a drawRect one for fast scrolling), to …
2
votes
3answers
102 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 they can or can not …
0
votes
3answers
77 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 communication works, …
14
votes
2answers
298 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 Documentation Sandbox FAQ …
1
vote
1answer
43 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 executable code in …
2
votes
2answers
83 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 wide open just while I …
0
votes
2answers
36 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 memory each user is …
1
vote
2answers
177 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 wondering how it would …
2
votes
3answers
114 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 endpoint of the web …
0
votes
1answer
364 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.0"; private var …
1
vote
3answers
364 views

Paypal sandbox IPN return INVALID

Hi, I am trying IPN callback, using servlet. The code I am using is provided by paypal for verifying the ipn data. But every time i getting a INVALID response. Here is the code: Enumeration en = …
0
votes
1answer
288 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.

1 2 3 4 5 next
15 30 50 per page