Thursday, July 19, 2012

Undocumented features in ColdFusion 10

  1. If you're using url rewrite, your cgi.path_info will be empty.
  2. cffile and fileupload are now not supporting wildcards for mime type.  image/* will now throw an error , The MIME type or the Extension of the uploaded file image/jpeg was not accepted by the server, if a jpeg is uploaded.
  3. cfimage info will now throw an error if you try to use it with https.