Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
If the tasks name contains non printable invalid UTF8 characters, the task was not exportable.
-
Empty show more show less
Description
If the taskName contains non printable invalid UTF8 characters (hex-code 80) the task is usable but not exportable. On Export then an internal server error is produced, but not by PHP but by apache which is trying to use that character as HTTP header.
A filter for invalid characters was already applied, but that character seems to pass through the filter.
The filter is improved now.