JAX-RS and unknown query parameters
问题 I have a Java client that calls a RESTEasy (JAX-RS) Java server. It is possible that some of my users may have a newer version of the client than the server. That client may call a resource on the server that contains query parameters that the server does not know about. Is it possible to detect this on the server side and return an error? I understand that if the client calls a URL that has not been implemented yet on the server, the client will get a 404 error, but what happens if the