avejidah

ColdFusion 10 Enterprise Patch 12 Thread Bug

Nov 19th, 2013
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <cfthread action="run" name="testThread">
  2.   <cfset Sleep(1000)>
  3.   <cfset foo = URLEncodedFormat('bar')>
  4. </cfthread>
Advertisement
Add Comment
Please, Sign In to add comment