-
Bug
-
Resolution: Done
-
Major
-
2.3.2.Final, 2.3.1
-
None
The fix for RESTEASY-652 does not work if the method returns void, like
@DELETE void delete(String id)
(I suppose the method createVoidExtractor in DefaultEntityExtractorFactory needs the same fix applied in RESTEASY-652.)
- is related to
-
RESTEASY-1033 java.lang.IllegalStateException: Response is closed if trying to read the entity from response for methods that return void
- Closed