[
https://issues.apache.org/jira/browse/SHINDIG-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner closed SHINDIG-1667.
---------------------------------
part of 2.5.0-beta1 release.
> ConcatProxyServlet sets the HTTP response status after writing the response
> ---------------------------------------------------------------------------
>
> Key: SHINDIG-1667
> URL: https://issues.apache.org/jira/browse/SHINDIG-1667
> Project: Shindig
> Issue Type: Bug
> Affects Versions: 2.5.0-beta1
> Reporter: Ryan Baxter
> Priority: Minor
> Fix For: 2.5.0-beta1
>
> Attachments: fix-1667.patch
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> 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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira