Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.8.0-b1
-
Fix Version/s: 4.8.0
-
Component/s: None
-
Labels:None
Description
In an attempt to mitigate errors in server creation, we decided to pull in and parse egg variable validation rules. The parsing does not handle some use cases well.
Specifically we try to split up rules and arguments by characters like "|", ":", and ",". These characters may be a part of an argument though, for example in a regex. We need to find a better way of parsing that can handle these.