Hi guys,<br>
<br>
I have a funny problem that only occurs in FF1.0.x but works fine and dandy in FF1.5. I'd thought its me screwing up with the JS... but even this "<a href="http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html" title="http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html (http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html)" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
What time is it</a>" doesn't work with until I downgrade to Mongrel <a href="http://0.3.12.4" title="http://0.3.12.4" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">0.3.12.4</a>. I don't like/use
FF1.0 too.. but <a href="http://www.ubuntu.com/">too bad for me</a>...<br><br>
Apparently stuff like Rails' <span style="font-family: courier new,monospace;">link_to_remote</span> or plain <span style="font-family: courier new,monospace;">new Ajax.request</span>
doesn't work when running with Mongrel 0.3.13.x. Luckily helpful error messages introduced in <a href="http://0.3.13.4" title="http://0.3.13.4" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">0.3.13.4
</a> solved my mystery:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
BAD CLIENT (<a href="http://127.0.0.1" title="http://127.0.0.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">127.0.0.1</a>): Sent body size 2 but declared Content-Length: 0<br></blockquote><br>Anyways, to have a (Firefox
1.0+Prototype)-friendly Mongrel, just change line 203 to:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
if remain == 0 || remain < 0<br></blockquote><br>In case anyone else has problems. Hopefully other parts of the sky don't fall due to this.<br><br>--<br>choonkeat<br><a href="http://blog.yanime.org/" title="http://blog.yanime.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://blog.yanime.org/
</a><br><a href="http://www.rssfwd.com/" title="http://www.rssfwd.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.rssfwd.com/</a><br><br>