views:

10

answers:

0

I have a servlet filter and wrapper that searches for certain values in the response html and replaces them if found. My wrapper uses a byteArray and it works fine on a weblogic server. However, on websphere, it is truncating the array, so the page is messed up. Do you have any idea why it might be truncated?