Actions
Bug #3827
closedMissing maxlength parameter in firewall_aliases_edit.php
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
08/25/2014
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1.x
Affected Architecture:
Description
Seen on 2.1.4, when creating an alias with a name longer than 31 chars, the following notice appears :
[ There were error(s) loading the rules: /tmp/rules.debug:210: table name too long, max 31 chars - The line in question reads [210]: table { x.x.x.x } ]
The "size" parameter of the "name" field is set to 40 in the form, but the "maxlength" is missing (should be set to 31 if that's the real cause firing the notice).
Actions