Byte Serving and PDFs with the DefaultServlet

2008-10-09 Thread vitor . swaid
Hello, I'm new to the list. Hello to every one. Sorry if I'm posting this message in the wrong place. If so please advise me to fix it. I was asked to make a PDF functionality called Fast Web View work in a Tomcat application. In my initial tests, as I will describe, it did not worked. I start

Re: Byte Serving and PDFs with the DefaultServlet

2008-10-09 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Hello, I'm new to the list. Hello to every one. Sorry if I'm posting this > message in the wrong place. If so please advise me to fix it. >From a quick scan of your e-mail it looks like you have a valid bug here. To make sure this doesn't get lost, please add it to the

Re: Byte Serving and PDFs with the DefaultServlet

2008-10-09 Thread sebb
On 09/10/2008, Mark Thomas <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hello, I'm new to the list. Hello to every one. Sorry if I'm posting this > > message in the wrong place. If so please advise me to fix it. > > > From a quick scan of your e-mail it looks like you have a valid bu

Re: Byte Serving and PDFs with the DefaultServlet

2008-10-09 Thread vitor . swaid
Hello Mark, you are right. The mime extension is not working on a case insensitive basis. Now my Tomcat 5.5 does byte serving with the web.xml portion below: pdf application/pdf PDF application/pdf Although this worked without the "else"s forc

Re: Byte Serving and PDFs with the DefaultServlet

2008-10-10 Thread sebb
On 09/10/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello Mark, you are right. > > The mime extension is not working on a case insensitive basis. Now my > Tomcat 5.5 does byte serving with the web.xml portion below: > > > pdf > application/pdf > > >