Hi Friends,

 I am generating a pdf using iText. When I open the pdf through the link it
does not open in IE 7 but works fine in Chrome. I also noticed if I remove
the <url-pattern>/*</url-pattern> from web.xml then it opens perfectly fine
in IE 7.
 My security-constraint in web.xml is:
   <web-resource-collection>
      <web-resource-name>Entire Application</web-resource-name>
      <url-pattern>/*</url-pattern>
    </web-resource-collection>
  </security-constraint>

I have to use the  <url-pattern>/*</url-pattern> because of security
concern.

I am looking at this problem for the past few days but haven't found any
answer on this.

I would appreciate if anyone can help on this.

Cheers
-- 
View this message in context: 
http://itext-general.2136553.n4.nabble.com/iText-Generated-Pdf-Viewing-Problem-in-IE7-tp2535496p2535496.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to