Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.5.0-beta1
-
None
-
None
Description
After we return from doFetchConcatResources(..) we set the status in doGet. So lets say we return false from doFetchConcatResources and the content written to the response was bigger than the buffer. This means we will flush the buffer and set the status to the OK status then write the rest of the content and set the status to bad request, but it will be to late we already set the status to OK