Web form submssion tries to download foo.do
(for example). This downloaded form is the "thanks for submitting" the user normally sees after submission. The email that this page sends comes through OK.
Both the shtml
from which the form is submitted and the response that tries to download have a meta content tag of text/html
.
I havent got access to the classfile yet to see what my dev is doing and the Apache httpd directive that send stuff to Tomcat AJP13 haven't changed.
I've got a feeling that it's either in the class file that processes the request or in the web.xml file. Either a missing filter or an improper/dodgy process by the class handling foo.do
.
Is this likely to be a server misconfiguration or a error in Java code?