]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Read the message body using the same method as ActiveMQ web
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 6 May 2009 20:00:34 +0000 (20:00 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 6 May 2009 20:00:34 +0000 (20:00 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2408 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.server/src/main/java/org/argeo/slc/web/mvc/process/NewSlcExecutionController.java

index 682c2b906d0a7b8148223ad6fbf476a37b0b3105..0540bae29dbace245dd4ba863c82072c9e227c0f 100644 (file)
@@ -45,7 +45,6 @@ public class NewSlcExecutionController extends AbstractServiceController {
                        String line = null;\r
                        while (((line = reader.readLine())!=null)) {\r
                                buffer.append(line);\r
-                               buffer.append("\n");\r
                        }\r
                        answer = buffer.toString();\r
                }\r