spring-guides/gs-handling-form-submission

Submission type of {id} should be a number, not text

hbina opened this issue · 1 comments

hbina commented

Allowing the user to enter a number will result in a status 400 because it failed to validate object greeting with a string id. # # #

hbina commented

As per this reply, this issue is closed? #11 (comment)