Fix for ALF-4741. Repository Web Scripts can produce a corrupted response after a transaction collision/retry.

Fix was to reset the BufferedResponse afterRollback rather than write the response.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22470 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Neil McErlean
2010-09-13 16:09:49 +00:00
parent 585a3ffe8c
commit a2bf24490a

View File

@@ -767,7 +767,7 @@ public class RepositoryContainer extends AbstractRuntimeContainer implements Ten
*/ */
public void afterRollback() public void afterRollback()
{ {
writeResponse(); reset();
} }
/* /*