Bugs: Browse | Submit New | Admin

[#5256] puts calls (will crash FCGI apps)

Date:
2006-08-01 18:48
Priority:
3
Submitted By:
Patrick Ritchie (pritchie)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
puts calls (will crash FCGI apps)

Detailed description
The following lines will crash or cause unexpected behavior from a RAILS app running w/ FCGI. Tested v0.6.2

$ grep -n puts *
id_resolver.rb:63:        
puts "Resolving references to #{object_type}"

rforce.rb:252:        
puts "\n\nSession timeout error - auto relogin activated"

sid_authentication_filter.rb:41:      
puts "Checking for the presence of a SID for [#{@@klasses.to_a.join(', ')}]"

sid_authentication_filter.rb:47:        
puts "asf_sid_authenticate(:sid => '#{sid}', :url => '#{api_server_url}')"

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item