Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.0.0RC2
-
Fix Version/s: JRuby 1.0.0RC3
-
Component/s: Application Error
-
Labels:None
-
Environment:Windows XP+Rails 1.2.3 + Java6 + JRuby RC2
Description
I get some strange behavior on all my web pages. The weird behavior did not happen in RC1 and does not happen under normal Ruby:
First time I go to a webpage, nothing happens but if I refresh the page, it typically shows up ok... However, at least for the index page I get the followin text written out at the top of my page above my content:
"Content-Type: text/html; charset=utf-8 Set-Cookie: ...=...; path=/ Content-Length: 5423 Cache-Control: no-cache Status: 200 OK"
Very, very strange!
This is a potential regression from RC1...we need to investigate, but there's not a lot to go on. Morten, we need more info or a sample app or a reducible test case to really be able to work on this one...