[ZBX-7937] Hierarchical script names are validated incorrectly when mbstring.func_overload is enabled Created: 2014 Mar 14 Updated: 2017 May 30 Resolved: 2014 Mar 18 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | API (A), Frontend (F) |
Affects Version/s: | 2.2.2rc3, 2.3.0 |
Fix Version/s: | None |
Type: | Incident report | Priority: | Major |
Reporter: | Pavels Jelisejevs (Inactive) | Assignee: | Unassigned |
Resolution: | Duplicate | Votes: | 0 |
Labels: | api, frontend, scripts | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
Description |
When mbstring.func_overload is enabled the script name is parsed incorrectly. For example, trying to create a script "????/" must trigger an error, but the script is created with the name "?". |
Comments |
Comment by Pavels Jelisejevs (Inactive) [ 2014 Mar 14 ] |
(1) The splitPath() function must be covered by tests. |
Comment by Pavels Jelisejevs (Inactive) [ 2014 Mar 18 ] |
The frontend will require mbstring.func_overload to be disabled. This will be done in |