Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-17149

Failures due to invalid lambda deserialization should invalidate session

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 27.0.0.Final
    • 27.0.0.Beta1
    • Clustering
    • 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.

              pferraro@redhat.com Paul Ferraro
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: