Skip to content

Services from https://services.odata.org/v4/odata/ respond with header OData-Version: 4.0; instead of 4.0 #216

Description

@boghyon
  1. Go to https://services.odata.org/v4/odata/
  2. Click on any of the mentioned services. E.g. https://services.odata.org/Experimental/Northwind/Northwind.svc/
  3. The service's response header OData-Version has the value 4.0; which contains unexpectedly a semicolon and thus causes issues in the client. It should be without the semicolon: 4.0.

Is the extra semicolon OData V4 compliant? If not, it should be removed.
TripPin on the other hand does not have the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions