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
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: