displaying top 100 results
Comment on UTF-8 characters with cflocation are encoded incorrectly. by Dan D.
Tracker Comment Comment on ColdFusion incorrectly executes custom functions named queryExecute() by Dan S.
5528729 CF-4204120 Dan S. This definitely appears to be a compilation issue. Check out the following CFFiddle example:
https://cffiddle.org/app/file?filepath=6101c3e0-17dc-4f5e-bd77-be9200bf309d/25e705e3-b507-404c-b16f-eecbfe1a6585/9bee1f84-5a4c-4080-b154-0448c7583860.cfm
The code
-----------------------------
Watson Bug ID: 3040414
External Customer Info:
External Company:
External Customer Name: Dan Schweitzer
External Customer Email: 04242D9F46B93A1C992016B8
External Test Config: 11/16/2009
the cfmail file looks like this: type: text/html; charset=UTF-8server: smtp.someserver.ca:25from: meto: mesubject: image testX-Mailer: ColdFusion 9 Application Serverbody:body: hi danbody:file: file:D:/DW/dwtest/Dan/cancel.giffile-disposition: inlineremove: trueThe file of course, gets deleted.
Result
Tracker Issue Bug 84920:(Watson Migration Closure)\"\" passed as arguments to CFEXECUTE gets run as \\"\"For example: <CFEXECUTE NAME="run
2597782 CF-3042660 Language : Tags Brian Stewart Bug 84920:(Watson Migration Closure)\"\" passed as arguments to CFEXECUTE gets run as \\"\"For example: The command that runs is, exactly:run.exe -a -b \\"c\" -dThe intended command is, exactly:run.exe -a -b \"c\" -dAn extra \ is prepended
2597786 CF-3042652 CFForm : Standard XML Dan Wilson Bug 84914:(Watson Migration Closure)I've got an install of Mangoblog here Problem:
I've got an install of Mangoblog here. http://www.cfinnc.com/The Mango blog uses a head tag that looks like this: It looks like when the CFForm javascript
-----------------------------
Watson Bug ID: 3041745
External Customer Info:
External Company:
External Customer Name: Dan Wilson
External Customer Email: 2C15278D446120D09920157F
External Test Config: 07/08/2010
Tracker Issue Bug 81677:(Watson Migration Closure)I would like the ability to use dynamic paths in a CFImport custom tag declaration
.DW
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3040804
External Customer Info:
External Company:
External Customer Name: Dan Wilson
External Customer Email: 2C15278D446120D09920157F
External Test Config: 01/19/2010
Tracker Issue Data Corruption
", 1, 4);
// displayed 5C
SpreadSheetSetCellValue(WorkBook, "5D", 1, 5);
// displayed 5
SpreadSheetSetCellValue(WorkBook, "4d", 1, 6);
// displayed 4
MYfile = "d:\dw\dwtest\dan\abc.xls";
Actual Result: See above. "4D" becomes "4".
Expected Result: "4D"
Any Workarounds: I need your help to find
Tracker Issue Formatting Gives Unexpected Results When Adding Spreadsheet Using cfspreadsheet action=update
2596887 CF-3505475 Document Management : Office Integration dan bracuk Formatting Gives Unexpected Results When Adding Spreadsheet Using cfspreadsheet action=update Duplicate ID: CF-3114288
Problem Description: This document, http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea
Tracker Issue Bug 80336:(Watson Migration Closure)I'd also love to see CF add better XSS integration integration
2599368 CF-3040283 Language Dan Switzer Bug 80336:(Watson Migration Closure)I'd also love to see CF add better XSS integration integration Problem:
I'd also love to see CF add better XSS integration integration. The OWASP AntiSamy project would be a wonderful OS project to integrate into CF
2598935 CF-3040777 AJAX : Plumbing Dan Wilson Bug 81609:Provide Durable Way To Access Underlying YUI AutoComplete object Problem:
Provide Durable Way To Access Underlying YUI AutoComplete object.This enhancement request is to make a durable, future proof method of AutoSuggest javascript object
2601429 CF-3037971 Installation/Config : Config Dan Wilson Bug 76105:On OSX, I uninstalled CF8 using the uninstaller application Problem:
On OSX, I uninstalled CF8 using the uninstaller application. Then I reinstalled CF9 Beta 1 using the webserver connection tool to configure the Apache
2608457 CF-4090377 Installation/Config : Connector Dan Switzer SELinux issues with ColdFusion 10 update 18 connector (10,0,18,296330) Problem Description:
Rebuilding the Apache web connector under CentOS 6.6 and Apache 2.2.15-47.el6 causes SELinux conflicts.
The Apache error_log generates errors
Customer Name: Dan Wilson
External Customer Email: 2C15278D446120D09920157F
External Test Config: 02/09/2012
2596811 CF-3690487 CFIMAGE Dan Switzer Images temporarily stored in the RAM drive can produce exceptions in logs Problem Description:
We started seeing an issue where our application.log, exception.log and coldfusion-out.log are all logging errors like the following:
Could not read from ""ram
Tracker Issue Bug 86950:(Watson Migration Closure)CFPOP does not see any attachments when they are sent from iPad
"attachmentFiles" field.All other email apps function correctly. Tested on Outlook, Gmail, Thunderbird, Apple Mail.Tried a 3rd party CFX tag called CFX_POP3 (c++) and that works perfectly. Only problem is it's 32bit only and we're on 64bit.Dan.
Method:
Forward an email on iOS to a pop account. Use CFPOP
Tracker Issue new DataDirect 5.1.3 drivers leak Heap memory
2608578 CF-4060624 Database DAN CORRIGAN new DataDirect 5.1.3 drivers leak Heap memory Problem Description: We had been running CF 10 Update 13 for over a year with no issues but after we upgraded to update 16 5 different busy servers of ours crashed every few days regularly. With the help
2603224 CF-3035862 General Server Dan G. Switzer, II Bug 72734:(Watson Migration Closure)Since SQL Injections are such a huge issue right now, I was thinking another way CF could help to prevent SQL injections is to provide some functions for limiting the FORM/URL variables to a specific Problem
Tracker Issue CF!0 metrics show mostly null values
2613394 CF-3324126 Web Container (Tomcat) Dan Corrigan CF!0 metrics show mostly null values Problem Description: When you enable CF metric logging most values show as null. Only free and total memory show values along with active sessions. the rest say "null". See below:
"Information
Tracker Issue dateConvert() casts datetme as UTCOleDateTime which causes issues with date operations
2609774 CF-3777192 Language Dan Switzer dateConvert() casts datetme as UTCOleDateTime which causes issues with date operations Problem Description:
When calling dateConvert("local2utc", now()) the internal Java object is an UTCOleDateTime, where as all other datetime variables appear to be normal