File name containing `=' character is incorrectly handled in Ldp::Response#content_disposition_attributes
dchandekstark opened this issue · 0 comments
dchandekstark commented
This line
parts = headers['Content-Disposition'].split(/;\s*/).collect { |entry| entry.split(/\s*=\s*/) }
should be amended.