tracker issue : CF-3641897

select a category, or use search below
(searches all categories and all time range)
Title:

CFINDEX and Sandbox security

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Pascal Destailleur / Pascal Destailleur (Pascal Destailleur)

Created: 09/30/2013

Components: Security

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final / CF10_Update14

Priority/Frequency: Major / All users will encounter

Locale/System: English / Win 2008 Server R2 64 bit

Vote Count: 1

Problem Description: CFINDEX not indexing from a query when Sandbox Security is enabled

Steps to Reproduce: enable sandbox security, create a collection and index with:  <cfindex action="refresh" collection="test" key="contentID" query="getContent" title="title" body="body">

Actual Result: no insert in the index

Expected Result: inserts in the index

Any Workarounds: disabling the Sandbox Security ?!

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3641897

External Customer Info:
External Company:  
External Customer Name: desten
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

This Issue is related to Bug#CF-3697591 (Comment added from ex-user id:yrr)
Comment by Adobe D.
14415 | January 22, 2014 10:13:43 AM GMT
I had a similar issue with CFSEARCH on CF10 with sandbox security that I resolved by adding the following to the neo-security.xml file: <struct><var name='CLASS'><string>java.net.SocketPermission</string></var><var name='TARGET'><string>127.0.0.1:0</string></var><var name='ACTION'><string>listen,resolve</string></var></struct></array></var></struct></var> </struct> That gives permission to listen on dynamic ports (the colon-zero part).
Comment by External U.
14416 | June 13, 2014 12:58:02 PM GMT
This is an easy fix, Adobe.
Vote by External U.
14418 | June 13, 2014 12:59:08 PM GMT
We have already fixed this issue in ColdFusion 11 will port the fix to ColdFusion 10
Comment by S V.
14417 | July 08, 2014 02:58:00 AM GMT