displaying top 100 results
Tracker Comment Comment on Support mappings to archive files, similar to to Lucee Archives (.lar files) by J S.
Comment on Support mappings to archive files, similar to to Lucee Archives (.lar files) by J S.
Tracker Comment Comment on CFChart URL Bug by Carl J.
Comment on CFChart URL Bug by Carl J.
Tracker Comment Comment on CFChart URL Bug by Carl J.
Comment on CFChart URL Bug by Carl J.
Comment on cfwindow and cfform not working after hotfix 1 by Carl J.
Tracker Comment Comment on URL not working on client-side CFCHART by Carl J.
Comment on URL not working on client-side CFCHART by Carl J.
Tracker Comment Comment on URL not working on client-side CFCHART by Carl J.
Comment on URL not working on client-side CFCHART by Carl J.
Comment on Whitespace management not available on J2ee installations by Carl V.
Tracker Comment Comment on URL not working on client-side CFCHART by Carl J.
Comment on URL not working on client-side CFCHART by Carl J.
Tracker Comment Comment on NTLM Authentication Support by Mayur J.
2597041 CF-3175165 Mayur J. Hi Carl,
This will be available with ColdFusion Raijin . NTLMv1 and NTLMv2 versions are implemented.
Carl Von Stetten
Also, for the past few years at least, there’s been a ColdFusion Summit East in the DC area (usually in March or April). There is one coming up in April of this year:
https://carahevents.carahsoft.com/Event/Details/75534
Tracker Comment Comment on CF 10 documentation needs to be updated for cfcollection, cfindex and cfsearch tag by Nimit S.
2613451 CF-3315068 Nimit S. Carl,
These URLs are hosted on staging server. We will push these changes to production.
That note was suppose to be internal, so I will be making it internal.
2613395 CF-3324121 Kiran S. The issue still exist. As log4j and coldfusion-out.log (log rotation logic ) kicks in based on maxSize set sometime logging stops working for coldfusion-out.log.
The issue appears when maxLogSize defined in log4j is greater than defined in coldfusion-out.log logging
2613663 CF-3194044 Jacob J. This issue is fixed. It can be verified here: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-r-s/cfschedule.html
Tracker Comment Comment on Error when deploying a ColdFusion application as J2EE Archive on JBOSS Application server (7.1.1) by Nimit S.
Comment on Error when deploying a ColdFusion application as J2EE Archive on JBOSS Application server (7.1.1) by Nimit S.
2614107 CF-3131509 Kunal S. Hi Andrew,
Since the last release we have upgraded the CryptoJ library and with that it should be fixed. We are not able to see this issue on our latest builds. Can you please try it on the public beta intermediate build (released on 04/06/2012)?
Thanks
Kunal
2614287 CF-3119583 Kiran S. Try using cfdump with output=console. cflog ses log4j and do logrotation and mess up the coldfusion-out.log. coldfusion-out.log and coldfusion-error.log should not be used with cflog as these are exclusively used for console logging.
Tracker Comment Comment on Add.Edit Scheduled Tasks by Surinder S.
Comment on Add.Edit Scheduled Tasks by Surinder S.
3283113 CF-4199031 Suchika S. The script variant of cfloop now supports looping over list , structures , array and query .
{code:java}
cfloop(list="1,2,3,4", index="i", item="j"){
writeoutput("index:" & i)
writeoutput("item:" & j & "")
}
{code}
{code:java}
myArray = ["John", "Paul", "George
Tracker Comment Comment on CFFTP to S-FTP server raises error "Algorithm negotiation fail" by Mary J.
Comment on CFFTP to S-FTP server raises error "Algorithm negotiation fail" by Mary J.
Tracker Comment Comment on Session gets lost on cflocation width J2EE Sessions and Cookies disabled by External U.
2612782 CF-3430245 External U. Adobe,
This is not completely fixed in CF11 Update 3. When cookies are disabled, and J2EE sessions are enabled, a 404 is thrown for the following examples:
When 404s are not thrown for valid URLs, then this ticket would be fixed.
Thanks!,
-Aaron
Carl Von Stetten How ColdFusion Enhances Web GIS Applications for Central San Central San is a water resources agency that serves nearly 450,000 customers in our 145-square-mile service area. Founded in 1946, Central San collects and treats 30-50 million gallons of wastewater every day
Portal Topic Introduction To MVC in ColdFusion
Carl Von Stetten Introduction To MVC in ColdFusion As part of my “Introduction to MVC in ColdFusion” presentation that I’ve given at CF Summit 2016 and NCDevCon 2017, I have a sample application written three ways: In procedural style (all CFMs), As a FW/1 MVC application, and As a ColdBox MVC
Tracker Comment Comment on DeSerializeJSON of null values causes strange structure formatting by External U.
not be left unfixed due to convenience.
JavaScript has no problem handling nulls, and neither does the JSON format (remember that the "J" in JSON stands for JavaScript). Why should ColdFusion be forced to coerce nulls into "null" (a string) when there is no real need to?
Since there was probably a bug
Tracker Issue [ANeff] Bug for: CF sessions vs J2EE sessions (session loss) when using urlSessionFormat()
to anchor
With CF sessions (expected and actual - good):
With J2EE sessions (expected):
With J2EE sessions (actual - bad):
To fix: If urlSessionFormat()'s parameter begins w/ a #, then prepend jsessionid to the #.
3) open current page into new tab/window w/ parameters
With CF sessions (expected
jPedal - convert PDF to image - White becomes transparent
Comment on Installing an SSL Certificate into ColdFusion’s Trust Store by jBrodeur
Tracker Comment Comment on CFFTP to S-FTP server raises error "Algorithm negotiation fail" by Mary J.
Comment on CFFTP to S-FTP server raises error "Algorithm negotiation fail" by Mary J.
2609123 CF-3926479 External U. p.s. you really need to fix this bugbase software to preserve tabs (and preferably have proper formatting available).
Just running it through MarkdownJ would be a trivial thing to do and be a huge improvement.
Charlie Arehart Thanks for pointing out for folks the change in java 10's g1gc, Carl.
I will be very interested to hear if it truly makes an observable difference for most over how g1 worked before, or even indeed over the parallel gc.
In my experience, gc choices and even gc "tuning" (other
Tracker Issue [ANeff] ER for: DeserializeJSON() support for .toJSON()'s serializeQueryByColumns="struct"
[ANeff] ER for: DeserializeJSON() support for .toJSON()'s serializeQueryByColumns="struct"
leonodaniel Creating a ColdFusion Product Demo Using ColdFusion and CubePortfolio Often times on an eCommerce or product information web site, you will need to display product images that your client’s potential customers will be able click and zoom into. People typically prefer to view multiple
be using a spec that Adobe itself is co-authoring (RFC 3986), right? I mean, why define a spec you won't fully follow?
Everyone: Adobe's saying isValid("url", "http://T%H%I%S%%I%S%%J%U%N%K%%%%%%%%%%%%%%%%%%%%%%%%%%%") should return YES.
Adobe, what is an example of a valid URL wherein
Portal Comment Comment on ColdFusion (2016 release) Update 9 and ColdFusion 11 Update 17 released by Charlie Arehart
Charlie Arehart Carl, I only had a moment to try your code, and I was tripped up by the blog having changed ” and ‘ to special formatting. I am offering here the code corrected, for the sake of others who may try going forward.And also note that when entering content here, you can change formatting
Tracker Comment Comment on [ANeff] Bug for: extends path is cached, even w/ all caching options off by External U.
2609259 CF-3863748 External U. Adobe's dictation of when caching should/shouldn't be done is a repeat issue. Examples:
CF-3916906 - THIS.datasources changes ignored until CF restart
CF-3787631 - Axis2 web services can cache unexpectedly
CF-3915081 - CF caches S3 metadata
CF-3923429 - Queries stay
Portal Comment Comment on ColdFusion (2016 release) Update 9 and ColdFusion 11 Update 17 released by carl.samuelson.ric
Comment on ColdFusion (2016 release) Update 9 and ColdFusion 11 Update 17 released by carl.samuelson.ric
or NN. However, it is letter 'i'. therefore full time mask would look like: "H:i:s" and not "H:NN:s". Just to mention letter 'J' to display hours doesn't work either. I am using html grid therefore it may be working in flash version.
Method:
it's just a matter of correcting documentation.
Result
Tracker Comment Comment on DateConvert Function seems corrupt. by Chris J.
Comment on DateConvert Function seems corrupt. by Chris J.
Portal Comment Comment on Installing an SSL Certificate into ColdFusion’s Trust Store by Charlie Arehart
Charlie Arehart
David (and to commenter jBrodeur), be aware of a couple of things.
First, let me offer an important clarification on David’s showing WHERE to put the cert. (I realize he admits to being new to this topic, so I'm just expanding in his post and protecting the unsuspecting
Portal Topic Attending ColdFusion Summit 2019 was worth my while
jBrodeur Attending ColdFusion Summit 2019 was worth my while An associate and I were just conferring on the number of nuggets we get from these summits. The Adobe products crew & engineers seem to be enhancing the platform in useful and meaningful ways. It’s always intriguing to see how other
Tracker Issue Autosuggest with delimiter is broken.
, if I type "C" I get an auto complete for C. Not Camden, Raymond, just C.
If you view source, it is easy to seew why:
_cf_autosuggestarray="|C|a|m|d|e|n|,|R|a|y|m|o|n|d|||S|m|i|t|h|,|J|o|h|n".split("|");
----------------------------- Additional Watson Details -----------------------------
Watson
Tracker Comment Comment on cfimage writetobrowser throwing error on CF10 Mac OS X Mavericks Java 1.7 by External U.
2609838 CF-3759721 External U. You're right. Sorry about that. That was my fault: I have changed this repro code so many times that I forgot that I had removed that portion. I have updated the same gist link. Here is an updated screen shot:
https://www.dropbox.com/s/mh7l07j449bnl15/Screenshot
Tracker Comment Comment on CGI.HTTP_USER_AGENT is [empty string] for task handler events by External U.
2613868 CF-3154884 External U. Hi Suchika,
I've attached repro CF-3154884_getHTTPRequestData.zip. Please refer to comments in the code. To see related issue #CF-3151858, please enable J2EE sessions.
Regarding isHTTPRequest(), I've updated #CF-3844994 (RequestGetMetadata()) to include Request
Tracker Issue Replace() fails if one of the strings is a number
(attributes.stringtosoundex);
stclength = len(stringtoconvert);
leader = left(stringtoconvert, 1);
leadervalue = leader;
body = right(stringtoconvert, stclength - 1);
body = replacelist(body, "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z", "0,1,2,3,0,1,2,0,0,2,2,4,5,5,0,1,2,6,2,3,0,1,0,2,0,2");
leadervalue
Tracker Issue Bug 80386:I'm trying to use the Coldfusion 9 <CFFTP> tag to securely connect to a remote SFTP server
2599340 CF-3040312 General Server Carl Bourne Bug 80386:I'm trying to use the Coldfusion 9 tag to securely connect to a remote SFTP server Problem:
I'm trying to use the Coldfusion 9 tag to securely connect to a remote SFTP server. However I just get an invalid data message. I've tried
Tracker Comment Comment on cfdocument format=pdf and cfhtmltopdf doesn't pass the adobe acrobat pro 508 complience check. by Bouton J.
Comment on cfdocument format=pdf and cfhtmltopdf doesn't pass the adobe acrobat pro 508 complience check. by Bouton J.
Portal Topic What ColdFusion IDE Do You Use in 2017?
Dave Levin What ColdFusion IDE Do You Use in 2017? Hello ColdFusion community. Over the years I’ve used several different integrated development environment (IDE) tools for my ColdFusion projects. Here’s a brief timeline of the IDEs that I’ve used over time in chronological order: Macromedia
15FA!618&authkey=!AOZJmH3HBrjvJ7s
the fully qualified class name(s))
I tried to simulate the issue by hitting some simple CFMLs (involving some CF data structures and CFCs) with multiple concurrent user threads with jMeter, with xmx set to 512, for about 25 mins, but did not see any memory leaks. This was on CF2016u6, without any page
for IntelliJ too? None of them work 100% (varying from probably 50-90%, I s’pose). Also the varScoper project tries hard to parse CFML, but does struggle quite a bit in places.
Obviously Adobe can parse CFML with 100% success, as they manage to compile our code.
Would it be something for them to do
Tracker Issue [ANeff] Bug for: CF9 vs CF10 wrt jsessionid in query string (maintained vs broken sessions)
Result: CF9 maintains session. CF10 does not (CF10's isapi_redirect.dll never parsed the session identifier using '&' and thus set a new jsessionid cookie).
Expected Result: CF10 should also maintain the session.
Even tho J2EE servlet spec specifies ";jsessionid=x" format, this is a backward
Tracker Issue cflogin authentication issue
:
After sometime of use users receive an error message
Actual Result:
"Error","ajp-nio-8018-exec-3","12/06/18","06:03:54","","'' Can not decode string ""BF93D94292E2FF6D_J7FlVInggrvvrHEUI5F1mXHbzVsPZnFE3xChv7mXJZg===="". The input string is not base64-encoded."
coldfusion.wddx.Base64Encoder
Portal Comment Comment on Public beta for Adobe ColdFusion (2018 release) and Adobe ColdFusion Builder (2018 release) by amar lungare
amar lungare What’s new and changed in the 2018 release of ColdFusion
1. ColdFusion (2018 release) has a new User Interface. The new interface is based on a tiled
interface. We have also enriched the search experience on the Administrator portal.
2. We have removed Server Monitor. We have
the following as C:\ColdFusionCentaur\wwwroot\XML_Validation\custorder.xml
Deluxe Carpenter's Hammer
1
15.95
36" Plastic Rake
2
6.95
Standard paint
Tracker Issue cflogin exception in CF 2018
Fusion is "Authentication has failed. Please check the logs for more details.s"
Looking at the exception logs in CF Admin shows the following exception:
"Error","ajp-nio-8018-exec-12","07/30/18","20:09:53","","'' Can not decode string ""C59C17FB2B9F91BC_ODGvJ cMMwzj9RhNvDJcNk5pl6a5Zokmb8o6PlR13cs===="". The input string
_CBC_SHA256 (rsa 2048) - A
| TLS_RSA_WITH_AES_256_CBC_SHA (rsa 2048) - A
| TLS_RSA_WITH_AES_128_CBC_SHA (rsa 2048) - A
| TLS_RSA_WITH_3DES_EDE_CBC_SHA (rsa 2048) - C
Steps to Reproduce: Here is the code that fails with the above error:
filter="s
Tracker Issue Problem with CF11 and HTTP
.HTTP.setMethod('GET');
variables.HTTP.setCharSet('UTF-8');
variables.HTTP.setURL('https://maps.googleapis.com/maps/api/place/details/json');
// Add the reference //
variables.HTTP.addParam(
type='url',
name='reference',
value='CoQBdwAAACTLpBJRqdorlL1nGkNWOyx2KerLJI96cY9r_3TGa03vW9DRxnzFmO9sDZcOfB_q8z0px3ZVPuc
.bootstrap.BootstrapServlet.service(BootstrapServlet.java:8 9)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringS ervletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46 )
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun
Monitoring Server on port 65261.
May 10, 2018 5:35:11 PM org.eclipse.jetty.server.Server doStart
INFO: jetty-9.3.6.v20151106
May 10, 2018 5:35:11 PM org.eclipse.jetty.server.handler.ContextHandler doStart
INFO: Started o.e.j.s.ServletContextHandler@4d4da39d\{/,null,AVAILABLE}
May 10, 2018 5:35:11 PM org
)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringS
ervletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46
)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:241)
at org
.CfmServlet.service(CfmServlet.java:219) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:8 9) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFil terChain.java:305) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain .java:210) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringS
.apache.axiom.util.UIDGenerator$1] (value [org.apache.axiom.util.UIDGenerator$1@1926480]) and a value of type [long[]] (value [[J@15f03f5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
10-Apr-2013 23:06:50 org
2599941 CF-3039556 Language : CF Component Brian J Meloche Bug 79277:Here’s the original function that’s bombing (my indents don’t seem to be preserved when I post):Welcome!" />Welcome!" />header() and footer() return strings. displayView() just renders the page in view/home/welcome.cfm.When I
Tracker Comment Comment on [ANeff] Bug for: NULL exceptions by Aaron N.
\wwwroot\WEB-INF\exception\java\security\AccessControlException.cfm
Apr 30, 2018 01:30:38 AM Error [http-nio-8500-exec-1] - null C:\ColdFusion2018\cfusion\wwwroot\WEB-INF\exception\udf.cfm
Apr 30, 2018 01:35:58 AM Error [http-nio-8500-exec-6] - '' Can not decode string ""993D057CE43599B7_vckuK29mbH5J6e1coDLg30JosHNidn/h31kaPKGM9O14dwmdGjS1rq kzDh03KckfpVHBhehLLga /BAN
Twitter' to parameter: 5
10/06 17:54:05 [jrpp-229] HIBERNATE INFO - could not bind value 'TestTwitter' to parameter: 5; [Macromedia][Oracle JDBC Driver]Invalid parameter binding(s).
10/06 17:54:05 [jrpp-229] INFO could not bind value 'TestTwitter' to parameter: 5; [Macromedia][Oracle JDBC Driver]Invalid parameter