Hi all, It looks like a simple change to the APE build script (just adding JS_HAS_FILE_OBJECT=1 for the Spidermonkey make file) would enable access to the Javascript File object. See:
https://developer.mozilla.org/en/SpiderMonkey/File_object This would then allow the server side JS to read/write to local files, for custom logging and so on. Has anyone tried this before? Or know of any security issues, such as a JS eval() somewhere in the C code that might then open up file access externally? Thanks -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
