displaying top 100 results
Comment on UndefinedElementException in Unreachable Code by Ben B.
Comment on UndefinedElementException in Unreachable Code by Ben B.
Tracker Comment Comment on Delete and Recreate Collection Crash by Ben B.
Comment on Delete and Recreate Collection Crash by Ben B.
Tracker Comment Comment on Weirdly specific/odd nested structure issue post CF2016 update 12 + java update by Ben B.
Comment on Weirdly specific/odd nested structure issue post CF2016 update 12 + java update by Ben B.
Tracker Comment Comment on isJSON gives false positives by A. B.
5449520 CF-4204079 A. B. Great find, Ben!
up in the CF Application log files.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041747
External Customer Info:
External Company:
External Customer Name: Ben Nadel
External Customer Email: 703809A54469B8C599201549
2598109 CF-3041729 Documentation : General Ben Nadel Bug 83475:(Watson Migration Closure)In CF9, you no longer need to pass in the TYPE argument for CreateObject():However, the documentation does not mention this, nor is in the "History" of the CreateObject() function. I have added a note
Tracker Issue Bug 78981:If a cache'd function's code file is deleted, it can no longer be gotten from the cache
\coldfusion\Bugs\78981
Result:
Physical file is required to cache function objects.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039392
External Customer Info:
External Company:
External Customer Name: Ben Nadel
External Customer Email: 703809A54469B8C
-----------------------------
Watson Bug ID: 3039490
External Customer Info:
External Company:
External Customer Name: Ben Nadel
External Customer Email: 703809A54469B8C599201549
External Test Config: 07/30/2009
Tracker Issue Bug 84895:(Watson Migration Closure)Adam Cameron and I are not agreeing on the expected behavior of argumentCollection
.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3042634
External Customer Info:
External Company:
External Customer Name: Ben Nadel
External Customer Email: 703809A54469B8C599201549
External Test Config: 10/28/2010
Tracker Issue Bug 78816:ColdFusion framework checks for remote method name EVEN if OnCFCREquest() event handler is present - http://bjam
Bug ID: 3039293
External Customer Info:
External Company:
External Customer Name: Ben Nadel
External Customer Email: 703809A54469B8C599201549
External Test Config: 07/15/2009
2602356 CF-3036947 Scheduler Ben Davies Bug 73952:(Watson Migration Closure)Schedule Tasks On Server Start Duplicate ID: CF-3034298
Problem:
Schedule Tasks On Server Start
I would like ability to schedule tasks to run when the CF server starts (after the server has fully started and is fully
2602280 CF-3037031 ORM Support Ben Archibald Bug 74193:I'd love to see access to the hibernate interceptor Problem:
I'd love to see access to the hibernate interceptor. Please see thread:
https://prerelease.adobe.com/project/forum/thread.html?cap=87529bda13744b3db718e841890b9240&forid={936680A
Tracker Issue Bug 72729:(Watson Migration Closure)Enhance Scheduler with Sequential Execution Control and Catch-Up Scheduling
0771B14F29}
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3035857
External Customer Info:
External Company:
External Customer Name: Ben Davies
External Customer Email: 447227C844C7765A992015A8
External Test Config: 08/19/2008
Tracker Issue Bug 76088:Bug for: The docs don't mention cfdirectory uses pipe character for multiple filters
2601443 CF-3037957 Documentation : General Aaron Neff Bug 76088:Bug for: The docs don't mention cfdirectory uses pipe character for multiple filters Problem:
Bug for: The docs don't mention cfdirectory uses pipe character for multiple filters.
Blogged by Ben Nadel: http
2603230 CF-3035855 Scheduler Ben Davies Bug 72726:(Watson Migration Closure)Allow Event Gateways as a Scheduled Task target Problem:
Allow Event Gateways as a Scheduled Task target
Allow the user to call an event gateway instead of a http request. With the new shorthand for defining structs
Tracker Issue Bug 72751:Support for NTLM (Microsoft) and Digest Authentication on all CF HTTP operations
2603208 CF-3035879 Security : General Ben Davies Bug 72751:Support for NTLM (Microsoft) and Digest Authentication on all CF HTTP operations Problem:
Support for NTLM (Microsoft) and Digest Authentication on all CF HTTP operations.
I would like all CF HTTP requests to be NTLM and Digest security
to output formatted dates and produce consistent results w/correctly formatted dates:
Ben Nadel's POIUtility.cfc (faster, generates smaller native XLS files)
CSV (using quoted "yyyy-mm-dd" and "yyyy-mm-dd HH:mm:ss" syntax) (I
to output formatted dates and it produces consistent results w/correctly formatted dates:
Ben Nadel's POIUtility.cfc (faster, generates smaller native XLS files)
CSV (using quoted "yyyy-mm-dd" and "yyyy-mm-dd HH:mm:ss" syntax)
to output formatted dates and produce consistent results w/correctly formatted dates:1. Ben Nadel’s POIUtility.cfc (faster, generates smaller native XLS files)2. CSV (using quoted “yyyy-mm-dd” and “yyyy-mm-dd HH:mm:ss” syntax) (I
Tracker Issue ArraySort() callback chokes on large numbers returned
6986713 CF-4207690 Language ArraySort() callback chokes on large numbers returned Consider this code (taken from Ben Nadel's blog). Technically the docs require the callback to return -1, 0 or 1 but it's widely practiced to return any positive or negative number. This code returns a number
Tracker Issue Bug 72796:Provide Tag-based Generation of Excel files (while keeping existing excel functions)
2603188 CF-3035900 Document Management : Office Integration Ben Davies Bug 72796:Provide Tag-based Generation of Excel files (while keeping existing excel functions) Problem:
Provide Tag-based Generation of Excel files (while keeping existing excel functions)
{NOTE: This ER is for Tag Based
2603261 CF-3035824 Document Management : Office Integration Ben Davies Bug 72696:Optimise and improve the performance of the excelAddRows() function Problem:
Optimise and improve the performance of the excelAddRows() function.
The excelAddRows() function (using a query) is significantly slower
Tracker Issue Bug 75224:autosuggest is too aggressive
to the server.
This bug has existed since cf8 launched. I showed Ben during his ajax presentation at MAX in 2007, and he seemed surprised by this behavior as well.
I can tell you that where i work, we ditched the built-in autosuggest and replaced it with Spry, which does not exhibit this behavior. In spry
2602218 CF-3037100 AJAX : UI Components Ben Davies Bug 74439:(Watson Migration Closure)Dynamically Load AJAX Javascript Problem:
Dynamically Load AJAX Javascript
Remove the requirement for using cfajaximport for tags dynamically loaded in CFDIV,CFPOD and other ajax containers by allowing AJAX UI
other than the lightest production use. Creting a 100-row spreadsheet takes consistently a second or more for me. Creating a 500-row spreadsheet takes consistently 20+ seconds. 1000 rows takes @100 seconds. Attempting several thousand rows will hang my CF ServerCompare this performance with Ben Nadel