URL Conventions example in 5.1.1.5.1 has "bad" whitespace

    • Type: Bug
    • Resolution: Fixed
    • Priority: Trivial
    • V4.01_CS02
    • Affects Version/s: V4.01_CS01
    • Component/s: URL Conventions
    • None
    • Hide

       Use the same interpretation as RFC7230 for BWS and state this in ABNF Construction Rules:

      The BWS rule is used where the grammar allows optional whitespace
      only for historical reasons. A sender MUST NOT generate BWS in
      messages. A recipient MUST parse for such bad whitespace and remove
      it before interpreting the protocol element.

      Repair examples in URL Conventions.

       

      Show
       Use the same interpretation as RFC7230 for BWS and state this in ABNF Construction Rules: The BWS rule is used where the grammar allows optional whitespace only for historical reasons. A sender MUST NOT generate BWS in messages. A recipient MUST parse for such bad whitespace and remove it before interpreting the protocol element. Repair examples in URL Conventions.  

      http://host/service/Customers?$filter=concat(concat(City,', '), Country) eq 'Berlin, Germany'

      The space before Country is not permitted by the ABNF construction rules.

      (Or else, my interpretation of "BWS" is wrong)

            Assignee:
            Unassigned
            Reporter:
            evan.ireland.2
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: