Is there a way that supports the request header of an X-HTTP override method (automatically / transparently) in RESTeasy?
This will simplify support for clients who cannot send PUT / DELETE requests.
Yes, overriding POST is less than ideal, but I think the Google convention using X-HTTP-Method-Override is reasonable / convenient work.
If RESTeasy can send POST requests with the X-HTTP-Method-Override header automatically, that would be a big time saver. I think Jersey just added something, for example, using a filtering approach, but I would rather stick with RESTeasy.
source share