Ben Bucksch wrote: > Katsuhiko Momoi wrote: > >> 4. When your NNTP posting host does this conversion, it also converts >> your Content-Type charset to [object Window]. > > > Are you sure that it's the server which inserts the string "[object > Window]"? It seems very Mozilla-ish to me (IIRC, I have seen it in other > places within Mozilla).
I agree; this definitely looks like a client side manifestation. In particular, it seems like something that a buggy JavaScript function might generate since [object Window] is precisely what the toString() function would generate if applied to a Window object. ---- Jim Patterson Ottawa, Ont CANADA
