Title:
Bug 76325:Critical error occurs if you use a "%" sign in a CFPARAM tag despite being encased in quotes, eg:
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Peter Tilbrook / Peter Tilbrook (Darth Guybrush)
Created: 04/02/2009
Components: General Server
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 224233 /
Priority/Frequency: Major / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
Critical error occurs if you use a "%" sign in a CFPARAM tag despite being encased in quotes, eg:
<cfparam name="Request.FCKEditorDefaultWidth" default="100%">
Removing the % fixes the issue. Error does not occur in CF8.0.1.
Method:
Have a "%" in a CFPARAM tag, eg:
<cfparam name="Request.FCKEditorDefaultWidth" default="100%">
Removing the % fixes the issue. Error does not occur in CF8.0.1.
Result:
The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.
Null Pointers are another name for undefined values.
Resources:
* Check the ColdFusion documentation to verify that you are using the correct syntax.
* Search the Knowledge Base to find a solution to your problem.
Browser Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 GTB5 (.NET CLR 3.5.30729)
Remote Address 127.0.0.1
Referrer
Date/Time 02-Apr-09 03:51 PM
Stack Trace
java.lang.NullPointerException
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3038072
External Customer Info:
External Company:
External Customer Name: Peter Tilbrook
External Customer Email: 0A801A4D43BC743C992015D5
External Test Config: 04/02/2009
Attachments:
Comments: