Re: Help: IE chunked-http problem

2008-06-10 Thread Ralf Bommersbach
ahem ok, sure, dumb question: how do I do this? :-/ Kevin Conaway schrieb: Ralf, can you open a ticket for this? Perhaps we're not setting the correct header combination or IE requires a strange one to parse chunked encodings. On Fri, Jun 6, 2008 at 11:47 AM, Ralf Bommersbach [EMAIL

Re: Help: IE chunked-http problem

2008-06-10 Thread Stephan Koops
Hi Ralf, the Restlet Bugs are managed by http://restlet.tigris.org. Just create an account (top left), klick Issue tracker on the left navigation bar and insert your bug report. BTW: If I remember right, you took a look into the JAX-RS extension. If you find bugs their, you could put them

Re: Help: IE chunked-http problem

2008-06-10 Thread Thierry Boileau
Hello all, I've just created the issue (http://restlet.tigris.org/issues/show_bug.cgi?id=511). Ralf, once your account has been created, you can add yourself in the cc field and keep informed of the progress made on this issue. Best regards, Thierry Boileau Hi Ralf, the Restlet Bugs are

Re: Help: IE chunked-http problem

2008-06-09 Thread Kevin Conaway
Ralf, can you open a ticket for this? Perhaps we're not setting the correct header combination or IE requires a strange one to parse chunked encodings. On Fri, Jun 6, 2008 at 11:47 AM, Ralf Bommersbach [EMAIL PROTECTED] wrote: Ok thanks that helped a lot! I use now the jetty server-connector

Help: IE chunked-http problem

2008-06-06 Thread Ralf Bommersbach
Hello, I'm getting strange errors when loading restlet-pages in IE, it sometimes does insert seemingly random numbers at the start of the page and at the end like 800 page 0 I did some reseach and think it has to do with chunked-transfer-encoding of http packets.

Re: Help: IE chunked-http problem

2008-06-06 Thread Ralf Bommersbach
Hi, first its nice to hear I'm not the only one with this problem. It's driving me crazy... ;-) Yes, I also have the problem very randomly (sometimes it loads just fine, sometimes it doesn't even do CSS, sometimes there are the numbers) but _only_ with IE and the internal noelios server.

Re: Help: IE chunked-http problem

2008-06-06 Thread Thierry Boileau
Hi Ralf Maybe I should try another, like the Apache tomcat? I'll have to look how to do that. Oh, that's simple, have a look at this page: http://www.restlet.org/documentation/1.1/connectors You only have to put the jar of one of the server connectors and the jars of its dependencies (try

Re: Help: IE chunked-http problem

2008-06-06 Thread Ralf Bommersbach
Ok thanks that helped a lot! I use now the jetty server-connector and not only did the speed improve, but also (so far) the error can't be reproduced with Internet Explorer. Everythings just fine! thanks again :-) p.s. so yeah - it seems that the internal server just has some problems