> It writes the binary value(pdf) into the response.getOutputStream,
> with content-Type "application/pdf" und with content-length set.
> But in the browser nothing can be seen, even though the pdf that gets
> created correctly,
> and the browser is loading the pdf-plugin.
>
>
> Any ideas ?
>
> marcus
>

I never set content-length when generating response (PDF or not). Perhaps
you have a mistake in length calculation and browser waits for EOF ? Try
without.

Nico.


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

Reply via email to