Quarkus REST: setting a LocalDate
parameter to an empty value results in a 400 instead of a null
parameter
#40833
Milestone
LocalDate
parameter to an empty value results in a 400 instead of a null
parameter
#40833
Given this endpoint:
And this payload:
I get a 400 from Quarkus REST. Probably because
TemporalParamConverter
doesn't handle empty strings? I think it should be set to anull
value. I also assume other temporal types have the same issue.The text was updated successfully, but these errors were encountered: