-
-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(JRuby) Nokogiri unable to parse RubyZip's streams in JRuby #1124
Comments
weshatheleopard
changed the title
Nokogiri unable to handle RubyZip's streams in JRuby
Nokogiri unable to parse RubyZip's streams in JRuby
Jun 30, 2014
weshatheleopard
changed the title
Nokogiri unable to parse RubyZip's streams in JRuby
(JRuby) Nokogiri unable to parse RubyZip's streams in JRuby
Jul 1, 2014
jjb
added a commit
to jjb/dullard
that referenced
this issue
Aug 13, 2014
flavorjones
added a commit
that referenced
this issue
Feb 6, 2015
JRuby should handle parsing an object that responds to #read. Signed-off-by: Jake Byman <[email protected]>
Will be in the next Nokogiri release, likely 1.6.7. |
Ah, very good, thank you all! |
flavorjones
added a commit
that referenced
this issue
Apr 7, 2019
related to incomplete application of fix from #1124
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When
s.is_a?(Zip::InputStream)
,Nokogiri::XML.parse(s)
works fine on all platforms, except for JRuby, where it fails:For original report by @heisee, see weshatheleopard/rubyXL#124
The text was updated successfully, but these errors were encountered: