On 12/12/07, Thomas E Enebo <[EMAIL PROTECTED]> wrote: > > Any other thoughts? ideas?
The patch at http://pastie.caboo.se/127653 allows me to run Rails 2 without jruby-openssl installed, provided that I change the session store as follows inside config/environment.rb: config.action_controller.session_store = :p_store :active_record_store can also be used, but you have to create the database migration and run it. The default :cookie_store is the only thing that requires openssl. Continuing along these lines, if we could implement HMAC in JRuby proper using only the default JCE provider, we would be able to run Rails 2 without modifications and without installing (or shipping) jruby-openssl. Possible? Dunno. Madness? Maybe. But I doubt we'd be able to convince Rails core to change the session default away from the cookie store, since that's one of the big new features. /Nick --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email