tracker issue : CF-4065605

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

[ANeff] Bug for: 3194042 not completely fixed

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 09/29/2015

Components: Scheduler

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Minor / Some users will encounter

Locale/System: ALL / Platforms All

Vote Count: 0

Duplicate ID:	CF-3194042

I found 3194042 was not completely fixed. Please see the following comment on that ticket:

-----------
Adobe,

This ticket is not fixed.

You only fixed #1 (adding onmisfire="firenow").

You did not fix #2 (adding these result variables: CHAINEDTASK, LASTFIRE, PROXYPORT, PROXYSERVER, PROXYUSER, REMAININGCOUNT, RESOLVEURL, RETRYCOUNT)

Repro:
<cfscript>
 cfschedule(action="update", task="my task", url="http://a.com", interval="once", startdate=createDate(2015, 9, 29), starttime="00:00 AM");
 cfschedule(action="list", task="my task", result="r");
 for(key in "chainedtask,lastfire,proxyport,proxyserver,proxyuser,remainingcount,resolveurl,retrycount") {
	writeOutput(structKeyExists(r, key));
 }
 //Actual result: NONONONONONONONO
 //Expected result: YESYESYESYESYESYESYESYES
</cfscript>

Please re-open.

Thanks!,
-Aaron 
-----------

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4065605

External Customer Info:
External Company:  
External Customer Name: Aaron Neff
External Customer Email:

Attachments:

Comments:

Hi Aaron, Thanks for raising this. The changes you are suggesting are bound to cause compatibility issues for application designed on older versions of CF. In light of that, one is bound to think if such a change would be worthwhile. Would you agree? I apologize for not having communicated this in the original bug. I'll close this and reopen that, you can share your thoughts there.
Comment by Piyush K.
5697 | September 29, 2015 10:36:05 AM GMT