Checked code and found this (based on suggested
fixes in http://www.ruby-forum.com/topic/206225)
grep -n set_error
./rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb
96: res.set_error(ex)
99: res.set_error(ex)
104: res.set_error(ex, true)
grep -n string
/ho
You could look up using a different server not webrick. I'm surprised that
this has not been patched yet.
On 10 August 2010 13:07, Flavio wrote:
> I did the same that Leberwurscht, but that problem still happens even
> changing the line 15 in htmlutils.rb file.
> Does anyone knows another way to
I did the same that Leberwurscht, but that problem still happens even changing
the line 15 in htmlutils.rb file.
Does anyone knows another way to run ruby applications using Lucid??
Thanks
--
webrick crashes processing NotModified response in lucid
https://bugs.launchpad.net/bugs/540193
You rece
Leberwurscht this is because it happens every time a 304 not modified
header is being tried to be sent. This header is sent to the client to
save the effort of sending the same content again.
--
webrick crashes processing NotModified response in lucid
https://bugs.launchpad.net/bugs/540193
You re
This bug seems to be serious, it shows up on every new rails site
created on an up to date Lucid Lynx:
rails test
cd test
scripts/server
Now if I open http://localhost:3000/ the first time, it works. But from
then on, I only get Internal Server errors as "private method `gsub!'
called for #".
Ch
Either in *project path*/vendor/rails/railties/lib/webrick_server.rb line 94,
change to:
res.set_error(err.to_s)
or in /usr/lib/ruby/1.8/webrick/htmlutils.rb line 15 change to:
str = string.to_s ? string.dup.to_s : ""
Is this something to be filed to a webbrick project or rails, seems to
b
anywork solutions, or workarounds?
** Changed in: rails (Ubuntu)
Status: New => Confirmed
--
webrick crashes processing NotModified response in lucid
https://bugs.launchpad.net/bugs/540193
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/41114561/Dependencies.txt
--
webrick crashes processing NotModified response in lucid
https://bugs.launchpad.net/bugs/540193
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to