Hi,

i've tried the following :

( env : jboss-4.0.3 )

In a testapplication I create excel files dynamically with hssf and
pdf's with itext with help of servlets ( Excel1Servlet, PdfServlet ):

These servlets should now mapped to url ( access through https ) :

"http://myserver:8080/myapp/secured/servlets/"; or
"https://myserver/myapp/secured/servlets/";

I've done this by correct entries in web.xml.
...
<url-pattern>/secured/servlets/Excel1</url-pattern>
...

But : when calling the site with mozilla the ExcelSheet or Pdf-File are shown
        correctly

        when calling the site with msie there is an error like this ( after 
using the open-file dialogbox ):

        https://myserver/myapp/secured/servlets/Excel1 cannot be opened

What's wrong ?

Thanks in advance

tom

        
        

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to