David wrote:
> You Andreas rock! I am PRETTY sure it did the trick.
>
> Here is what it was
> <map:match pattern="*/*/**.pdf">
> <map:read src="pubs/{1}/resources/shared/{3}.pdf"
> mime-type="application/pdf"/>
> </map:match>
> this is what i changed it to
> <map:match pattern="*/*/**.pdf">
> <map:read src="pubs/{1}/resources/shared/{3}.pdf"
> mime-type="application/pdf" >
> <map:parameter name="byte-ranges" value="false"/>
> </map:read>
> </map:match>
>
> This was done in two places in Lneya. (resources.xmap and
> resoures-shared.xmap)
>
> I consider this a work around. Any idea if someone is fixing this bug?
Since I didn't get an answer on cocoon-dev, I guess that nobody
cares about it :(
> You think I should open a bug report with cocoon?
Yes, that would be a good idea.
I'm not sure if this is really a Cocoon bug, or rather a bug in Acrobat,
but they will hopefully find out.
-- Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org
|