Title:
Bug 83539:(Watson Migration Closure)Use of Locales with security sandboxing enabled throws sandbox security error, requires explicitly declared sandbox path access to C:\Inetpub\wwwroot\CFIDE\scripts\ folder
| View in TrackerProblem:
Use of Locales with security sandboxing enabled throws sandbox security error, requires explicitly declared sandbox path access to C:\Inetpub\wwwroot\CFIDE\scripts\ folder
Method:
- Use setLocale to switch from default english language, to French, and error is thrown, i.e., access denied to C:\Inetpub\wwwroot\CFIDE\scripts\ajax\messages\cfmessage_fr_FR_.js. - Note - the cfmessage_fr_FR.js does not physically exist, it is apparently some temp/internal file process of CF9. - Note - the IIS mapping to CFIDE goes to our sanitized scripts-only version of CFIDE in d:\mysitescommonfolder\CFIDE. This has no effect on the error.- Add security sandbox path to C:\Inetpub\wwwroot\CFIDE\scripts\ with R,X access to fix bug.
Result:
Security: The requested template has been denied access to C:\Inetpub\wwwroot\CFIDE\scripts\ajax\messages\cfmessage_fr_FR_.js. The following is the internal exception message: access denied (java.io.FilePermission C:\Inetpub\wwwroot\CFIDE\scripts\ajax\messages\cfmessage_fr_FR_.js read) ColdFusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsystem.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041759
External Customer Info:
External Company:
External Customer Name: Paul E.
External Customer Email: 4A015CEF4262B186992015D5
External Test Config: 07/12/2010
Attachments:
Comments: