Err.. Vadim,

Don't know WHAT I did exactly, but when I tried the CVS version again it
WORKED.
Both with wget AND the browsers !

So, Thanks !

Sorry to trouble you unnecessarily.

Christopher

> -----Original Message-----
> From: Christopher Watson [mailto:[EMAIL PROTECTED]]
> Sent: 20 April 2002 19:11
> To: [EMAIL PROTECTED]
> Subject: RE: Problem with 'large' STATIC pdf files
>
>
> Vadim, the plot thickens.
>
> I've unearthed cygwin's wget.
> On the 2.0.2 release build it gets all 175958 bytes !
> Shame my browsers don't :-<
>
> BUT On the current CVS (HEAD branch) it only gets 32768 bytes.
>
> The opposite of what I would have expected/hoped
>
> Christopher
>
> > -----Original Message-----
> > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
> > Sent: 20 April 2002 16:44
> > To: [EMAIL PROTECTED]; 'Christopher Watson'
> > Subject: RE: Problem with 'large' STATIC pdf files
> >
> >
> > > From: Christopher Watson [mailto:[EMAIL PROTECTED]]
> > >
> > > Can anyone help - from the archives I think there've been a few people
> > down
> > > this road, but I haven't see anything very hopeful.
> > >
> > > I'm trying to serve up static PDF files using
> > >
> > >    <map:match pattern="pdf/*.pdf">
> > >     <map:read src="pdf/{1}.pdf" mime-type="application/pdf"/>
> > >    </map:match>
> > >
> > > These are simply exposed as download/viewable files by <a
> > > href="pdf/something.pdf">
> > >
> > > If I right click and download, I only get the first 32768 bytes.
> > > The .pdf file file is 115Kb.
> > >
> > > Bizarrely, I can download all of an 82KB one with no problem
> > >
> > >
> > > I did a sanity check with a large (300kb) image file
> > > served by
> > >
> > >    <map:match pattern="images/*.jpg">
> > >     <map:read src="images/{1}.jpg" mime-type="image/jpg"/>
> > >    </map:match>
> > >
> > > which I could right-click and save OK.
> > >
> > >
> > > What am I doing wrong?
> > > Why the different behaviour?
> >
> > Should not be. Reader processes all file types similarly.
> >
> >
> > > Is there anywhere where a max file size is set for static .pdf's or
> > other
> > > file types?
> >
> > I don't think so.
> >
> >
> > > PS I can serve the pdf through another tomcat servlet OK
> > >
> > > Same behaviour in ie6, opera 6.0.1, ns 4.73
> >
> > Try with "wget -S".
> >
> > > Tomcat 4.0.1 Cocoon 2.0.1 WinNT4 jdk1.3.1
> >
> > Try Cocoon CVS version (or today's snapshot).
> >
> > Vadim
> >
> >
> >
> > ---------------------------------------------------------------------
> > Please check that your question has not already been answered in the
> > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> >
> > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > For additional commands, e-mail: <[EMAIL PROTECTED]>
> >
> >


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to