apache and new weblogic plugin 12.1.2
Hi,
I've recently upgraded the wlsplugin from version 11 to 12.1.2.
With the newest plugin, I have some random chunked messages that reaches the client without the final chunk and then generates this error:
java.io.IOException: chunked stream ended unexpectedly
I've used wireshark and find out that WL is sending the final chunk with 0, but apache does not send that final package to the client.
The workflow is simple: Java Client 1.6 -> Apache 2.2.25 -> MOD_WL 12.1.2 -> WL Server 12c with java 1.6
With the previous plugin these problem didn't occur and when we reverse it still doesnt occur (as expected).
Can you please advice on how to proceed debugging this?
0