Cool. From what I understand the restlet engine will always add a Content-type: 0 header with no-entity responses, so that certainly sounds plausible if GWT hosted uses Tomcat 5.0.x.
I started working on a patch but then I kind of put it aside when because of the long roundtrip and IDE trouble. It would be easier and more appealing for people like me to contribute if you guys had used Maven. Something to consider with your recent discussion around build systems on this list. Thanks, Eirik. On Tue, Jan 6, 2009 at 2:07 PM, Rob Heittman <[email protected]> wrote: > This is almost certainly the same as the known bug in GWT hosted mode > with no-entity responses. If the order of writing this header fixes > the problem transparently, it would be awesome to do it! > > On Mon, Jan 5, 2009 at 5:45 PM, Eirik Bjørsnøs <[email protected]> wrote: >> Setting the Content-Length to 0 on Tomcat 5.0.x effectively prevents >> any other headers or status coded being set because the response is >> considered to be committed according to the servlet spec. > >

