Re: Realm + PDF + Internet Explorer

2005-02-04 Thread Viktor Malytskyy
Hi! You should try response.setHeader("Cache-Control","public"); Regards, Viktor On Fri, 4 Feb 2005 07:56:20 -0700, Milazzo, Michael A HQISEC <[EMAIL PROTECTED]> wrote: > I tried both application/pdf and application/octet-stream. > > I ensured the checkbox mentioned in this thread was unche

Re: Jasper JSP Loading

2004-09-05 Thread Viktor Malytskyy
Hi! I guess the only way is this: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/resources.html Regards, Viktor On Sun, 05 Sep 2004 09:14:41 +0200, Massimo Ferrari <[EMAIL PROTECTED]> wrote: > Hello, > what is the best way (if there is one) to make Jasper Load JSP sources > from a dat

Possible bug in Tomcat5.0.27

2004-08-06 Thread Viktor Malytskyy
Hi! It seems that setting "Content-Length" header on response commits that response (which shouldn't happen). protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { httpServletResponse.setIntHeader("Content-Length", 0);

Having web. app. in custom medium, not in FileSystem

2004-07-20 Thread Viktor Malytskyy
Hi All! I'm trying to use this feature http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/resources.html in order to have my web. app inside custom medium, not in File System. During the startup of the Tomcat I'm getting this exception. I checked the implementation of TldConfig and it seems th