> > Dumb question: are you sure your changes are actually in use (ie whatever > needs to be restarted has been restarted)? Can you replicate this on your > development machine?
All other changes come in use as I expect? What could not be in use? I tried to debug content of the response object and oddly if I render it at the end of the view component ( <%= debug response %>), header content is fine. It is exactly such as I expect. But when I check headers of the received HTTP message, they are different than in response object? Could this problem happen because I get unauthorized message from the original server and I try to use headers of it in normal Ruby on rails response message? body: !str str: "" "@_rails_html_safe": false body_exist: true code: "401" header: content-language: - en-US content-type: - text/plain connection: - close server: - IBM_HTTP_Server date: - Fri, 07 Jan 2011 09:13:26 GMT content-length: - "0" http_version: "1.1" message: Unauthorized read: true socket: -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

