#28307

I have the same problem.
It works on the http:\localhost.

image not yet in cache: http://localhost:9084/test/AttachmentServlet?attachId=43
not yet in cache: http://localhost:9084/test/AttachmentServlet?attachId=43
then it calls the servlet and returns the image
image size: 137480

but when I try it on the server:

image not yet in cache: https://ddltest.xxxx.com/test/AttachmentServlet?attachId=43
not yet in cache: https://ddltest.xxxx.com/test/AttachmentServlet?attachId=43
image size: 12289
image type of https://ddltest.XXXX.com/test/AttachmentServlet?attachId=43 is unknown.
can not load image: /test/AttachmentServlet?attachId=43

I don’t see the server version calling the Servlet.

Please help.