jruby-openssl doesn't load on App Engine.
-----------------------------------------

                 Key: JRUBY-4541
                 URL: http://jira.codehaus.org/browse/JRUBY-4541
             Project: JRuby
          Issue Type: Bug
          Components: OpenSSL
            Reporter: Rib Rdb
         Attachments: appengine_openssl.patch

You can't load JCE providers on App Engine, so loading the jruby-openssl gem 
currently fails.  However things like MD5 and HmacSHA1 should work just fine 
using the JVM's built in providers.  This patch catches the exceptions thrown 
on App Engine and stops setting an explicit provider so that these things can 
work even if BC can't load.
I couldn't get the unittests to pass at head (a bunch of errors about a missing 
hexdigest method), so this patch is against revision 
7a550e0ba5f878219270d511ef07b611ee0ddfab

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to