Re: Setting contentType and also using container-based authentication

2003-09-12 Thread Sgarlata Matt
PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 4:36 AM Subject: Re: Setting contentType and also using container-based authentication > Hi Matt, > how does it work if you use a meta tag direct in html? > > > > > On

Setting contentType and also using container-based authentication

2003-09-11 Thread Sgarlata Matt
I'm having trouble using the <%@ page contentType="" %> directive and container-based authentication. Here is a toy example that works great without container-based authentication but does not work with c.b.a. enabled: <%@ page contentType="application/vnd.ms-excel" %> <% response.setHeader("Cont