Updates

 Documentation

 Support & Training

 Community
  Online Forum
  Newsgroups
Release Notes for CodeCharge Studio CCS 2.2.3.60

Type Area

Type Area  New Feature or Corrected Issue 
 Feature  IDE/GUI Add "File Encoding" property to Project settings
During the implementation of the Japanese language support the file-creation functionality in CCS was modified to automatically convert the Encoding of files (HTML and generated code) to the encoding that matches the selected "Site Language" option.
Certain users reported that they use an Encoding different from the one defined in the Site Language, therefore the new "File Encoding" property was added to allow generating files encoded differently from the selected Language.

 Issue  General Incorrect behavior of FileUpload's AllowedFileMasks and DisallowedFileMasks properties
Security vulnerability was found in the functionality of FileUpload component. The AllowedFileMasks and DisallowedFileMasks work incorrectly and allow uploading of disallowed/insecue files under certain conditions. The issue affects ASP, PHP, Perl and ColdFusion applications.
Projects that previously used the file suffixes now should be modified to use file masks, ie. instead of '.jpg;.gif;.png' please now use '*.jpg;*.gif;*.png'