ldp icon indicating copy to clipboard operation
ldp copied to clipboard

File name containing `=' character is incorrectly handled in Ldp::Response#content_disposition_attributes

Open dchandekstark opened this issue 4 years ago • 0 comments

This line

parts = headers['Content-Disposition'].split(/;\s*/).collect { |entry| entry.split(/\s*=\s*/) }

should be amended.

dchandekstark avatar Jan 26 '21 14:01 dchandekstark