tracker issue : CF-3283049

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

Dockable Debugging Error

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Cameron Jacobs / Cameron Jacobs (Cameron.Jacobs)

Created: 07/10/2012

Components: Debugging

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final / 287359

Priority/Frequency: Major / Most users will encounter

Locale/System: English / Linux Ubuntu 10.10

Vote Count: 0

Dockable Debugging (using the Framed method) is using the incorrect URL to access the page (URL Encoded Format of the correct URL).

Steps to Reproduce:
1) In ColdFusion Administrator > Debug Output Settings - Set Debugging Output Format to "dockable.cfm"
2) Open page to test in the browser
3) At the bottom of the page, click the link "docked debug pane"

Actual Result:
The frame on the right receives an error 404 from the server

Expected Result:
The frame on the right must display the page that was originally requested before clicking the link

Any Workarounds:
In a browser developer tool (like Firebug), modify the frame with name="cf_main_cf", for example:
<frame name="cf_main_cf" src="%2Ftesting%2Findex%2Ecfm" scrolling="auto">
to the url decoded format, for example:
<frame name="cf_main_cf" src="/testing/index.cfm" scrolling="auto">

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

Watson Bug ID:	3283049

Deployment Phase:	Release Candidate

External Customer Info:
External Company:  
External Customer Name: Cameron.Jacobs
External Customer Email:  
External Test Config: My Hardware and Environment details:

ColdFusion 10,282462

Ubuntu Linux 11.10

Apache

Attachments:

Comments:

Verified in CF10 update 11 windows 7, chrome: Set docked Debugging Output Format to "dockable.cfm" Create and run test.cfm: <cfset x=1/0> click on debug pane link at bottom of test.cfm Browser console gives error: http://localhost:8501/CFIDE/debug/%2FBugs%2FCF-3283049%2Ftest.cfm 400 (Invalid URI: noSlash) (Comment added from ex-user id:nawani)
Comment by Adobe D.
18740 | September 16, 2013 05:21:56 AM GMT