[jboss-jira] [JBoss JIRA] (AS7-6850) Undertow: Missing Start Boundary, or boundary does not start on a new line

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Mon Apr 8 09:26:42 EDT 2013


Alessio Soldano created AS7-6850:
------------------------------------

             Summary: Undertow: Missing Start Boundary, or boundary does not start on a new line
                 Key: AS7-6850
                 URL: https://issues.jboss.org/browse/AS7-6850
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Web
            Reporter: Alessio Soldano
            Assignee: Tomaz Cerar
             Fix For: 8.0.0.Alpha1


I'm sending a SOAP request message using SAAJ directly (SOAPConnection::call) and I'm getting back from the server a response that can't be processed by the SAAJ RI:

Caused by: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Unable to internalize message
        at com.sun.xml.internal.messaging.saaj.soap.MessageImpl.init(MessageImpl.java:521)
        at com.sun.xml.internal.messaging.saaj.soap.MessageImpl.<init>(MessageImpl.java:340)
        at com.sun.xml.internal.messaging.saaj.soap.ver1_1.Message1_1Impl.<init>(Message1_1Impl.java:70)
        at com.sun.xml.internal.messaging.saaj.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:88)
        at org.jboss.wsf.stack.cxf.saaj.SOAPConnectionImpl.readSoapMessage(SOAPConnectionImpl.java:298)
        ... 28 more
Caused by: java.lang.Exception: Missing Start Boundary, or boundary does not start on a new line
        at com.sun.xml.internal.messaging.saaj.packaging.mime.internet.BMMimeMultipart.getNextPart(BMMimeMultipart.java:240)
        at com.sun.xml.internal.messaging.saaj.soap.MessageImpl.init(MessageImpl.java:466)
        ... 32 more


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list