displaying top 100 results
Comment on CFDBINFO doesn't return COLUMN_DEFAULT_VALUE by John O.
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.
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
Portal Comment Comment on Server 2016 and CF 2016 by Charlie Arehart
Charlie Arehart John, as you may know, Adobe no longer offer CF2016 on their public site. If you are a licensed owner of CF2016 with a login to the licensing portal, you can find it there.
Or one can find it on the community-supported CFML engine repo, called cfmlrepo.com.
Or you can use
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
Tracker Issue Object Literal Syntax for Ordered/Sorted Structs
type system (see also https://bugbase.adobe.com/index.cfm?event=bug&id=3687548):
SortedStruct s = {};
or annotations:
@Ordered
o = {};
@Sorted({ type: "asc" })
s = {}
s = @Sorted({ type: "asc" }) {}
or
s = {} AS sorted;
or
s = {}::sorted
or
s = sorted{}
There are obviously many other ways
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