It was a mistake to use original httpRequest as long as it is available...
It was a mistake to use original httpRequest as long as it is available because web containers may recycle it and populate with the fields from another request. So make sure that when prepareForDeferredProcessing() is called, we will be only using copied data.
parent
b444c3ff
Please register or sign in to comment