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("Content-disposition", "inline;
filename=\"myreport.xls\"");
%>
hello
The desired behavior is that the text "hello" displays in Excel. Has anyone
ever run into a problem like this before? I am using tomcat 4.1.27, and
Tomcat's built-in DataSourceRealm (which has been working for me fine).
Thanks,
Matt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]