Displaying 1 result from an estimated 1 matches for "e554ff2d043cb79b961cc033b6718b5".
Did you mean:
e554ff2d043cb79b961cc033b6718b5e
2006 Aug 12
2
Mongrel 0.3.13.4 headers seem a bit broken...
...t work, for one thing. This rails code :
redirect_to :action => ''login''
correctly redirects me on 0.3.13.3. Here''s the header I get back :
HTTP/1.1 302 Moved Temporarily
Content-Length: 93
Connection: close
Date: Sat, 12 Aug 2006 22:13:41 GMT
Set-Cookie: _session_id=e554ff2d043cb79b961cc033b6718b5e; path=/
Status: 302 Found
Cache-Control: no-cache
Server: Mongrel 0.3.13.3
Content-Type: text/html
location: http://localhost:3000/login
On 0.3.13.4, I get the same body back, but it doesn''t redirect me.
Here''s the header :
HTTP/1.1 404 Not Found
Connection: close
Date: Sa...