displaying top 100 results
Comment on Scheduled Tasks Deleted after installing CF11u16 CF2016u8 by John C.
Comment on Silent install doesn't support installing builtin server by John C.
Comment on CF should track the state of last execution of tasks in a file separate from neo-cron.xml, to prevent loss of all tasks on its corruption by John C.
2672644 CF-4181591 Adam C. Agree with John. CF should not presuppose the API Manager will be used (this will almost always NOT be the case), and the API Manager should not pre-suppose it can simply steamroll URLs starting with /api. It should just be an install option to pick a value for this
2556976 CF-4197194 John W. Javascript example for reference:
function doit() {
var a = ["a", "b", "c"];
var b = ["x", "y", "z"];
var counter = 0;
a.forEach(function(foo) {
counter = 0;
b.forEach(function(bar) {
counter++;
// in dump
2556976 CF-4197194 John W. :(
Tested on ACF2018 update 5. No change in behaviour. Still broken. C'mon Adobe - I raised this in 2016. At least acknowledge it is a bug and change the status to "Bug Verified", just ignoring it doesn't make it go away.
Tracker Comment Comment on The parser / compiler falsely identifies methods as operators. by John W.
2672562 CF-4187705 John W. Thanks for checking Aaron :)
Had a poke about and it's partially fixed. Example:
https://trycf.com/gist/f4cfa96e66d24c9956bdd5c6c72e2321/acf2018?theme=monokai
Any public method name in a java object should be callable from ACF regardless of if that method name happens
2738637 CF-4198239 John G. Actually, a correction on what the "Actual Result" is. I was doing a quick edit to obfuscate my system's directory structure are miscopied something. The actual result is:
C:\ColdFusion11\cfusion\wwwroot\C:\inetpub\wwwroot\myFolder\socketGatewayProxy.cfc
This probably
Tracker Comment Comment on ReplaceNoCase doesn't properly handle 2-byte characters (emojis) by John W.
5691058 CF-4204292 John W. Weirdly it seems to work fine with ReReplaceNoCase in ACF2018:
Example: https://trycf.com/gist/be41120f1b5a67c694db16a53e33a1d8/acf2018?theme=monokai
2556976 CF-4197194 John W. Tested again with cffiddle this time on acf2018 update 1 - still broken
https://cffiddle.org/app/29b1f255-34ca-488a-bbef-d3f0c8562cdb
Comment on araryEach() stopped passing array reference to UDF in 2018 by John W.
Tracker Comment Comment on Ternary operator doesn't short-circuit with implicit array/struct expressions by John W.
2902730 CF-4198389 John W. Here's another example for you as you:
https://cffiddle.org/app/file?filepath=ae665cdb-d6ee-4039-a3d3-aa6c9b5659d8/80ec6bea-989b-4d86-90f1-ce5753e84b77/164ea701-5c3d-42cb-9508-c689d5e44386.cfm
{code}
function foo() {
var stack = [];
return {
a: function
6410546 CF-4205756 John W. Already works with ArraySort:
https://cffiddle.org/app/file?filepath=41dc6fdc-126e-4a27-89bc-820ccc316bd9/97f4abea-8327-4149-b317-81315bcc8032/e64c58d4-0d91-4a16-bdf0-b02f8dc7bf30.cfm
Tracker Comment Comment on Method invocation through ajaxproxy fails even if the required arguments are passed . by John P.
Comment on Method invocation through ajaxproxy fails even if the required arguments are passed . by John P.
:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3043035
External Customer Info:
External Company:
External Customer Name: John Enters
External Customer Email: 26C53618446CB96A99201549
External Test Config: 01/06/2011
Tracker Issue Illegal characters
that includes a colon, or some other illegal filename character. For example, the file I received this morning had the name "C:UsersJohnDAppDataLocalTemprmStmt_CMPNY_00.pdf" (notice the colon).
Actual Result:
An exception of type "java.nio.file.InvalidPathException" is thrown with a message like: "Illegal char
Tracker Comment Comment on Change in behavior CF9 to CF10 in user authentication associated with session by External U.
2613211 CF-3339008 External U. For a non-JVM workaround, please see John Jarrard's post here: http://blogs.coldfusion.com/post.cfm/new-improved-cflogin
Direct link: http://blogs.coldfusion.com/post.cfm/new-improved-cflogin#comment-B2D1646B-AD5C-C533-9FE6A522771C9AF5
Of course, backward
Tracker Issue Illegal characters in attachment file name
are some examples of invalid file names of attachments I have received: "Company: Invoice.pdf", ".PDF", "C:\Users\JohnD\App\Data\Local\Temp\Invoice.pdf". When I download the attachment using Outlook, it correctly removes the illegal characters like this: "Company Invoice.pdf", "INVOICE.PDF", "CUsersJohn
Tracker Issue nested arrayEach parent execution context scoping issue
2556976 CF-4197194 Language : Closures John Whish nested arrayEach parent execution context scoping issue Problem Description:
Seems to be a scoping issue when nesting arrayEach.
Steps to Reproduce:
[http://trycf.com/gist/4dacc80fad8cac47d889f5b112216498/acf2016?theme=monokai]
{code
2609748 CF-3785874 External U. I have to echo John's comment here. The tester did NOT replicate the issue as reported by Scott. When testing with a query passed to cfindex, it works, but when testing with static data, it is reproducible immediately. If you look at this Gist, https
2602177 CF-3037145 Language : CustomTag John Farrar Bug 74757:(Watson Migration Closure)Read this thread for discussion Problem:
Read this thread for discussion...
https://prerelease.adobe.com/project/forum/thread.html?cap=87529BDA13744B3DB718E841890B9240&forid={81302E9C-2163-4C37-9582-D9C14B236AE
2602253 CF-3037057 Language : Tags John Beynon Bug 74246:cfinvoke against a persistent CFC fails with error message Problem:
cfinvoke against a persistent CFC fails with error message
"The component attribute in cfinvoke tag has invalid value."
Thread in prerelease forum at https
Tracker Issue cgi.script_name doubles string for event gateway
2738637 CF-4198239 Event Gateway John Garrett cgi.script_name doubles string for event gateway Problem Description: The cgi.script_name value is incorrect when code is accessed via an Event Gateway. It's actually coming up as the correct string twice (e.g. "C:\inetpub\wwwroot\myFolder\gateway.cfcC
Tracker Issue CGI Variables - Certificate Information Backwards
2608171 CF-4172940 General Server John Lang CGI Variables - Certificate Information Backwards Problem Description:
When looking at CGI.CERT_SUBJECT or CGI.CERT_ISSUER variables from ColdFusion, the information is stored in reverse of what it should be. This affects interacting with other
2556945 CF-3039027 Debugging : CFDump John Whish Bug 78202:Bug in cfdump when you set up a ORM one-to-many relationship using a struct (instead of array), the struct appears empty in the dump although StructCount returns items Problem:
Bug in cfdump when you set up a ORM one-to-many relationship
Tracker Issue Bug 83748:It seems that the ORM event handler now fires the preUpdate method twice when updating a persistent entity
2598006 CF-3041854 ORM Support John Whish Bug 83748:It seems that the ORM event handler now fires the preUpdate method twice when updating a persistent entity Duplicate ID: CF-3041853
Problem:
It seems that the ORM event handler now fires the preUpdate method twice when updating a persistent
Tracker Issue CFMAIL failing and not returning error
2596954 CF-3313447 ColdFusion Services John Glynn CFMAIL failing and not returning error Duplicate ID: CF-3313431
Problem Description:
Same problem as is described here: http://www.shopgather.com/mw/index_mw.cfm?pg=contact%20us
Steps to Reproduce:
I am unable to reliably reproduce this problem
Tracker Issue CFMAIL failing and not returning error
2596955 CF-3313446 ColdFusion Services John Glynn CFMAIL failing and not returning error Duplicate ID: CF-3313431
Problem Description:
Same problem as is described here: http://www.shopgather.com/mw/index_mw.cfm?pg=contact%20us
Steps to Reproduce:
I am unable to reliably reproduce this problem
Tracker Issue CFMAIL failing and not returning error
2596956 CF-3313431 Net Protocols : MAIL John Glynn CFMAIL failing and not returning error Duplicate ID: CF-3312296
Problem Description:
Same problem as is described here: http://www.shopgather.com/mw/index_mw.cfm?pg=contact%20us
Steps to Reproduce:
I am unable to reliably reproduce this problem
Tracker Issue Bug 81453:When you have a self joining entity the saveUpdateCache() method runs forever (or at least until you run out of RAM)
) NOT NULL,
`modifiedByUserID` int(10) unsigned default NULL, PRIMARY KEY (`ID`)) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
INSERT INTO Users (`Name`) VALUES ('John');
Result:
----------------------------- Additional Watson Details -----------------------------
Watson
Tracker Issue CGI.ALL_HTTP variable does not exist (IIS, all versions)
_SM_SDOMAIN = .domain.com
HTTP_SM_SERVERIDENTITYSPEC =
HTTP_SM_SERVERSESSIONID = UCbcXDhSh+FRXzV/J/0gXyN4oAI=
HTTP_SM_TIMETOEXPIRE = 36367
HTTP_SM_TRANSACTIONID = f3c86f86-0fac-506ca774-17d8-01ad1ae8
HTTP_SM_USER = juser
HTTP_SM_USERDN = CN=User\, John,OU=Employees,OU=HQ,DC=corp,DC=domain,DC=com
Any Workarounds
2597648 CF-3043044 Language : Functions John Whish Bug 85760:(Watson Migration Closure)SerializeJSON treats a the string "+1234567890" (such as phone numbers) as a number which then throws an error when you call DeSerializeJSON Duplicate ID: CF-3632972
Problem:
SerializeJSON treats a the string
Tracker Issue Bug 82771:When CF handles a form post that contains N form fields of the same name, it combines them into a list
had two form fields with the name, "name", the value of form.name is a list that combines the two values. However, imagine a user enters "Camden, Raymond" and "Smith, John" in those two fields. Now we have form.name="Camden,Raymond,Smith,John". There is no way to tell which value was in the first
Tracker Issue Bug 74091:If you have a persistent object name object
2602320 CF-3036985 ORM Support John Beynon Bug 74091:If you have a persistent object name object Problem:
If you have a persistent object name object.cfc, the database schema will get created but if you try entity load you receive message;
unexpected token: object near line 1, column 6 [from
Tracker Issue DB2 9.7 FP9 Insert Query autogenerated keys retrieval fails with “Element 1 is undefined in RDS” error
2609373 CF-3852375 Database : JDBC John Breidenstine DB2 9.7 FP9 Insert Query autogenerated keys retrieval fails with “Element 1 is undefined in RDS” error Problem:
Insert Query autogenerated keys retrieval fails with When DB2 9.7 Fix Pack 9 and throws below error:-
-
Error Occurred While
Tracker Issue Using SpreadSheetFormatCellRange and other SpreadSheetFormat functions may create corrupted Excel spreadsheets
2611110 CF-3640428 Document Management : Office Integration John Dobbins Using SpreadSheetFormatCellRange and other SpreadSheetFormat functions may create corrupted Excel spreadsheets Problem Description:
When creating a spreadsheet using the cfscript SpreadSheet functions, any time a format