-
Bug
-
Resolution: Done
-
Major
-
27.0.0.Beta1
-
None
When looking up a web session, if any attribute fails to deserialize, we drop the session. However, we are currently only detecting IOExceptions. An invalid lambda deserialization results in an IllegalArguementException, and results in a request failure.
Our marshallers should wrap RuntimeExceptions as IOExceptions, so they will be handled as expected.
- clones
-
JBEAP-24441 [GSS](7.4.z) WFLY-17149 - Failures due to invalid lambda deserialization should invalidate session
- Closed