mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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:
@@ -767,7 +767,7 @@ public class RepositoryContainer extends AbstractRuntimeContainer implements Ten
|
||||
*/
|
||||
public void afterRollback()
|
||||
{
|
||||
writeResponse();
|
||||
reset();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user