problems when using the Editor with IE

I think I have found the problem. Jigsaw uses relocation in the
/Admin/Editor resource, without wither setting content length. This
causes IE to hang. Unfortunatelly setting content-length to 0 on
relocations causes netscape to hang, so I now always emit a content
within a relocation reply.

For those of you willing to patch your distrib, look for "reloc" in
w3c.jigsaw.formedit.FormResourceEditor and set the reloc content to
anything, ie:

reloc.setContent("relocate !");

This should solve the problem (let me know if it doesn't work for you)

Anselm.

Received on Tuesday, 11 February 1997 05:24:26 UTC