Skip to content

Duplicate Content Type HTTP Header [SWS-66] #224

Closed
@gregturn

Description

@gregturn

Li Geng opened SWS-66 and commented

The Web Service App send back response with duplicate contect type HTTP headers.

HTTP/1.1 100 Continue
Server: Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
Date: Thu, 23 Nov 2006 14:44:56 GMT

HTTP/1.1 200 OK
Date: Thu, 23 Nov 2006 14:44:58 GMT
Server: Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
Connection: Keep-Alive
Keep-Alive: timeout=15, max=100
Content-Type: application/octet-stream
Content-Type: text/xml; charset="utf-8"
Content-Length: 12370
SOAPAction: ""
Transfer-Encoding: chunked

2710
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
SOAP-ENV:Header/
SOAP-ENV:Body

The Message Context Factory uised was SaajSoapMessageContextFactory"

<bean id="messageContextFactory"
class="org.springframework.ws.soap.saaj.SaajSoapMessageContextFactory" />


Affects: 1.0 M2

Metadata

Metadata

Assignees

Labels

status: declinedA suggestion or change that we don't feel we should currently applytype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions