I have a web application which I configured to be "shared" so that I can use it in SSL
and non SSL modes. In NON SSL everything works OK, but in SSL the jsp page that uses a
multipart class to handle uploads stops working. Putting messages (System.out.println)
everywhere I got the feeling that the page executes perfectly, but that the response
object got corrupted, so that the server sends to the browser the html data via a
wrong response object, and after the html is sent, the browser gives the error " the
document contained no data".
I talked to the company doing the multipart class, but they do not think that the
problem is in their class, since it works in non ssl and it should not be affected
when in ssl mode. So I wonder if the problem could be in Orion..or somewhere else.
Has anyone any tips or ideas ?
Thanks
Ariel/