displaying top 100 results
Tracker Comment Comment on CFQUERY BUG by Chad A.
Comment on CFQUERY BUG by Chad A.
Tracker Comment Comment on JSESSIONID not passed in URL when using ADDTOKEN parameter OF CFLOCATION tag by Chad A.
Comment on JSESSIONID not passed in URL when using ADDTOKEN parameter OF CFLOCATION tag by Chad A.
Tracker Comment Comment on org.eclipse.jetty.http.HttpParser$IllegalCharacterException causing high CPU usage by Chad M.
3178794 CF-4198853 Chad M. I made contact with the coldfusion install support and they provided a change that is necessary to the jetty.xml file. We will apply today, 6-15-17, and see if it resolves the issue.
5652628 CF-4204270 Chad S. No, it doesn’t. There is no documented way to restrict search like that with cfspreadsheet.
Suggestions:
Add that capability to cfspreadsheet tag
OR
Create a new method that pulls high level information about a spreadsheet. Items like Total sheets, Total hidden sheets
Tracker Comment Comment on cfdocument generation of PDF occaisionally hangs for all PDF generation by Chad H.
2608365 CF-4110955 Chad H. Bug still exists. Found out you can reproduce if you have css that is trying to do an @import call with a relative protocol.
This works: @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
This spins: @import
Tracker Comment Comment on latest update (June 2019) blocks upload of files with no extension, without offering a way to control that by Charlie A.
5961389 CF-4204857 Charlie A. Chad, you could help us confirm by offering us some sample code (client- and server-side, even if presented in a single template) that would demonstrate the problem, perhaps also with a file to use to demonstrate, if something about it may be unique.
You should
Tracker Comment Comment on latest update (June 2019) blocks upload of files with no extension, without offering a way to control that by Chad N.
Comment on latest update (June 2019) blocks upload of files with no extension, without offering a way to control that by Chad N.
Comment on cfspreadsheet crashes/locked up server with (238kb) file by Chad S.
Tracker Comment Comment on latest update (June 2019) blocks upload of files with no extension, without offering a way to control that by Chad N.
Comment on latest update (June 2019) blocks upload of files with no extension, without offering a way to control that by Chad N.
Tracker Comment Comment on latest update (June 2019) blocks upload of files with no extension, without offering a way to control that by Chad N.
Comment on latest update (June 2019) blocks upload of files with no extension, without offering a way to control that by Chad N.
Tracker Comment Comment on latest update (June 2019) blocks upload of files with no extension, without offering a way to control that by Charlie A.
5961389 CF-4204857 Charlie A. Chad, just to be clear: if you read my proposal, my proposal would not "disable all protection to allow for this one". I DO propose that it be a separate "setting", though not as a new checkbox or something, but rather as a new indication like the others naming what
Tracker Issue CFQUERY BUG
4056001 CF-4201446 Language : Functions Chad Adamson CFQUERY BUG Problem Description:
Any queries that have a column named "enabled" in them return 0 results.
Steps to Reproduce:
SELECT * FROM events WHERE enabled = 1
Actual Result:
0 records
Expected Result:
All records where column enabled = 1
2609193 CF-3913903 Administrator Chad Paul Be able to load a car file when creating a new instance from the Instance Manager It would be amazing if I could just specify a car file for a new instance right from the creation of the instance.
----------------------------- Additional Watson Details
Tracker Comment Comment on cfdocument generation of PDF occaisionally hangs for all PDF generation by Kailash B.
2608365 CF-4110955 Kailash B. Hi Chad,
The shared code works for me. Both relative and absolute URL works fine for me.
Is it possible to go on a call to see the actual issue? Can you email me at [bihani@adobe.com|mailto:bihani@adobe.com] so that I can setup a meeting to see the issue
5652628 CF-4204270 Piyush K. Chad,
The excel file you've shared has a hidden sheet called "page". Col "I" in that sheet has formulae that follow pattern similar to the following:
=INDEX(C:C,MATCH(G2,A:A))
Here the address space C:C and A:A is quite exhaustive. CF internally uses POI library
Tracker Issue neo-websocket.xml is installed as a blank file
4056021 CF-4201447 Installation/Config : Installer Chad Adamson neo-websocket.xml is installed as a blank file Unable to initialise WebSocket service: coldfusion.server.ServiceException: [C:\ColdFusion2016\cfusion\lib\neo-websocket.xml]coldfusion.wddx.WddxDeserializationException: WDDX packet parse
Tracker Issue Bug 80238:I'm using a
2599398 CF-3040247 CFIMAGE Chad Mefferd Bug 80238:I'm using a Duplicate ID: CF-3040240
Problem:
I'm using a .NET web service to return an image to the cfimage tag. This works fine using ColdFusion 8, until updating to Hot Fix 3. This issue appeared after applying the Hot Fix 3 update to CF8
2921659 CF-4198400 Administrator Chad Armond Add option to override mapping of /api directory to ColdFusion REST services In ColdFusion 2016, the /api directory is mapped to the CFRestServlet. If an application already has a custom API solution deployed to the /api directory, it will not work
Portal Topic Sassy Sprites – Making sprites easy with SCSS/Sass
Chad Haney Sassy Sprites – Making sprites easy with SCSS/Sass I hate sprites When talking about sprites, I often hear from people that they hate them. Unfortunately their biggest reason tends to be one which could be easily solved, the grueling task of setting the background position pixels
Tracker Issue Bug 84085:Trying to connect
:
External Customer Name: Chad Mefferd
External Customer Email: 25F34A7344590EBD99201549
External Test Config: 09/08/2010
Tracker Issue Code Hinting
2612747 CF-3434106 Dreamweaver Integration chad gray Code Hinting Problem Description: CF10 Extension for dreamweaver is not up to date. Take for example has had the attribute "returnformat". Dreamweaver does not have that a code hint for that attribute.
Steps to Reproduce: install CF10
Tracker Issue Submitting form with file and CFGRID - Exception in The submitted cfgrid form field is corrupt
2609501 CF-3842284 AJAX : UI Components Chad Baloga Submitting form with file and CFGRID - Exception in The submitted cfgrid form field is corrupt Problem Description: I have a form with a file upload and a CFGRID. This works with CF10 Update 13. When we upgraded to Update 14 this error started
2927125 CF-4198404 Core Runtime : Session Management Chad Armond JSESSIONID not passed in URL when using ADDTOKEN parameter OF CFLOCATION tag Problem Description: In previous versions of ColdFusion, the JSESSIONID was passed in the URL query string when using the ADDTOKEN parameter
5652628 CF-4204270 Piyush K. Chad,
First of all, let me apologize for the delay in getting back to you on this.
Now, most of the functionality that you've requested already is in existence. For example. spreadsheetInfo function returns information such as no. of sheets and their names.
You can