RESTEasy 1.0-beta-7: quick bug fixes
Posted by billburke on September 16, 2008
A quick release from our beta-6 to fix a few quick bugs that users found. See our main project page at:
to download and browse docs. Have fun.
Posted by billburke on September 16, 2008
A quick release from our beta-6 to fix a few quick bugs that users found. See our main project page at:
to download and browse docs. Have fun.
J said
I’m enjoying RESTEasy, it is a great addition to the JBoss toolkit. Thanks for such a useful tool!
Any plans to support a filters, as Jersey does with ContainerRequestFilter? Specifically, I would like to implement X-HTTP-Method-Override as some of the clients I need to support cannot issue PUT or DELETE requests.
billburke said
Yes, I plan on adding filters. There’s some server-side caching features I want to add that require interception.