tracker issue : CF-4103663

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

[ANeff] Bug for: cfschedule's requesttimeout is not deprecated

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

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

Created: 01/04/2016

Components: Scheduler

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Normal / Some users will encounter

Locale/System: English / Platforms All

Vote Count: 0

Listed in the version 2016.0.03.300466 Issues Fixed doc
cfschedule's requesttimeout is not deprecated

Repro:

1) Run the code below
2) See coldfusion-out.log shows ?RequestTimeout=120 was added to the URL

index.cfm
-----------
<cfschedule action="update" task="My Task" url="http://#CGI.HTTP_HOST##getDirectoryFromPath(CGI.SCRIPT_NAME)#bar.cfm" requesttimeout="120" interval="once">

bar.cfm
-----------
<cfloop from="1" to="200" index="i">
  <cfset sleep(1000)>
</cfloop>

Two issues:
1) cfschedule's requesttimeout should not append RequestTimeout URL parameter
2) cfschedule's doc should list the requesttimeout attribute as deprecated

Both should be done since CF obsoleted its special support of URL.RequestTimeout.

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

Watson Bug ID:	4103663

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

Attachments:

Comments:

I have fixed it. Passing it to doc team so that this gets documented "RequestTimeout. attribute of cfschedule tag is deprecated"
Comment by Uday O.
4952 | June 07, 2016 03:54:29 AM GMT
The docs are live at: https://helpx.adobe.com/coldfusion/deprecated-features.html https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-r-s/cfschedule.html
Comment by Saurav G.
4953 | June 07, 2016 05:19:03 AM GMT
Hi Uday, Fixed in CF11 or CF2016, or both? "Fixed in Build" shows empty. Thanks!, -Aaron
Comment by External U.
4954 | July 05, 2016 01:42:15 PM GMT
Hi Saurav, Awesome, confirmed. Thanks very much! -Aaron
Comment by External U.
4955 | July 05, 2016 01:43:46 PM GMT