Merge branch 'stable-2.2'

* stable-2.2:
  Prepare post 2.2.0.201212191850-r builds
  JGit v2.2.0.201212191850-r

Change-Id: Iebe7c45eacb8abee21d1900e27143ccaa2724e28
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2012-12-21 00:33:06 +01:00
commit 60035eb249
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ public void doPost(final HttpServletRequest req,
return;
}
SmartOutputStream out = new SmartOutputStream(req, rsp, true) {
SmartOutputStream out = new SmartOutputStream(req, rsp, false) {
@Override
public void flush() throws IOException {
doFlush();