search : carl t.

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Comment on Unable to upgrade connections to HTTP2 (no tomcat-native library) by Carl T.
Comment on ArrayResize doesn't support unsynchronized arrays by Carl V.
4518593 CF-4203044 Carl V. I personally prefer option 1 as it matches the name of the setting in CF Admin when setting up scheduled tasks that way - and it really isn't a "request" setting.
Carl Von Stetten I still don't understand why a login is necessary at all. Maybe to save or share, but why just to use?
5987636 CF-4204876 Carl J. The example I have provided is an attempt to recreate the issue (linking from a CFChart, via the URL attribute, to another page); my example isn't exactly like the one I'm having w/ my internal code (internal page to internal page), so I realize some the try/fiddle sites
3057917 CF-4198586 Carl V. I guess I should have specified that it already worked in cfscript (on both ColdFusion and Lucee). However, since this bug *specifically* addresses the fact it doesn't work in tags in ColdFusion but does in Lucee, I stand by asking for parity with Lucee on this issue.
2610696 CF-3685532 External U. @Carl I agree. I don't like inheriting from a base class that has the getMemento() in it just to get that functionality. I'd love for that to be implicitly created. Good add!
Charlie Arehart Good question, Carl. I don't find it (currently) offered on the page shown upon downloading CF (as was the case with the pmt), nor is it linked to from the docs page above, nor on the "downloads" page (https://www.adobe.com/support/coldfusion/downloads.html).
2596925 CF-3364510 External U. Thanks Carl. Thinking about it, I'd also quite like to know how Chandan conclude this WASN'T a bug. What exactly did you test? Not the code in the ticket. -- Adam
Comment on Member functions can't be chained to struct/array literals by External U.
2672799 CF-4167883 External U. Hi Carl, q.getResult() is a member function available to all queries and doesn't require use of query.cfc. q.getResult() member function was added per a ticket I filed during CF11 PR and has been available since CF11 Final. I added q.getResult() to CF's member
Stop() and THIS.datasources should follow suit IMO (Brad's idea should be used for THIS.datasources). Otherwise, Carl's idea of a boolean flag should be used. And applicationStop() shouldn't simply be ignored. * - https
2608961 CF-3952818 External U. And how is it no-one from *Adobe* fronted up with that information? Why did it take someone from the community (thanks Carl, btw). I don't believe there can be such reach with this bug (which is in a new feature to only the previous version of CF) that it cannot
2682630 CFB-3809129 General - IDE,Performance Carl Von Stetten SQL Comments cause Builder to Freeze/Crash Problem Description: Within tags, if inline SQL comments ("-- my comment" placed at end of a line of SQL code) are used, and you later reopen the file to make edits to the query, CF Builder
2610311 CF-3712010 Rupesh K. Wow - it is indeed incredible. Thanks Carl for digging this out. We will fix it - we would have a application setting which would bring back the old behavior in case some one needs it. I hope nobody needs to use this flag. We will also roll it out in an update
Carl Von Stetten Relationship with ColdFusion Community on Adobe Forums At one point I thought that this portal was automatically loading forum posts from the Adobe Community Forum. This no longer appears to be the case as there are numerous recent posts to the forums that aren’t showing here.  I
2609893 CF-3750729 External U. No, Rupesh, this is a public bugbase, so if you set the status as "need info" and I'm the person who raised the ticket, the *natural* inference is that you need the info from me. If it was *obvious* you weren't addressing me, then I'd've not have asked you about it
filed against CF9 and/or CF8 to get null fixed in DeserializeJSON, wouldn't rolling back to the previously "broken" behavior be an affront to the developers who had been patiently waiting to get this fixed? -Carl V.
2610071 CF-3733001 External U. Yeah, thanks Carl: Sometimes I get a bit wound up by things I see in CFML, and I put my case fwd in less than charitable terms. Thanks for wording it more neutrally. The problem here is that once this stuff makes it out of beta: we're stuck with it. And it really
2608306 CF-4132238 Database Carl Von Stetten Add cachedUntil option to query-related tags and functions Problem Description: There are currently two ways to specify how a query is stored in cache from within query - cachedWithin and cachedAfter. Using cachedWithin and specifying a Time
2612023 CF-3564422 Administrator Carl Von Stetten Block Download and Install / Install Buttons in Server Update Page on Windows Due to permissions issues on Windows installations of ColdFusion 10, the updates cannot be properly installed through the CF Administrator updates interface. So
Charlie Arehart Carl, you focused on the second paragraph, rather than the first. I asked if you could offer us some demo code, even just posted here, for folks to try to see if they would have the same issue you do. As for the fact that cffiddle supports only CF2018 and 2016, ok. Sorry I didn't
carl.samuelson.ric

Charlie,

I didn’t mean to imply I was ignoring paragraph 1, I was (and am) putting together a demo, to use in cffiddle and post back here. While I was doing that, I noticed that cffiddle ignores CF11.  But, I continued working on my demo example, and I may have backed

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
2609259 CF-3863748 External U. At Carl's request, I tested the supplied code sample on CF9.0.2. I needed to switch the syntax over to createObject() for it to run, but the same undesired caching exists even with all cache settings turned off in the administrator. And since I like to be thorough
Charlie Arehart Thanks for raising this, Carl, and for seeing that it's fixed, Anit. There's another unfortunate problem, as long as those are being addressed now: if you go to the front page of the portal, you'll see several blog posts, including a couple on cf2018. If you hit the button
2608886 CF-3971067 External U. It's an Exception object, Carl. CF has a bunch of wrapper classes which ultimately extend java.lang.Exception. This is the correct approach to take here IMO: the things are exceptions, not structs. However... there's absolutely no reason - given Adobe have already