[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:28:43 EDT 2013
[ https://issues.jboss.org/browse/AS7-6850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765517#comment-12765517 ]
Alessio Soldano edited comment on AS7-6850 at 4/8/13 9:27 AM:
--------------------------------------------------------------
Attaching Wireshark dump of the messages on the wire, using Undertow (AS8 master) and not (AS720)
was (Author: asoldano):
Attaching Wireshark dumb of the messages on the wire, using Undertow (AS8 master) and not (AS720)
> 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: Bug
> Components: Web
> Reporter: Alessio Soldano
> Assignee: Tomaz Cerar
> Fix For: 8.0.0.Alpha1
>
> Attachments: AS7-6850-undertow.txt, AS7-6850.txt
>
>
> 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