Redirects don'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/loginOn 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: Sat, 12 Aug 2006 22:19:33 GMT Content-Length: 93 Hmm. Odd...Similarly, rjs responses don't work for me in 0.3.13.4. I get this header :
Connection: close Date: Sat, 12 Aug 2006 22:19:13 GMT Content-Length: 4850 and the browser just sits there. In 0.3.13.3, I get this header : Content-Length: 334 Connection: close Date: Sat, 12 Aug 2006 22:10:50 GMT Set-Cookie: _session_id=8df9b662a48e72c90d96cb9da9792491; path=/ Status: 200 OK Cache-Control: no-cache Server: Mongrel 0.3.13.3 Content-Type: text/javascript which works fine. Did I miss some vital step somewhere?
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
