You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fg...@apache.org on 2009/08/18 12:13:29 UTC

svn commit: r805345 - /incubator/chemistry/branches/0.61/chemistry/chemistry-atompub-server/src/main/java/org/apache/chemistry/atompub/server/CMISServiceResponse.java

Author: fguillaume
Date: Tue Aug 18 10:13:29 2009
New Revision: 805345

URL: http://svn.apache.org/viewvc?rev=805345&view=rev
Log:
CMIS-47: flush stream writer properly

Modified:
    incubator/chemistry/branches/0.61/chemistry/chemistry-atompub-server/src/main/java/org/apache/chemistry/atompub/server/CMISServiceResponse.java

Modified: incubator/chemistry/branches/0.61/chemistry/chemistry-atompub-server/src/main/java/org/apache/chemistry/atompub/server/CMISServiceResponse.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/branches/0.61/chemistry/chemistry-atompub-server/src/main/java/org/apache/chemistry/atompub/server/CMISServiceResponse.java?rev=805345&r1=805344&r2=805345&view=diff
==============================================================================
--- incubator/chemistry/branches/0.61/chemistry/chemistry-atompub-server/src/main/java/org/apache/chemistry/atompub/server/CMISServiceResponse.java (original)
+++ incubator/chemistry/branches/0.61/chemistry/chemistry-atompub-server/src/main/java/org/apache/chemistry/atompub/server/CMISServiceResponse.java Tue Aug 18 10:13:29 2009
@@ -73,6 +73,7 @@
         }
         sw.endService();
         sw.endDocument();
+        sw.flush();
     }
 
     public static class RepositoryInfoWriter {