Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Simplify a sentence.

...

If you encounter problems that manifest themselves as accessing a request or response that is an inconsistent state.

E.g. 61289, 58457

The , the main suspect is your own web application keeping a reference to Request / or Response objects outside of their life cycle. Examples: BZ 61289, BZ 58457.

The lifetime of the Response object is documented in the Servlet specification. Quoting from section "5.8 Lifetime of the Response Object" of Servlet 4.0 specification:

...