-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: V4.01_ERRATA01
-
Labels:None
-
Proposal:
-
Resolution:
Combining the RFC2119 term "MAY" with a negation or restrictions runs counter to what MAY wants to express.
Clients MAY do A only if B
sounds as if
- the client may choose not to do A if B (which is not always implied)
- there is no rule for the client if not B.
Instead, write
Clients MUST NOT do A if (not B)