Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Auth Core 1.0.6
-
None
Description
Currently the send* methods in the AuthUtil class depend on the HttpServletResponse implementation to check whether the response has already been committed or not. Some use cases do not check.
The methods should be improved to:
– properly check and throw the IllegalStateExceptions themselves
– reset the response buffer while preserving any headers already set