RE: Realm + PDF + Internet Explorer

2005-02-04 Thread Milazzo, Michael A HQISEC
I have a similar issue. I am running Tomcat 5.0.x and Apache 1.3.x using the mod_jk connector over SSL (Apache handling all the SSL). I have a servlet that is supposed to open a PDF on the server and send it to a requesting client (using the HttpServletRequest object's output stream). IE 6

RE: Realm + PDF + Internet Explorer

2005-02-04 Thread Milazzo, Michael A HQISEC
and send the document. Doug - Original Message - From: Milazzo, Michael A HQISEC [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, February 04, 2005 9:28 AM Subject: RE: Realm + PDF + Internet Explorer I have a similar issue. I am running Tomcat 5.0.x

Servlet file downloading

2005-01-11 Thread Milazzo, Michael A HQISEC
Hello, I wrote a servlet that provides some additional authentication and authorization checks for file downloads. If the user is authorized, then the servlet opens the file and sends it using the HTTP response's output stream. This servlet works when not deployed behind a firewall. Now that

Client Authentication

2004-01-28 Thread Milazzo, Michael A HQISEC
Hi, I am trying to configure Tomcat to protect my pages using SSL client authentication. I changed the clientAuth option within the HTTPS connector, but I'm not sure what to do next. My code already tries to look for the certs and parse them, but I am not sure what else I need to configure.