users@glassfish.java.net

Re: Receiving http post request weird problem.

From: <glassfish_at_javadesktop.org>
Date: Mon, 15 Jun 2009 23:32:17 PDT

I can give you message that is "sometimes" (once for 10 or even more requests) received by glassfish (G1) This is a part of glassfish server log.

Unfortunetelly I don't have any information about application that sends messages (T1). For me it's an external system.

As you can see ContentLength header is 631, but if you calculate the size of content it's 629.

Maybe I'm wrong but I think that ContentLength header should be 629.


<code>

[#|Entering metod|#]

[#|request.getContentLength631|#]

[#|Parameter name:content-length values:|#]

[#|631|#]

[#|Content:<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><serviceAbcdeResponse><orderId>abcdef</orderId><status>OK</status><productName>abcabcabca</productName><interface>abcdeProcessing</interface><verb>abcde</verb><KEY_LIST/><VALUE_LIST/><parameters><parameter><parameterName>abcdabcd</parameterName><parameterValue>abc</parameterValue></parameter></parameters></serviceAbcdeResponse></soapenv:Body></soapenv:Envelope>|#]

[#|Leaving metod|#]

</code>
[Message sent by forum member 'lukaszbr_001' (lukaszbr_001)]

http://forums.java.net/jive/thread.jspa?messageID=351329