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.
(http://en.wikipedia.org/wiki/Chunked_transfer_encoding)
for some reasons IE (6&7) don't seem to handle chunked http-packets
correctly and inserts the chunk-length as content or so. Needless to say
this totally screws up my pages...
At least this is the only explanation I have as other browsers don't
have this problem (did I mention that I HATE IE?).
BTW, I'm using the integrated Noelios HTTP-server.
Anyone else getting this?
Anyone knows how I can disable the hppt-chunking on the noelios http-server?
Best regards
Ralf