[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Problem with Flash over HTTPS in IE

konami do-not-reply at jboss.com
Tue Feb 5 21:24:56 EST 2008


Hi, I have this strange problem with flash over https not working in IE. It works fine over normal http. The suggested solution from flash community is to remove "Pragma: No-cache" and "Cache-Control: no-cache" from the server response for flash files. When I analyze the output from JBoss AS 4.2.2 GA I saw these headers in the response. Any idea how to remove these headers? Your comments are welcome. Below is my server output for the flash file over https.

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Pragma: No-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 07:30:00 SGT
X-Powered-By: Servlet 2.4; JBoss-4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)/Tomcat-5.5
ETag: W/"33254-1202038012000"
Last-Modified: Sun, 03 Feb 2008 11:26:52 GMT
Content-Type: application/x-shockwave-flash;charset=ISO-8859-1
Content-Length: xxxxx
Date: xxxxx
Connection: Keep-Alive


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126857#4126857

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126857



More information about the jboss-user mailing list