Skip to content

with nonexistent version in URL pipe notation silently succeeds (dev only) #95

@jmandel

Description

@jmandel

Bug

Same as Issue 18 but using canonical URL pipe notation (url|version). The bogus version is silently ignored.

Repro

curl -s -o /dev/null -w '%{http_code}' \
  'https://tx-dev.fhir.org/r4/ValueSet/$expand?url=http://hl7.org/fhir/ValueSet/administrative-gender%7C99.0&count=2' \
  -H 'Accept: application/fhir+json'
# Returns: 200 (should be 404/422)

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