tracker issue : CF-3041897

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

Bug 83846:Terminating a script line in wrong manner, causes a 500 - Internal server error

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Rod stichbury / Rod stichbury (Rods1)

Created: 08/17/2010

Components: Language, CFSCRIPT

Versions: 9.0.1

Failure Type: Unspecified

Found In Build/Fixed In Build: 274733 /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Win All

Vote Count: 0

Problem:

Terminating a script line in wrong manner, causes a 500 - Internal server error.e.g  <cfscript> if( blah blah) { do this  };  instead of finishing the line ;}This does produce a nice logged exception with specific explanation which is good, but the browser gets nothing - happens on Chrome  & firefox.  I think developers would suspect some other issue (network ? reboot, etc) when receiving this message, before looking at  CF logs.
Method:

Just try something like this<cfscript> if ( blah blah) { do this  }; </cfscript>
Result:

500 - Internal server error.There is a problem with the resource you are looking for, and it cannot be displayed.

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

Watson Bug ID:	3041897

External Customer Info:
External Company:  
External Customer Name: Rod stichbury
External Customer Email: 5CF31B13458A2ED8992015A8
External Test Config: 08/17/2010

Attachments:

Comments: