John J Lee wrote:
> On Mon, 18 Sep 2006, Arnar Birgisson wrote:
> [...]
>> I have firefox failing on the following whenever length >= 4096:
>>
>> @expose("json")
>> def test(self, len):
>> return 'x'*int(len)
>>
>> FF is failing in a weird manner, loadJSONDoc returns nothing, and if I
>> load the url in a new tab it's as if the text is rendered with a white
>> font (!).
>>
>> The HTTP RFC doesn't mention any length limitation and all Safari and
>> IE both accept anything like this.
>
> I doubt this has anything to do with HTTP per se -- surely this has much
> more to do with XMLHttpRequest and the Firefox DOM than HTTP.There IS actually a length limit: http://www.checkupdown.com/status/E414.html Firefox also has additional bugs with the URL bar: https://bugzilla.mozilla.org/show_bug.cgi?id=281325 See the second to last comment which may be applying to you. Nigel
signature.asc
Description: OpenPGP digital signature

