Klaus Ma created MESOS-5739:
-------------------------------
Summary: Enhance Value parsing
Key: MESOS-5739
URL: https://issues.apache.org/jira/browse/MESOS-5739
Project: Mesos
Issue Type: Bug
Components: master
Reporter: Klaus Ma
Assignee: Klaus Ma
Enhanced Value parsing:
{code}
1. Did not support [1-2, [3-4]] as Ranges; it should be [1-2, 3-4].
2. Did not support {a{b, c}d} as Set; it should be {ab, cd}
3. Add check for Text against [a-zA-Z0-9_/.-]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)