Hey Matt. Thanks for debugging this issue and providing a fix. I'll try to get this spec'ed and checked in to my branch soon
On Mar 31, 5:11 pm, mattalbright <[email protected]> wrote: > But putting the 'n' at the end of the regex definition did: > > rx = /(?:#{EOL})?#{Regexp.quote(boundary)}(#{EOL}|--)/n > > Line 63 in merb-core/dispatch/request_parsers.rb > > matt > > On Mar 31, 2:13 pm, mattalbright <[email protected]> wrote: > > > Sorry for the delay, but removing the 'n' from the Regexp.quote call > > (http://github.com/wycats/merb/commit/ > > e3835edac77b340a46c1c58213b0c8006f919a53 ) did not fix this problem. > > > matt > > > On Mar 10, 9:57 am, Matt Aimonetti <[email protected]> wrote: > > > > I applied a related patch yesterday, would you mind testing the current > > > master branch? > > > > Thanks, > > > > -Matt > > > > On Tue, Mar 10, 2009 at 8:29 AM, mattalbright > > > <[email protected]>wrote: > > > > > On Mar 9, 5:20 pm, mattalbright <[email protected]> wrote: > > > > > I've discovered a bug in the multipart parser in Merb core 1.0.9 > > > > > having to do with the binary data that an uploaded file ends with. > > > > > I logged bug #1236 in Lighthouse. > > > > > matt > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
