tracker issue : CF-4199408

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

Sandbox Security: cfpresentationslide doesn't work with URL src

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce

Reporter/Name(from Bugbase): Cody W / Cody W ()

Created: 08/01/2017

Components: Document Management, Presentation

Versions: 11.0

Failure Type: Incorrect w/Workaround

Found In Build/Fixed In Build: 11,0,11,301867 /

Priority/Frequency: Normal / Few users will encounter

Locale/System: ALL / Win 2012 Server x64

Vote Count: 0

Problem Description:
When Sandbox Security is enabled, cfpresentationslide doesn't work with URL src

Steps to Reproduce:
1. enable sandbox security
2. try to use a URL in the "src" attribute of cfpresentationslide

Actual Result:
Security: The requested template has been denied access to

Expected Result:
A working slide

Any Workarounds:
unknown

Attachments:

Comments:

Cody, I am unable to observe any error if I use the default sandbox. Can you share the details on your sandbox security settings. Are there disabled any functions or tags. You can share the details here, or mail them to me at pnayak@adobe.com Here's the test code I used. <cfset variables.fileName = "TestPresentation_#TimeFormat(Now(),'HHMMSS')#.ppt"> <cfpresentation title="Test" destination="#ExpandPath('.')#\#variables.fileName#" format="ppt"> <cfpresentationslide src="http://localhost:82"/> <cfpresentationslide src="http://localhost:84"/> </cfpresentation> <cfheader name="Content-Disposition" value="attachment; filename=#variables.fileName#" > <cfcontent file="#ExpandPath('.')#\#variables.fileName#" deletefile="Yes" > This outputs a ppt with the webpage output for the URLS in the cfpresentationslide tag.
Comment by Piyush K.
474 | August 08, 2017 12:52:18 PM GMT
closing this as the reporter has not reverted with the requested details. Cody, Pls. feel free to write back in case you continue to face the issue. We can open this for investigation.
Comment by Piyush K.
475 | August 29, 2017 07:03:46 AM GMT