displaying top 100 results
Tracker Comment Comment on Hangs when indenting by John T.
Comment on Hangs when indenting by John T.
Comment on Tomcat install of cfusion.war with security manager turned on by john t.
5361900 CF-4204021 John S. @T.O. thanks, restoring that file from a backup now.
5361900 CF-4204021 T. O. @ John S. - If you do have a valid backup file (check the contents of the neo-cron.cml file): 1) Uninstall the update, 2) Stop de CF service, 3) put the backup file in place, 4) restart the CF service, 5) login as admin and your scheduled tasks are there again.
Comment on CFDBINFO doesn't return COLUMN_DEFAULT_VALUE by John O.
Comment on Tomcat install of cfusion.war with security manager turned on by john t.
Comment on Tomcat install of cfusion.war with security manager turned on by john t.
Tracker Comment Comment on Unscoped vars in Query.cfc by John W.
2672575 CF-4186779 John W. This should be removed completely. If it's broken and won't be fixed, then do not ship it. At the very least it should be documented as unsupported and deprecated, but shipping broken functionality doesn't seem like a great idea.
Comment on Remove Query.cfc functions as it's broken and won't be fixed by John W.
Tracker Comment Comment on cflogin doesn't work in a cluster with Redis session management by John W.
Comment on cflogin doesn't work in a cluster with Redis session management by John W.
Tracker Comment Comment on cflogin doesn't work in a cluster with Redis session management by John W.
Comment on cflogin doesn't work in a cluster with Redis session management by John W.
Comment on ReReplace - Can't escape special chars in backreference by John W.
2556976 CF-4197194 John W. Hi Nimit,
Thanks for the update. It doesn't show as "ToFix" on the public facing tracker, but good to know that internally that is the status.
Tracker Comment Comment on Ternary operator doesn't short-circuit with implicit array/struct expressions by John W.
Comment on Ternary operator doesn't short-circuit with implicit array/struct expressions by John W.
Comment on Silent install doesn't support installing builtin server by John C.
2672406 CF-4196851 John W. Ref: https://tracker.adobe.com/#/view/CF-4186779
If something is broken and won't be fixed it should be removed, not just deprecated. At the very least it should be documented.
Tracker Comment Comment on ReplaceNoCase doesn't properly handle 2-byte characters (emojis) by John W.
Comment on ReplaceNoCase doesn't properly handle 2-byte characters (emojis) by John W.
Tracker Comment Comment on Very slow startup time CF2018 update 6 and above - compiler issue? by John W.
6790746 CF-4207069 John W. Adding my vote. I created the test suite as we wanted to be able to prove it wasn't environmental.
Tracker Comment Comment on datasource attribute on <cfinsert> should no longer be required by John W.
2609656 CF-3814079 John W. `cfupdate` should like `cfquery` and `cfinsert` and `cfdbinfo` NOT require the datasource attribute - it should be consistent for *all* db tags, so when you updated `cfinsert` then it should have made sense to also check that `cfupdate` didn't also have this issue.
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.
2672644 CF-4181591 John W. This is not related to CF11. It is the API manager mapping in /WEB-INF/web.xml which hi-jacks the URL. This should only be applied, if when installing, the API manager is also installed so it doesn't break lots of existing applications.
Tracker Comment Comment on QueryFilter does not remove rows as expected when consecutive target rows exist by John W.
2946679 CF-4198421 John W. +1 with this bug it means that queryFilter should not and can not be used in any code as it doesn't.
Tracker Comment Comment on Ternary operator doesn't short-circuit with implicit array/struct expressions by John W.
Comment on Ternary operator doesn't short-circuit with implicit array/struct expressions by John W.
Tracker Comment Comment on Very slow startup time CF2018 update 6 and above - compiler issue? by John W.
6790746 CF-4207069 John W. @Piyush - you said:
> I'm attaching the test code I used, for your reference.
I can't see your attachment - can you make it visible please.
BTW the version of ColdFusion that you are running will be shown in the Testbox HTML runner.
5361900 CF-4204021 John S. Just a few more details to provide in regards to Charlie's comments. Our server is CF 2016 Standard, we previously upgraded from CF 10 Standard, but I don't remember for sure if I manually recreated our tasks when we went to CF 2016 or if we imported them from our
Tracker Comment Comment on ORM: has<property>() doesn't take the property's where attribute into account by John W.
Comment on ORM: has() doesn't take the property's where attribute into account by John W.
6233230 CF-4205227 John D. I agree that LTS annotations for LTS releases (Java 8 and 11) need to be consistent, either showing LTS for all updates or none of them. I don't follow Java updates closely and find the explicit LTS designations helpful. However, LTS on all version 11 updates except 11
Tracker Comment Comment on query parameter for float or decimal errors out once scale is added by John W.
5705869 CF-4204298 John W. Seems to be as the query is compiled. You can get the error by simply running even you you don't have a datasource setup:
{code}
result = queryExecute(
"SELECT * FROM noDatabaseAtAll WHERE foo > :value",
{value:{cfsqltype:"decimal",value:2.5, scale:2}}
);
{code
Portal Comment Comment on Public beta for Adobe ColdFusion (2018 release) and Adobe ColdFusion Builder (2018 release) by John Egbert
Comment on Public beta for Adobe ColdFusion (2018 release) and Adobe ColdFusion Builder (2018 release) by John Egbert
Tracker Comment Comment on Authenticated users bypass NTFS ACL permission authorization getting access to restricted CF content without error by John D.
Comment on Authenticated users bypass NTFS ACL permission authorization getting access to restricted CF content without error by John D.
2608594 CF-4053567 External U. This issue doesn't appear to have been fixed as of 11,0,08,298512. When will this fix be released? Is there a way to get early access to this fix?
Thanks,
John
Tracker Issue Bug 78316:(Watson Migration Closure)If you create components in cfscript you can't set the encoding using:
2600391 CF-3039073 Language : CFSCRIPT John Whish Bug 78316:(Watson Migration Closure)If you create components in cfscript you can't set the encoding using: Problem:
If you create components in cfscript you can't set the encoding using:
processingdirective pageencoding="utf-8";
it throws a
to Reproduce: #FN# #LN# #email#
Actual Result: The email doesn't send at all. Add type="html" and the resulting email reads: JohnSmithJSmith@abc.com which in turn causes incorrect email links in the msg.
Expected Result:The email should read: John Smith JSmith@abc.com
Any Workarounds: add type
Charlie Arehart John, you’re asserting that the throttle of failed login requests would tie up resources, because you would do a sleep. Don’t do that. You don’t need to “tie up the thread”, nor sleep it. You just need logic that makes them wait the stated ms or secs before you would allow another
2608110 CF-4190748 Language : Datastructure John Whish ColdFusion doesn't always respect the characters used to create keys Problem Description:
ColdFusion does not respect the characters used to create keys.
Steps to Reproduce:
foo = {};
foo["stressed"] = "stressed";
foo["streßed"] = "streßed
Tracker Comment Comment on New Installation of Coldfusion 11 on Windows Server 2012 / IIS 8.5 gives 404 page errors on every install by Immanuel N.
2608842 CF-3978879 Immanuel N. John,
Just to understand this correctly, are you using the Web Server Configuration Tool to configure CF with IIS?
If you are, you shouldn't be seeing issues with the missing Jakarta mapping at all.
Tracker Comment Comment on Using SpreadSheetFormatCellRange and other SpreadSheetFormat functions may create corrupted Excel spreadsheets by External U.
2611110 CF-3640428 External U. I see this bug is now closed with a status of "fixed", but I don't see anything in the notes that provides information about the fix. What was the fix, and in what release was this bug fixed?
Thanks,
John
Tracker Issue Bug 77370:cfquery will use "this
2600797 CF-3038644 Database : CFDBINFO John Whish Bug 77370:cfquery will use "this Problem:
cfquery will use "this.datasource" set in the Application.cfc, so shouldn’t cfdbinfo also be able to use it?
Example:
SELECT * FROM EMPLOYEES
Works.
Fails.
Method:
In Application.cfc add:
this
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 D.
2704917 CF-4198196 Database : CFQuery John Whish Remove Query.cfc functions as it's broken and won't be fixed Problem Description:
As raised in this ticket : https://tracker.adobe.com/#/view/CF-4186779
Response was :
```
Its a valid bug but there is no active development on these CFCs and we
Tracker Issue CFDBINFO doesn't return COLUMN_DEFAULT_VALUE
3415550 CF-4199509 Database : CFDBINFO John O'Connell CFDBINFO doesn't return COLUMN_DEFAULT_VALUE Problem Description:
CFDBINFO always returns "empty string" when querying column info on DB for COLUMN_DEFAULT_VALUE along with REMARKS
Steps to Reproduce:
Created Table with 3 columns, one having a
Tracker Issue Can't install CF 11 using Apache
2608491 CF-4077685 Installation/Config : Connector John Barrett Can't install CF 11 using Apache While trying to install ColdFusion 11, and using the connector to attach apache (port 80) this option does not at all. Also, when you try to use the apache connector after installing with build in web
doe
when calling this web service from CF10, it works just fine. However, when calling from CF11, i only get this:
john
doe
no ? for some reason, CF11 ignores/hides the topmost XML level. this doesn't happen on previous versions. why? the server that hosts the web service
Portal Topic Managing multiple server instances under CF2018
John_Allred Managing multiple server instances under CF2018 Trying to get a few local server instances set up under CF 2018, and I’m having inconsistent results. Sometimes a new instance will start and run. Sometimes it won’t. Sometimes a modified instance (e.g., change port #) will run. Sometimes
Tracker Issue Bug 73803:CFMAP takes a key attribute to specify an API key, using the code example in the alpha2reference guide;
2602457 CF-3036836 AJAX : UI Components John Beynon Bug 73803:CFMAP takes a key attribute to specify an API key, using the code example in the alpha2reference guide; Problem:
CFMAP takes a key attribute to specify an API key, using the code example in the alpha2reference guide;
the key value
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
2597871 CF-3042154 AJAX : UI Components John Pansewicz Bug 84149:I cannot get a double click handler to work in Safari 2 Problem:
I cannot get a double click handler to work in Safari 2.0 using:grid.addListener ("celldblclick", handleDoubleClick);(called from my onLoad function)I have this working
Charlie Arehart Hey, John (aka apy), thanks for the inclusion of my blog post for more on the cf admin feature related to this. But for those who don't read it, something I note there (as a clarification of what you say) is that cf11 in fact added a feature to ALLOW multiple concurrent logins
Comment on Tomcat install of cfusion.war with security manager turned on by john t.
Comment on How to Make Adobe ColdFusion Desirable Again by john@sosensible
Portal Topic Server 2016 and CF 2016
johns93578008 Server 2016 and CF 2016 I am finally getting around to replacing the old CF11 on Server 2008R2 environment we have. I downloaded the installer for CF2016 a while ago, and apparently there is an update to allow it to run on Server 2016. But, for the life of me, I can’t find a place
Portal Comment Comment on CF18 install for iis by Jack_Allred2
Jack_Allred2 What Aaron described is exactly what I experienced. Over the past 20 or so years, I've managed to wrestle CF and IIS to work together with precious little understanding of servers. As I recall, I always got an option at the end to "configure all web servers," and I don't get
Tracker Issue the browse sever does not save the location
2614302 CF-3118149 Administrator John Barrett the browse sever does not save the location Problem Description:
When I set up a Solr collection, To index the collection I use the browse directory dialog, and pick a location, but does not save the location.
I am using ColdFusion 10 beta on mac OSX 10
Portal Comment Comment on Public beta for Adobe ColdFusion (2018 release) and Adobe ColdFusion Builder (2018 release) by Bradley Wood
Bradley Wood John, looked into running CFML on Lamda but never finished, mostly because no one was paying me and it looked like it would take some learning on my part. That said, I'm pretty sure you could do it fairly easily with CommandBox. It just that it would necessarily be Adobe CF... ahem
Tracker Issue ColdFusion 10 doesn't gzip responses. This worked fine with the same configuration in ColdFusion 9.
ColdFusion 10 doesn't gzip responses. This worked fine with the same configuration in ColdFusion 9.
2608732 CF-4014660 Core Runtime John Whish LSDateFormat and DateFormat parse date strings differently Problem Description:
LSDateFormat and DateFormat parse date strings differently. They should be consistent. Have search bugbase and not found the issue reported previously.
Steps to Reproduce
Tracker Issue IsImageFile not working on cf9 like it did on cf8
2596946 CF-3327190 CFIMAGE dmitry mardukhayev IsImageFile not working on cf9 like it did on cf8 Problem Description:A lot of images from my company database have non-conventional names such as "st. john's.jpg". In cf8, I used URLEncodedFormat(myimage) inside IsImageFile to check such images(see my
Tracker Issue CF11 Hotfix 5 Causing 503 Errors
2608835 CF-3980425 Installation/Config : Connector John Lang CF11 Hotfix 5 Causing 503 Errors Problem Description: Since installing Hotfix 5 on our CF11 servers, after a period of time we get 503 errors from IIS. This did not happen with our prior install of Hotfix 3 (we never installed hotfix 4
6790746 CF-4207069 General Server,Performance Very slow startup time CF2018 update 6 and above - compiler issue? Problem Description:
It looks like u6 has introduced a significant overhead to the compiler, I would guess with the new fat arrow parsing (props to John Whish for that thought).
2018
Tracker Issue Bug 82894:No exception messages, just 500 errors
2598328 CF-3041457 Language : Exception Handling John Farrar Bug 82894:No exception messages, just 500 errors Problem:
No exception messages, just 500 errors.
For doc:
"When the server encounters an return" which is at the path IIS 7 home -> Error Pages -> Actions -> Edit Feature settings
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
2599437 CF-3040192 Flex/Flash : Flex remoting John Mason Bug 80120:Detected duplicate HTTP-based FlexSessions in Remote Object callsFlex Remoting fault errors in doing Flex remoting to CF9 Problem:
Detected duplicate HTTP-based FlexSessions in Remote Object callsFlex Remoting fault errors in doing
2601753 CF-3037616 Core Runtime : Session Management John Farrar Bug 75591:Here is a list of where sessions work and where they fail Problem:
Here is a list of where sessions work and where they fail.
WORKS:
Firefox (Vista, Vista 64bit)
Chrome
Opera
FAILS:
IE 7, 8 (and they act a little
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 Comment Comment on Can't install CF 11 using Apache by Piyush K.
Comment on Can't install CF 11 using Apache by Piyush K.
2612637 CF-3486968 External U. Hello,
Thank you for calling.
Here are my notes from our phone conversation on 2/20/2014 at about 11:15 AM E.S.T.
Please correct me if I am wrong.
1) Adobe management has indicated to you that there are no plans to support DB2 10 in ColdFusion10. Therefore
Tracker Issue Object Literal Syntax for Ordered/Sorted Structs
. However, I don't think that the feature should ship without it as it makes it very cumbersome to use the feature and is a step backwards in language modernization.
Consider the following possible options (and please propose your own)
Maybe optional types (which would have other benefits)
Add optional
Tracker Comment Comment on Implicit Setters on Entities are sometimes unresolved and CF searches CGI scope causing Error while reading header by External U.
2597065 CF-3132889 External U. Jon B indicates that he does not find the problem to happen in 9.0.2. Does anyone know if it has in fact been fixed? The status here still says "to fix". Also, John, do you know if it was in the base 9.0.2 or have you applied the CHF1 for it? (There's no mention
Tracker Comment Comment on Implicit Setters on Entities are sometimes unresolved and CF searches CGI scope causing Error while reading header by Rupesh K.
2597065 CF-3132889 Rupesh K. === Copying the comment by Charlie from Votes section ===
Jon B indicates that he does not find the problem to happen in 9.0.2. Does anyone know if it has in fact been fixed? The status here still says "to fix". Also, John, do you know if it was in the base 9