search : don w.

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

displaying top 100 results

Comment on Adobe should consider following the Java model for handling CF security fixes by Don W.
2609610 CF-3822362 Stephen W. I would say that features like this are not trivial to the bottom line. Developers don't pay the bills directly, but without their voice within the company, nobody is going to give CF a second look much less pay $8k+ for the APIM.
2861079 CF-4198342 Bradley W. Kailash, my client is using CF 11 update 18. They don't have any 2016 or 2018 licenses yet so this code has not been deployed in production on anything other than CF11. After we pushed our new site to production, the issue happened 2 times in about 3 weeks. I have
2608735 CF-4014234 Cathy W. That's what I was afraid of, Wil. I don't have access to a ColdFusion2016 install.
2902730 CF-4198389 John W. Just seen this behaviour occur on ACF2018 u7. It is a bug with a nasty side effect. I don't get this side effect when using a ternary operator in Javascript or Lucee.
4090354 CF-4201538 Bradley W. This issue was reported on CF11, not CF 2016. Did you test this on CF11? ApplicationLoader.cfc is part of the ColdBox framework but I don't think the context really matters, it's just an expandPath() call. I know with a high degree of certainty the slashes were
/ 'list' and which ones don't. The community voted for * list member functions to begin w/ 'list' and still does.
3487396 CF-4199641 Bradley W. Upon further review of this ticket, it's come to my attention that the default "output" setting for a script function is actually "true". The difference is simply that tag based functions "leak" whitespace automatically whereas script functions don't output anything
Comment on Webservice compilation error in WAR install by Bradley W.
5705869 CF-4204298 John W. Seems to be as the query is compiled. You can get the error by simply running even you you don't have a datasource setup: {code} result = queryExecute( "SELECT * FROM noDatabaseAtAll WHERE foo > :value", {value:{cfsqltype:"decimal",value:2.5, scale:2}} ); {code
4562292 CF-4203070 Aaron N. Hi Adobe and Brad, Just noting I don't see the issue in Windows 10 64-bit w/: Edge: 42.17134.1.0 Firefox: 61.0.1 Chrome: 67.0.3396.99 Search box displays successfully, for me, w/ above. And no error in console. Thanks!, -Aaron
Comment on Sporadic StackOverflowError involving coldfusion.security.BasicPolicy since CF2016HF12 by Markus W.
Tom Chiverton You don't say what your database is, but something like
WHERE shipdate < w',now())#" cfsqltype="datestamp"/> AND  shipdate > w',now())#" cfsqltype="datestamp"/>
3992246 CF-4201203 Aaron N. I don't know why I waste time hashing these array function issues out w/ you. You're twisting them such that developers cannot use them predictably.
2596968 CF-3295469 External U. Hi Nimit, I'm just curious.. was the attached repro ever tested? I don't see any comment here from Adobe confirming they tested the attached repro and found no issue w/ the attached repro. Thanks!, -Aaron
2609913 CF-3744504 External U. Hi Nimit, I see _CURRENTPAGENUMBER and _TOTALPAGECOUNT were added in CF11 Update 3, and _PAGENUMBER and _LASTPAGENUMBER also still work. Unfortunately, #CFHTMLTOPDF.currentPageNumber# and #CFHTMLTOPDF.totalPageCount# still don't work. Would you please reconsider
2609112 CF-3928680 External U. Thanks very much Rupesh! Could a ticket please be created w/ the Acrobat team to create a workaround? I think this should be done if cfhtmltopdf is positioned as an upgrade to cfdocument (same as w/ CF-3931678). Hi Adam, It sadly looks like a limitation of PDF (I
2608534 CF-4070239 External U. Hi Brian, I've added a comment on CF-3853535. I'm seeing the correct behavior in CF11 Update 4 & Update 5. Since I'm not seeing the incorrect behavior, there is seemingly another piece to this puzzle that I don't know of. Could you please attach a repro case here w
Comment on [ANeff] Doc Bug for: dateTimeFormat() w ww W WW masks undocumented by External U.
2614313 CF-3117248 CFForm James Mohler HTML 5 Required conflicts with CFFORM HTML 5 has a required attribute (See http://www.w3schools.com/html5/att_input_required.asp) So does CFFORM There needs to be some sort of work around so that these two don't conflict
the current request, and all other currently-running requests, to continue running in a defunct state w/o their per-app mappings and stuff. And we don't want OnSessionEnd() to not be called. ApplicationStop() doesn't even clear the application scope (that right there is an inconsistency). Looks like what we
. BEFORE,ON,SINCE,SENTBEFORE,SENTON,SENTSINCE don't work but can be achieved via the From and To attributes combined w/ Name attribute set to TimeReceived or TimeSent. Thanks!, -Aaron
2608204 CF-4163932 Dan M. I still don't see this fixed in the latest CF11 update or CF2016 even though this has been marked as fixed. We've had an update since it was marked as fixed. Am I just not seeing something correctly? Please confirm. Thanks, Dan weekdays = dateDiff("w","2016
2016 trial and see this pop-up: -------------------------------------------- Akamai Download Manager Installer Don't see the installer? Try reopening it. If installation does not automatically start, double-click the "Akamai Download Manager Installer" file to continue the download process
Comment on [ANeff] Bug for: extends path is cached, even w/ all caching options off by External U.
Tracker Issue decodeForHTML()
2614206 CF-3125862 Language : Functions Aaron Neff decodeForHTML() Since HTMLEditFormat and HTMLCodeFormat cannot be updated b/c it'd break backward-compat w/ DecodeHTMLFormat UDFs that people wrote (b/c CF doesn't have this "undo" function), then ESAPI's DecodeForHTML() should be added. Most
syntax with some DOCTYPE's and the W3C validator is flagging this as an error. CF needs a way to turn this off or better yet, honor however the programmer coded the cfinput tag -- if the programmer included the slash, include the slash. If not, don't. ----------------------------- Additional Watson
on NULL to ensure backward-compat here. Thus, existing code using a feature added just 2 versions ago will break when Aether's NULL support is enabled. This seriously limiting backward-compat issue must be documented (barring the correct action of preserving backward compat w/ a recently-added feature
2613044 CF-3350030 External U. Interesting. I never noticed this before - prob b/c I don't use double-quotes. In a regular query, double-quotes are supported. In a QoQ, double-quotes have mixed results. Example: select * from "ART" where "ARTID" = 1 order by "ARTID" select * from q
4198727 CF-4201966 Piyush K. Thijs, Can you try this with the latest updates on CF11 and CF2016. I tried this on two different m/c. I don't see much difference b/w CF11 and CF2016. (trusted cache off) --------------------------------------------- machine 1
Comment on Bug 76088:Bug for: The docs don't mention cfdirectory uses pipe character for multiple filters by External U.
Comment on Bug 73802:Can we please get some reporting (in the debug output, or via logging) of how much time a given request spends in cflock waits? We don't hear call about this, but I would argue it's because few unders by External U.
/EEEE" bullets over to DateFormat() where "e/E" used to be. 2) Masks "Y and YY" currently don't work as documented on SimpleDateFormat, until CF-4103427 is fixed. 3) Masks "w and W" are currently wrong in the DateFormat() doc. The descriptions should be flipped, or copied from DateTimeFormat(). And, of course
2609221 CF-3909712 Language Adam Cameron Revise how "generic" CFScript syntax works This is appallingly awful syntax: cfwddx(action="cfml2wddx", input={}, output="w"); a) It looks like a function, but isn't a function (although it SHOULD be a function!) b) and it returns a value but one needs
to CF9's EOL. It's possible that it was a ColdFusion9 bug that was upgraded to 10 and ignored in 9. I don't understand why it wasn't additionally tested w/CF9. I'm posting it here so that other CF9 users are aware of the issue. https://bugbase.adobe.com/index.cfm?event=bug&id=3123950 Steps to Reproduce
) ww: Weeks h: Hours n: Minutes s: Seconds dateAdd(): yyyy: Year q: Quarter m: Month y: Day of year d: Day w: Weekday ww: Week h: Hour n: Minute s: Second l: Millisecond Is there any reason why these functions don’t all
don't fit. I've increased the length of their labels, and half of them are now off the screen. Note: I'm not using silly-long names or anything like that, just like "upload_label", "add_label", etc.* accepts any nonsense for the alignment attribute.* my HxW is 600x800, yet when I click on the SIZE
Object("java", "coldfusion.runtime.RequestMonitor").getRequestTimeout()# Existing code using cfsetting/setting in Application.cfc's initialization area is doing so b/c per-App settings don't take effect immediately in the initialization area. So, IMO, one of these should be done: 1) Allow cfsetting/setting in Application
on shared hosting don't even have CF Admin access, and so they're stuck w/ that useless Summary term highlighting :/
James Moberg When I was using ColdFusion 6, 7, 8 & 9, I couldn't get the date format to work using CFSpreadsheet either.  I don't know if anything's been updated since then (it would be interesting to compare code & generated Excel files), but we've been using the following workarounds since
James Moberg When I was using ColdFusion 6, 7, 8 & 9, I couldn’t get the date format to work using CFSpreadsheet either.  I don’t know if anything’s been updated since then (it would be interesting to compare code & generated Excel files), but we’ve been using the following workarounds since
James Moberg When I was using ColdFusion 6, 7, 8 & 9, I couldn't get the date format to work using CFSpreadsheet either.  I don't know if anything's been updated since then (it would be interesting to compare code & generated Excel files), but we've been using the following workarounds since
2608238 CF-4158658 External U. Hi Adobe, Could you please change this ticket's "Found In Build" from "CFB2016_Update2" to "CF2016_Update1"? Three issues w/ the "Found In Build" list: 1) CF2016_Update2 should be CF2016_Update1 (b/c Update 2 isn't out yet) 2) CFB2016_Update2 should be CFB2016
Result: Any Workarounds: Don't use symbolic links if the actual path matters in your logic (or don't upgrade to CF2016) ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 4161484 External Customer Info: External Company: External Customer Name: Tim
4012516 CF-4201309 Document Management : PDF Form Cody W cfpdfform - "java.lang.NoClassDefFoundError: Could not initialize class com.adobe.xfa.AppModel" Problem Description: Intermittently, it seems that cfpdfform quits working completely. What causes the server to reach this state is unknown
Comment on Daily task w/o startDate gives a bad error by External U.
2612070 CF-3560964 External U. I agree completely w/Raymond here. The problem with always crying "backwards compatibility" is most people are under assumptions of the way the code. The assumption, and rightly so, is that empty form elements are returned as an empty array. I bet if you go ask all
past (but not in recent years). I just don't have a standalone repro case that actually causes them to become 0-byte. As a precaution, I started storing task details in a db, so that they're not lost by the neo-cron glitches, and just re-create tasks dynamically as needed. FWIW, if CF is started after
, ENDDATE, ENDTIME, EVENTHANDLER, STARTDATE, STARTTIME So now developers have to remember which ones use underscores and which ones don't. That causes confusion and should be cleaned up in the next release. For consistency w/ the rest of the language (i.e. cfquery's result struct, cfhttp's result struct
6551050 CF-4206264 Piyush K. Toby, I still don't see the issue when copying files from s3 to s3. I'm sharing the test code that I used and the results below: Can you double check if you have anything in your Application cfc or onRequestStart/Stop methods that could have a bearing on your numbers
GetMetadata/GetApplicationMetadata. Had SessionGetMetadata been documented before release, then I strongly feel that supporters of GetApplicationMetadata would've disagreed w/ a GetApplicationMetadata/SessionGetMetadata combination. I believe it is not too late to fix this issue: Please see the 2 images I've just attached
if "maxpooledstatements" is passed into setMSSQL(). Bug? Shouldn’t the Admin API mirror the CF Admin? Or is the Admin API just a work-in-progress w/ gotchas? ----------- Adobe's answer: ----------- You are seeing the differences in behavior between Admin pages and adminAPI because of default values. That is, all fields
if "maxpooledstatements" is passed into setMSSQL(). Bug? Shouldn’t the Admin API mirror the CF Admin? Or is the Admin API just a work-in-progress w/ gotchas? ----------- Adobe's answer: ----------- You are seeing the differences in behavior between Admin pages and adminAPI because of default values. That is, all fields
new application installs & have consistently seen this issue--we gnawed our own arms off for 2 days w/java.lang.NullPointerException errors after stumbling over the "Changing this setting starts or stops the services immediately" wording. short of fixing the problem i guess the cheapest solution
2610895 CF-3671526 Installation/Config : Connector George Alsobrooks file extensions case-sensitive on all web servers Duplicate ID: CF-3199281 I don't see a way to report that a bug shouldn't be closed (Bug ID#3199283), so I'm creating a new one. Problem Description: As descripted in Bug ID
couple of archive files are produced. The next file will be created and will remain 0 bytes and never grow even weeks later. Sometimes it take 2 archive files...sometimes it takes 5, but inevitably it will stop. Also "error" and "out" don't always stops at the same number of archives. They can
2608414 CF-4100144 External U. Hi Piyush, An "ISO week date" is, for example, string "2015-W53". Code needing a date's "ISO week" likely also needs the date's "ISO week year". B/c an ISO week date cannot be expressed with just the week or the year - it requires both parts. The code would also
Comment on [ANeff] Bug for: extends path is cached, even w/ all caching options off by External U.
Comment on [ANeff] Bug for: extends path is cached, even w/ all caching options off by External U.
Comment on [ANeff] Bug for: extends path is cached, even w/ all caching options off by External U.
Comment on Debug information for ORM DDL Update Exceptions occluded by error displayed on screen, even w/robust exceptions enabled by External U.
in the ISO 8601 Week Date calendar. History: The *whole reason* the "iso" parameter was added to week(), is so that we could derive a date's ISO Week Date. That's why `week(date, "iso")` originally returned an ISO Week Date string like "2016-W2". But, it was decided that week() should always return
Bug 79277:Here’s the original function that’s bombing (my indents don’t seem to be preserved when I post):Welcome!" />
. 1st batch (at 01:27:xx) had [http-nio-8500-exec-1], 2nd batch (at 01:28:xx) had [http-nio-8500-exec-6] and 3rd batch (at 01:30:xx) had [http-nio-8500-exec-1] again. Possibly 2 threads competing for something? Dunno. *shrug* I don't have any clue as to what I was doing in CF Admin that triggered
able to reproduce the performance issue reported with this bug earlier", then I'm not clear on what the patch is supposed to "fix". You refer at the top of your comment to how "page debugging info is displayed at the end of the page as expected w/ the showdebugoutput tag setting provided