You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2018. It is now read-only.
@Produces(MediaType.APPLICATION_XML)
public MyResult placeOrder(@Valid final Order order) {
// ... }
and a request that matches this method. If the Accept header of the method looks like text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8 then the content type of the (BV error) entity in response would be text/html.
Affected Versions
[2.1]
The text was updated successfully, but these errors were encountered:
Consider the following resource method:
and a request that matches this method. If the Accept header of the method looks like text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8 then the content type of the (BV error) entity in response would be text/html.
Affected Versions
[2.1]
The text was updated successfully, but these errors were encountered: