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: