-
Bug
-
Resolution: Done
-
Major
-
4.7.9.Final, 6.2.5.Final
-
None
-
None
From reading the documentation for async filters the one can come to the conclusion that adding async filter should be seamless to the existing endpoints(resources). In particular, existing endpoints with `AsyncResponse` input parameters marked with Jakarta's `@Suspended`should work as expected.
https://docs.jboss.org/resteasy/docs/6.2.5.Final/userguide/html/ch35.html#d5e2422
But in reality it turns out that such endpoints will cause 400 BAD REQUEST if the async filter suspends + resumes request before reaching it.
Please let me know if I understood the advertised (expected) behavior correctly.
I tested with 4.7.9.Final too, the result was the same.
In my experiments (see git repo below) the advertised resume/suspend behavior only works correctly for sync endpoints.
- is incorporated by
-
QUARKUS-3926 Upgrade RESTEasy to 6.2.7.Final
- Verified
-
WFLY-18916 Upgrade RESTEasy from 6.2.6.Final to 6.2.7.Final
- Closed