Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby-OSSL 0.7.7
-
Component/s: OpenSSL
-
Labels:None
-
Number of attachments :
Description
If the summary isn't enough info, you can reproduce in my SSHKey lib by doing the following under JRuby:
git clone git://github.com/bensie/sshkey.git cd sshkey # edit lib/sshkey.rb, line 102 so it says "rescue" instead of "rescue Exception" bundle install rake
Twitter conversation with @headius:
https://twitter.com/#!/bensie/status/187660891825778688
Activity
Hiro Asari
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Hiroshi Nakamura [ nahi ] | |
| Description |
If the summary isn't enough info, you can reproduce in my SSHKey lib by doing the following under JRuby:
git clone git://github.com/bensie/sshkey.git cd sshkey edit lib/sshkey.rb, line 102 so it says "rescue" instead of "rescue Exception" bundle install rake Twitter conversation with @headius: https://twitter.com/#!/bensie/status/187660891825778688 |
If the summary isn't enough info, you can reproduce in my SSHKey lib by doing the following under JRuby:
{noformat} git clone git://github.com/bensie/sshkey.git cd sshkey # edit lib/sshkey.rb, line 102 so it says "rescue" instead of "rescue Exception" bundle install rake {noformat} Twitter conversation with @headius: https://twitter.com/#!/bensie/status/187660891825778688 |
Hiroshi Nakamura
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | JRuby-OSSL 0.7.7 [ 18461 ] | |
| Resolution | Fixed [ 1 ] |
Thanks for reporting!
commit 2f134d402abdb97be8da5ebd17fe8bb436985842 Author: Hiroshi Nakamura <nahi@ruby-lang.org> Date: Mon Apr 30 12:33:39 2012 +0900 JRUBY-6579: Avoid ClassCastException for public key loading