jakartaee / rest

Jakarta RESTful Web Services
Other
362 stars 117 forks source link

Add status code 300 Multiple Choices #1054

Closed jelemux closed 2 years ago

jelemux commented 2 years ago

This adds the status code 300 Multiple Choices as discussed in #993.

I could see reactive content negotiation being used in a REST service, be it about language, media type or something else. This is why I think we should include this.

mkarg commented 2 years ago

@spericas Will this make it into 3.1 or shall we postpone it for 4.0?

spericas commented 2 years ago

@spericas Will this make it into 3.1 or shall we postpone it for 4.0?

I will merge the 3 PR's related to status codes, but nothing more after that that isn't related to the TCK's. Will assume fast track for these.