displaying top 100 results
Comment on General Error when creating PDF using cfhtmltopdf by External U.
Tracker Issue Server non-default Logs path is not honoured
2608056 CF-4197990 General Server ext-user Server non-default Logs path is not honoured Problem:
Change server's logs directory to a new path.
Logs are not redirected to the new path provided in the ColdFusion administrator's logging settings.
Method:
Result
Tracker Issue CF Server update screen has redundant fields
2609347 CF-3855940 General Server M Bean CF Server update screen has redundant fields Problem Description:
Steps to Reproduce:
Log into CF Administrator
Click on Updates
Click on Settings
See that there are two fields for email addresses
Actual Result:
2 fields instead of 1
Expected Result:
1
Tracker Issue "><img src=x onerror=prompt(1)>
2608305 CF-4132361 General Server hamza bb "> ">
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4132361
External Customer Info:
External Company:
External Customer Name: hamza bb
External Customer Email:
External Test Config: ">
Tracker Issue CFCLIENTSETTINGS error
6390357 CF-4205635 General Server,Mobile Support : Device Detection CFCLIENTSETTINGS error Problem Description:
Steps to Reproduce: add above code to a webpage
Actual Result: error
Expected Result: display based on size
Any Workarounds: nope
2597221 CF-3085245 General Server Peter Freitag Bug 87176:-(Watson Migration Closure)Add onRequestStart method to Server Problem:
Add onRequestStart method to Server.cfc to allow a global onRequestStart handler to process for sites with lots of applications
Method:
Result:
Enhancement request
Tracker Issue Bug 85320:(Watson Migration Closure)The Server Monitor reports on the HTTP scope for requests
2597687 CF-3042945 General Server Raymond Camden Bug 85320:(Watson Migration Closure)The Server Monitor reports on the HTTP scope for requests Problem:
The Server Monitor reports on the HTTP scope for requests. The HTTP scope is a copy of he CGI scope so this is just a waste of space and a
/administrator/mail/undeliveredmail.cfm is to review and potentially respool undelivered mail.
Currently to administer undelivered mail requires access to the general Server Settings role. Administering Undelivered Mail is a very different function from configuring general Server Settings.
Ideally this new "Undelivered Mail" role would *not
Tracker Issue server scope type is getting modified
2608436 CF-4094726 General Server ext-user server scope type is getting modified Related Bugs:
CF-4010005 - Similar to
Problem:
serviceTagAttributes of server scope is being changed to coldfusion.xml.rpc.StructDelegate while it has to be Struct when server scope is used from the Web services
Tracker Issue ColdFusion Application Server will not restart if all API management services are running.
2673498 CF-4126484 General Server Steve Walker ColdFusion Application Server will not restart if all API management services are running. Problem Description:ColdFusion Application Server will not restart if all API management services are running.
Steps to Reproduce: Start all services, restart
2816424 CF-4198297 General Server Michael Worthley A timeout occurred while attempting to lock module.##############.registration.cborm Problem Description: THe module loads fine on initial startup, but subsequent loads timeout.
Steps to Reproduce:
Actual Result:
Expected Result:
Any
Tracker Issue This is a test bug
2671739 CF-4198168 General Server Anit Kumar Panda This is a test bug Problem Description:
Steps to Reproduce:
Actual Result:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4198168
External Customer Info
Tracker Issue Application metadata is not thread safe
2608243 CF-4155785 General Server ext-user Application metadata is not thread safe Problem:
When there are multiple applications, applications metadata is not thread safe and one application's data is available to the other application.
Method:
Result:
Expected:
Workaround
Tracker Issue [ANeff] Bug for: 3037369 became hidden
2608567 CF-4061784 General Server Aaron Neff [ANeff] Bug for: 3037369 became hidden Duplicate ID: 4061953 Adobe Bugbase
Please unhide 3037369. I'm no longer able to view it.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4061784
External
Tracker Issue [ANeff] Bug for: 3043160 became hidden
2608568 CF-4061783 General Server Aaron Neff [ANeff] Bug for: 3043160 became hidden Duplicate ID: 4061953 Adobe Bugbase
Please unhide #3043160. I'm no longer able to view it.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4061783
External
Tracker Issue Struct map as a member func broken
2609207 CF-3911226 General Server Raymond Camden Struct map as a member func broken This is broken:
person = {name:"Ray", age:41};
youngerPerson = person.map(function(key,value,struct) {
writedump(arguments);
});
----------------------------- Additional Watson Details
Tracker Issue Bug 87127:-(Watson Migration Closure)Client Variables continually prepare and unprepare statements when using SQL Server
2597261 CF-3044053 General Server Nathan Strutz Bug 87127:-(Watson Migration Closure)Client Variables continually prepare and unprepare statements when using SQL Server Problem:
Client Variables continually prepare and unprepare statements when using SQL Server. This is visible with SQL Server
2673542 CF-4126428 General Server Philipp Cielen [cielen] OS X Preference pane for starting/stopping CF server There is an OS X preference pane for MySQL and Tomcat and it would be nice to have one for ColdFusion too so one can conveniently start/stop the server from there
4625828 CF-4203161 General Server onServerStart() not fired when component is located on network path Problem Description:
Method "onServerStart" is not called when there is linked to a component with a network location like "\\vmware-host\server.cfc".
Steps to Reproduce:
1. Create a network
Tracker Issue Bug 73015:(Watson Migration Closure)Railo has a "Cascading Scope" feature that I would very much love built into CF Server
2603077 CF-3036170 General Server Todd Rafferty Bug 73015:(Watson Migration Closure)Railo has a "Cascading Scope" feature that I would very much love built into CF Server Problem:
Railo has a "Cascading Scope" feature that I would very much love built into CF Server.
From the Railo Server
2608711 CF-4019598 General Server Henry Ho CharsetEncode() returns something different, update 16 on Win Server 2012 Problem Description:
CharsetEncode('utf-8') returns something different on Windows Server 2012 with Update 16 on JVM 1.8
Steps to Reproduce:
Actual Result:
?x10;&??n
2608710 CF-4019599 General Server Henry Ho CharsetEncode() returns something different, update 16 on Win Server 2012 Duplicate ID: CF-4019598
Problem Description:
CharsetEncode('utf-8') returns something different on Windows Server 2012 with Update 16 on JVM 1.8
Steps to Reproduce
Tracker Issue XmlSearch No Longer Supports No-Name Namespace
2612864 CF-3377581 General Server Mikel Goicoechea XmlSearch No Longer Supports No-Name Namespace Problem Description: XmlSearch() used to accept search paths such as this: "/:Something/:SomethingElse
Steps to Reproduce: See code snippet in note
Actual Result: error
Expected Result: text from
Tracker Issue server.xml file virtual directory instructions confusing
2673491 CF-4126493 General Server Dave Ferguson server.xml file virtual directory instructions confusing The instructions in the server.xml file for adding a new virtual directory to built in web server is confusing.
1: There is an error in the example xml where the end tag for "
Tracker Issue nested cfoutput
2673503 CF-4126477 General Server Frédéric Peters nested cfoutput Problem Description: Nested cfoutput do not behave like previously
Steps to Reproduce: Run this code:
SELECT randID, itemID
FROM Messages
WHERE messageId = "1"
#randID#
#itemID#
Actual Result: generates an error
Expected
Tracker Issue JSON Web Tokens (JWT) support
2609072 CF-3937690 General Server Henry Ho JSON Web Tokens (JWT) support Please make JSON Web Tokens (JWT) easy to implement in ColdFusion. Hopefully as easy as session management minus the clunky portion.
https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32
Tracker Issue each not available for list funcs
2609208 CF-3911221 General Server Raymond Camden each not available for list funcs While listEach works, I could have sworn this worked - in fact, I'm pretty darn sure it did - I had it in a presentation:
names = "Ray,Scott,Todd,Dave";
names.each(function(n,i) {
writeOutput(n);
if(i < n
Tracker Issue Bug 80189:ExpandPath("/folder") returns "redirect" (string)ExpandPath("/") works as supposed to
2599425 CF-3040207 General Server Sergei Droganov Bug 80189:ExpandPath("/folder") returns "redirect" (string)ExpandPath("/") works as supposed to Problem:
ExpandPath("/folder") returns "redirect" (string)ExpandPath("/") works as supposed to
Method:
Result:
ExpandPath("/folder") returns
Tracker Issue Bug 76179:(Watson Migration Closure)Could we get <cfinclude/> to understand absolute url or file paths?
2601402 CF-3038000 General Server Jon Hartmann Bug 76179:(Watson Migration Closure)Could we get to understand absolute url or file paths? Problem:
Could we get to understand absolute url or file paths?
Method:
Result:
----------------------------- Additional Watson Details
Tracker Issue Bug 74751:Hi,
2602181 CF-3037141 General Server David Dharmaraj R Bug 74751:Hi, Duplicate ID: CF-3037140
Problem:
Hi,
Would it possible to provide us a (Flex / AIR) GUI clientfor accessing the built-in Apache Derby database.
Thanks,
David R
Method:
Result:
----------------------------- Additional Watson
Tracker Issue Bug 74749:(Watson Migration Closure)Hi,
2602182 CF-3037140 General Server David Dharmaraj R Bug 74749:(Watson Migration Closure)Hi, Problem:
Hi,
Would it possible to provide us a (Flex / AIR) GUI clientfor accessing the built-in Apache Derby database.
Thanks,
David R
Method:
Result:
----------------------------- Additional Watson
's not in the server webroot. Why would it be? It's an Eclipse project, and those go in the workspace directory, generally. And even if one saves them some other place, they're not going to be in the *web root*. Why the hell would they ever be in there???
--
Adam
----------------------------- Additional Watson
Tracker Issue red x for image in PDF
2608585 CF-4057824 General Server Grace Jensen red x for image in PDF Problem Description: When creating a with an img tag images display as a red x. If I use with an img tag the images display properly. The images are stored on a shared file server. (please reference attached file).
Steps
Tracker Issue cfinfo reports wrong version number
2612807 CF-3427668 General Server Jan Ruusuvuori cfinfo reports wrong version number Problem Description:
The cfinfo utility does not report the ColdFusion version number accurately.
Steps to Reproduce:
run "cfinfo -info"
Actual Result:
ColdFusion Server 10,0,0,28246
Expected Result:
Cold
2613400 CF-3323518 General Server Adam Cameron CF10 does not identify itself as 10.0.1 after the 10.0.1 install Problem Description:
CF10 still reports itself as 10,0,0,282462 after the 10.0.1 updater.
Steps to Reproduce:
Install updater. Check server version on info page and via dumping
Tracker Issue ColdFusion keeps reverting to Developer Edition
2596995 CF-3197238 General Server Rowann Suayan ColdFusion keeps reverting to Developer Edition Problem Description: ColdFusion keeps reverting to Developer Edition even when supplied with a valid license key.
Steps to Reproduce: Not sure. One of our servers have this problem. All others
2600095 CF-3039394 General Server Dave Ferguson Bug 78983:Hung onserverstart thread causes ColdFusion service to fail to start Problem:
Hung onserverstart thread causes ColdFusion service to fail to start. The request never times out reguardless of the request timeout setting from admin.
Method
Tracker Issue Local Application setting randomly lost
2608652 CF-4033856 General Server benoit plessis Local Application setting randomly lost Problem Description:
With a Application.cfc defining a default datasource and/or local CustomTag path CF11 randomly trigger 'CustomTag Not found" or "invalid cfquery attribute value "" for datasource"
Steps
Tracker Issue REPL support in CLI
2608690 CF-4022731 General Server ext-user REPL support in CLI REPL support
support for JSR 223
Comments from Brad:
CommandBox currently loads a custom CLI wrapper for Lucee that bootstraps the execution of a .cfm file. Please note though, that with Lucee 5 will come JSR-223 compatibility
Tracker Issue Revert Jetty libraries to version 7 on Solaris 11 due to compatibility issues with Jetty 9.
2609039 CF-3942257 General Server ext-user Revert Jetty libraries to version 7 on Solaris 11 due to compatibility issues with Jetty 9. Problem:
Solaris 11/CF11/JRE1.7: compatibility issues with jetty 9.
Method:solatr
Issues:
- content generated by cfhtmltopdf tag (when the "source" attribute
2609727 CF-3791448 General Server Sury Chudamani Instance creation failure with ColdFusion11 on Solaris 11 for SPARC Problem: Unable to create instance with ColdFusion11 on Solaris 11 for SPARC.
Method: 1) Launch Administrator.
2) Go to Enterprise Manager > Instance Manager and create an instance
Tracker Issue CLI
2611068 CF-3646258 General Server Adam Cameron CLI ColdFusion 5 used to have a CLI, but it never made it past the migration to Java.
I've been using a bunch of other languages recently: Ruby, PHP, hey even Javascript... and they all have CLIs, and it's a really really useful way of running code
2612442 CF-3511958 General Server Mikel Goicoechea ColdFusion Sandbox Security Breaks Active FTP Connections Problem Description: cfftp can't handle active FTP connections when ColdFusion Sandbox Security is turned on
Steps to Reproduce: enable ColdFusion Sandbox Security and try to connect
2602417 CF-3036875 General Server João Fernandes Bug 73847:(Watson Migration Closure)[OnServerStart] the onServerStart() setting in the Administrator should support a coma delimited value so multiple server Problem:
[OnServerStart] the onServerStart() setting in the Administrator should support a
Tracker Issue 401 Error
6422295 CFB-4198455 Debugger : General 401 Error When I enable the "Windows Authentication" and configure the CF admin page over external web server, the Debugger is failing with the 401 error
Tracker Issue Raijin crashed on first time to CF Admin
2673395 CF-4126649 General Server Drew Nathanson Raijin crashed on first time to CF Admin Problem Description:
Once CF was installed, and the initial setup page was complete, it prompted to go into CF Admin. Upon entering that page, CF simply froze. After several attempts to get it to function
Tracker Issue URLDecode() Removed normal Alphanumeric Characters
2608644 CF-4036452 General Server Mary Jo Sminkey URLDecode() Removed normal Alphanumeric Characters Problem Description: In cases where URLDecode() is getting test strings, it's removing characters that it shouldn't.
Steps to Reproduce: Test: writedump(URLDecode( "Save Up To 30% on Orders
Tracker Issue ColdFusion feature request to add support for jade
2608700 CF-4021465 General Server Bill Reese ColdFusion feature request to add support for jade Would love to be able to use a .jade file or worse case h1 with cfscript version such as cfjade {h1}. would even love better if i could write CF tags using jade format as well.
I fell in love
Tracker Issue CLI/REPL - probably via CommandBox
2608739 CF-4013832 General Server Adam Cameron CLI/REPL - probably via CommandBox I'm sure this has been raised before, but I cannot find the ticket.
ColdFusion needs a CLI/REPL for it to be taken seriously in these times. It's just a fundamental.
CommandBox is really good in this regard, so
Tracker Issue Grammar error in error message
2609464 CF-3845475 General Server Adam Cameron Grammar error in error message Parameter validation error for the QUERYGETROW function.
The function takes 2 parameter.
The error occurred inC:/apps/adobe/ColdFusion/11/express
Tracker Issue Either remove allowedextforinclude functionality entirely, or at least implement it so it can be disabled
2610330 CF-3710326 General Server Adam Cameron Either remove allowedextforinclude functionality entirely, or at least implement it so it can be disabled See: http://cfmlblog.adamcameron.me/2014/02/coldfusion-11-preventing-files-from.html
This functionality ought to just be removed, because it
Tracker Issue OSGI integration for providing CF core modularity
2611669 CF-3602420 General Server Luis Majano OSGI integration for providing CF core modularity OSGI integration for providing CF core modularity.
Explore the concepts of OSGI for core CFML. This would allow for the ability to package funtionality as bundles instead of the conglomerate
Tracker Issue Framework
2611855 CF-3581592 General Server Qais Maash Framework We see now days many ColdFusion frameworks (Model glue, FB, FW1 ....etc.) , but sadly, none of them is an official framework which support by the vendor (Adobe), what's the problem if Adobe adopt one or even come up with something new so
Tracker Issue argumentcollection bugs with numeric keys
2612472 CF-3506225 General Server Dale Fraser argumentcollection bugs with numeric keys Related Bugs:
CF-3508651 - Similar to
Problem Description:
Passing an argument collection to a function with numeric keys results in data being swapped and / or unable to be dumped.
Steps to Reproduce
Tracker Issue Some Query of Query errors are 500 errors
2613044 CF-3350030 General Server Raymond Camden Some Query of Query errors are 500 errors Create a simple query. Do a query of query on it. Then try to add an intentional error to your QOQ. So for example, select * from queryname where x=1. Ensure your first test is an invalid column. You should
Tracker Issue [ANeff] Bug for: CFMX (6) logo on CF 10's download page
2613187 CF-3340067 General Server Aaron Neff [ANeff] Bug for: CFMX (6) logo on CF 10's download page ColdFusion's download page displays the old CFMX (6) logo.
- Download page URL: http://www.adobe.com/cfusion/tdrc/index.cfm?product=coldfusion
- Image URL: http
2598113 CF-3041725 General Server Michael Nimer Bug 83466:(Watson Migration Closure)Add new #IFNULL( object, default )# function Problem:
Add new #IFNULL( object, default )# function. So users can easily output a "" string when the java objects they are working with are null. Since they can't do a
2598606 CF-3041143 General Server Dave Shuck Bug 82425:In the final release, it appears that any variable name appears to be defined and paramed with a blank value in the CGI scope Problem:
In the final release, it appears that any variable name appears to be defined and paramed with a blank value
Tracker Issue Bug 82283:[ANeff] Bug for: CF9 Ext for DW do not suggest any values for cffileupload's align or wmode attributes
2598695 CF-3041045 General Server Aaron Neff Bug 82283:[ANeff] Bug for: CF9 Ext for DW do not suggest any values for cffileupload's align or wmode attributes Problem:
[ANeff] Bug for: CF9 Ext for DW do not suggest any values for cffileupload's align or wmode attributes. "center|left|right" should
Tracker Issue Bug 82174:(Watson Migration Closure)[ANeff] Bug for: CF9 DW Extensions incorrectly colorize "//<!--- --->" w/in cfscript
2598753 CF-3040981 General Server Aaron Neff Bug 82174:(Watson Migration Closure)[ANeff] Bug for: CF9 DW Extensions incorrectly colorize "//" w/in cfscript Problem:
[ANeff] Bug for: CF9 DW Extensions incorrectly colorize "//" w/in cfscript. In CFB, the "//" is grey (correct). In DW
Tracker Issue Bug 81774:[ANeff] Bug for: DW Ext for CF9 suggests cfmap attributes: showmarkerwinodw & showmarkerwindow
2598889 CF-3040824 General Server Aaron Neff Bug 81774:[ANeff] Bug for: DW Ext for CF9 suggests cfmap attributes: showmarkerwinodw & showmarkerwindow Problem:
[ANeff] Bug for: DW Ext for CF9 suggests cfmap attributes: showmarkerwinodw & showmarkerwindow. Only "showmarkerwindow" is correct
2599310 CF-3040346 General Server Aaron Neff Bug 80471:[ANeff] Bug for: DW Ext suggests incorrect attrib order for writelog() Problem:
[ANeff] Bug for: DW Ext suggests incorrect attrib order for writelog().CF9 DW Ext suggests attribs in this order: writelog
Tracker Issue Bug 80460:The cfservices
2599314 CF-3040341 General Server Andy Allan Bug 80460:The cfservices Problem:
The cfservices.swc file (when added to Flex/AIR projects) is showing cf:LDAP as an option but this service isn't exposed by the CFaaS feature.
Method:
1. Create a new Flex/AIR project in Flex Builder.2. Add
2599349 CF-3040303 General Server Andrew Scott Bug 80368:(Watson Migration Closure)When doing debugging, the debugger needs to reflext xml nodes as it does when dumping them to the screen Problem:
When doing debugging, the debugger needs to reflext xml nodes as it does when dumping them
2599487 CF-3040142 General Server Aaron Neff Bug 80029:[ANeff] Bug for: CF9 DW Extensions bug for Problem:
[ANeff] Bug for: CF9 DW Extensions bug for . When "Close tags after typing the open tag's ">"" is enabled in Dreamweaver preferences, and then typing "", the closing is not automatically
2600107 CF-3039381 General Server Dave Ferguson Bug 78958:VFS needs the following enhancements:1: Ability to disable feature Problem:
VFS needs the following enhancements:1: Ability to disable feature. As stated by others, this feature could be dangerous in a shared hosting environment.2: Ability
Tracker Issue Bug 75693:(Watson Migration Closure)There is no version of cfencode that runs on Mac in the bin directory
2601694 CF-3037687 General Server Pete Freitag Bug 75693:(Watson Migration Closure)There is no version of cfencode that runs on Mac in the bin directory Problem:
There is no version of cfencode that runs on Mac in the bin directory. There is one for solaris, linux, and windows, mac is missing
2603121 CF-3035984 General Server João Fernandes Bug 72953:(Watson Migration Closure)[Mobile] ColdFusion should support Mobile Content Delivery Protocol to support feeding Mobile applications Problem:
[Mobile] ColdFusion should support Mobile Content Delivery Protocol to support feeding Mobile
Tracker Issue ERR_CONTENT_LENGTH_MISMATCH errors
5381617 CF-4204040 General Server ERR_CONTENT_LENGTH_MISMATCH errors Problem Description: Site visitors using Google Chrome are intermittently seeing partial page loads (half of the resources render, half don't) and in some cases blank white screens. In the JS developer console, they see an "ERR
Tracker Issue Rename "Getting Started" server
2610164 CF-3724398 General Server Adam Cameron Rename "Getting Started" server It's not a "getting started" server: I've been using CF for over a decade, but the *express* server will be my install of choice as it's just more convenient than the fill install.
It's a dev server, or and express
3322599 CF-4199244 General Server Terry Ford Sporadic server errors: Cannot create a session after the response has been committed Problem Description:
ERRORS APPEARING IN APPLICATION.LOG:
"Error","ajp-nio-8016-exec-25","07/24/17","04:03:12","TheAPP","Cannot create a session after the response
Tracker Issue First Request Slow on IIS8 (Windows 8 and Server 2012)
First Request Slow on IIS8 (Windows 8 and Server 2012)
Tracker Issue Bug 83590:(Watson Migration Closure)The SQL Server 2008 hierarchyid datatype is not supported by the current driver
2598075 CF-3041769 Database : General marc esher Bug 83590:(Watson Migration Closure)The SQL Server 2008 hierarchyid datatype is not supported by the current driver Problem:
The SQL Server 2008 hierarchyid datatype is not supported by the current driver. This causes an queries that return a
Tracker Issue Bug 78778:Cannot manually delete JPG and PNG files from wwwroot after they have been view using the built-in web server
2600206 CF-3039276 General Server Jeremy Moore Bug 78778:Cannot manually delete JPG and PNG files from wwwroot after they have been view using the built-in web server Problem:
Cannot manually delete JPG and PNG files from wwwroot after they have been view using the built-in web server.
Method
Tracker Issue this.smtpServerSettings missing options
5787373 CF-4204467 General Server this.smtpServerSettings missing options Problem Description:
We're trying to use this.smtpServerSettings to set up email to a different server than the default settings in CFAdmin. Mail servers regularly require TLS on a different port than port 25. The this.smtpServer
2599523 CF-3040004 General Server Aaron Marshall Bug 79974:(Watson Migration Closure)This is a feature request - I'd like to see coldfusion provide an alternative to PHPs fsock so that coldfusion can interact with remote sites, this could be useful for pinging servers and checking upt Problem
Tracker Issue CFTHREAD limit for Standard Edition is not correct
2608292 CF-4135460 General Server : EFR Alan Bullpitt CFTHREAD limit for Standard Edition is not correct Problem Description: Coldfusion administrator states that for a Standard Edition server the number of concurrent cfthreads is limited to a maximum of 10. However after testing this it appears
Tracker Issue Bug 82376:Using cfspreadsheet to open a 5 MB XLS file, the first time it works fine in about 30 seconds
2598639 CF-3041105 General Server Ken Reiss Bug 82376:Using cfspreadsheet to open a 5 MB XLS file, the first time it works fine in about 30 seconds Problem:
Using cfspreadsheet to open a 5 MB XLS file, the first time it works fine in about 30 seconds. Subsequent times, I get error messages
2599354 CF-3040298 General Server Andrew Scott Bug 80353:This code doesn't cycle in the debugger in other words if the struct has 3 maybe 4 keys one would expect to run the loop that many times, instead the loop is only ever run the once Problem:
This code doesn't cycle in the debugger in other
Tracker Issue Different OS's for AWS AMI
2608188 CF-4167035 General Server Christopher Tierney Different OS's for AWS AMI Please look at different OS's for the AWS AMI.
Currently it is using an outdated version of Windows Server 2012. 2012R2 has been released for awhile now and gets rid of some annoyances.
It is also currently using
Tracker Issue Whitespace problem
2673511 CF-4126468 General Server Frédéric Peters Whitespace problem Problem Description: Somewhere in my code I had to do something like this:
1. Query ( name=query1)
2. Output of query 1. Then, inside this output: a second query ( for instance named query2 ) then I call "#query2.city# #query2
Tracker Issue Update Core Licensing
2673649 CF-4119922 General Server Christopher Tierney Update Core Licensing The current licensing model requires companies to purchase hardware or configure VM guests around the ColdFusion product purchased.
For example, ColdFusion 2016 standard requires that you have a maximum or two cores before
2608404 CF-4101628 General Server Jason Henley Unable to download file when default document is not used Problem Description: Corrupted documents are being created when the default document is not being used for the request.
Steps to Reproduce:
Create *.CFM file 1 /pdf-test.cfm in the root
Tracker Issue Build-in X-SendFile Support
2608727 CF-4015253 General Server James Moberg Build-in X-SendFile Support CFContent is the current, recommended way to secure content when providing a download, but it's costly and requires a CFThread during the download process. It would be an easy task to consume all CFThreads by downloading
Tracker Issue Exporting HTML to Excel
2608731 CF-4014690 General Server Carlos Alonso Exporting HTML to Excel Problem Description:
When streaming HTML content via CFHEADER/CFCONTENT tags to Excel, an error message is displayed stating "The file format and extension of [file_name.xls] do not match. The file could be corrupt or unsafe
Tracker Issue Error after update 11
2611684 CF-3600908 General Server Chris Giminez Error after update 11 Problem Description: A page produced this error only after applying update 11. The page calls many functions, and the error is not specific to any part of the code. It also did not create an entry in the log file, so I don't know
2599372 CF-3040278 General Server Andrew Scott Bug 80312:When trying to debug ColdBox Application any on method in Application is not fired, which is annoying if you are trying to find a bug Problem:
When trying to debug ColdBox Application any on method in Application is not fired, which
Tracker Issue Bug 79638:Missing features in adminapi
2599693 CF-3039821 General Server John Mason Bug 79638:Missing features in adminapi Problem:
Missing features in adminapi.Toggling on/off the implicit UDFs Toggling on/off onServerStart optionThe new 'Document' section of the Administrator has no admincfc interfaceThese types of problems have been
Tracker Issue [ANeff] Bug for: THIS.sameFormFieldsAsArray=true ignored when enctype="multipart/form-data"
2672343 CF-4197259 General Server Aaron Neff [ANeff] Bug for: THIS.sameFormFieldsAsArray=true ignored when enctype="multipart/form-data" THIS.sameFormFieldsAsArray=true ignored when enctype="multipart/form-data"
Repro:
Application.cfc
----------------------
component {THIS.name = "Same
Tracker Issue "EQ" works but not "=="
2608147 CF-4182068 General Server ext-user "EQ" works but not "==" Problem: "EQ" works but not "=="
Method:
a = randRange(1,2);
b = randRange(1,2);
writeOutput("Result = #a == b#"); // == no good; EQ works fine
Result: Gives error:-
Invalid
Tracker Issue Expand AWC EC2 Instance Types
2608195 CF-4166166 General Server Christopher Tierney Expand AWC EC2 Instance Types Currently the ColdFusion 11 AWS AMI allows for instances type such as M3. However the T2 and M4 types are better suited for the environments that I need.
Please add availability for at minimum the T2 types. M4
2673636 CF-4120122 General Server : EFR Aaron Neff [ANeff] ER for: use EFR for API Manager and Security Analyzer This is a proposal to use the Enterprise Feature Router (EFR) for API Manager and Security Analyzer.
Currently, API Manager and Security Analyzer are Enterprise-edition only.
I think
Tracker Issue Unable to download .doc files in Internet explorer
2608577 CF-4060711 General Server ext-user Unable to download .doc files in Internet explorer Problem: Unable to download doc files in Internet explorer on ColdFusion 11.
Method: Doc files are not getting downloaded in Internet explorer. Same code is rendering download options on Chrome
Tracker Issue <cfparam> sends a cookie
2608807 CF-3989753 General Server e-domizil License Team sends a cookie Problem Description:
This seems to be a regression from CF8.
We expect that cfparam prevents from undefined variables inside our coldfusion code, but not that cfparam trying and failing of doing the job of “cfcookie
Tracker Issue String compare not working correct on numeric values
2609511 CF-3839552 General Server Dik Klop String compare not working correct on numeric values Duplicate ID: CF-3134331
Problem Description:
When you try to compare two strings with a numeric value that also contains a comma, the result is true even the values are totally different
Steps
2610512 CF-3698426 General Server Aaron Shurmer CF internal _TEMPINDEX variable bleeds into CFC variables scope Problem Description:
Coldfusion has an internal variable bleed into the variables scope of CFC's
basically, it appears that CF is caching the string value of a structure index
Tracker Issue SpreadSheetSetColumnWidth() stops working after updating to ColdFusion 10 Update 11 - reopened
2610582 CF-3695181 General Server Pat Buchanan SpreadSheetSetColumnWidth() stops working after updating to ColdFusion 10 Update 11 - reopened Duplicate ID: CF-3616845
Reference bug 3616845 of which this is the exact same issue. It is marked as fixed in build 286553 yet is still exists in update
2611121 CF-3639695 General Server Chris Phillips DateTimeFormat does not render "ddd" as a three letter day as the docs say. Problem Description:
The docs state: "ddd: Day of the week as a three-letter abbreviation." But, instead it just shows the date as a 3 digit number (e.g. 025, 25 Sep 2013
Tracker Issue HTML5 elements not picking up styles inside a CFDocument
2611656 CF-3603477 General Server Andrew Graham HTML5 elements not picking up styles inside a CFDocument Problem Description:
When creating a PDF document using CFDOCUMENT, no CSS styles are applied to new HTML5 elements such as , etc.
Steps to Reproduce:
Run the attached test2.cfm file.
Actual
2612070 CF-3560964 General Server Michael Schmidt Multiple Form Elements With the same name turned into array - missing empty elements Problem Description:
Prior to CF10 to turn a repeated form element into an array we used getPageContext().getRequest().getParameterMap().
This worked smoothly