Weblogic server: Why response sent prior to post completion

Posted by markn on Stack Overflow See other posts from Stack Overflow or by markn
Published on 2009-02-16T02:07:24Z Indexed on 2010/05/05 0:08 UTC
Read the original article Hit count: 168

Filed under:
|
|

When analyzing traffic with a packet sniffer, we are seeing an http response from a weblogic server prior to the completion of the http post to that server.

In this case, the jsp page on the server is basically a static page, no logic to do anything with the contents of the post at this time.

But why would the server send the response prior to completion of the post?

I found Weblogic documentation about how to configure the server to ignore a denial-of-service attack using Http post. Maybe that is what is happening?

No one I know has seen this behaviour before. Maybe some weblogic-savvy person will know what is going on.

Thanks

© Stack Overflow or respective owner

Related posts about weblogic

Related posts about http