General

Profile

adacosta (Alan Da Costa)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

12/25/2014

03:25 AM Ruby Bug #10644 (Rejected): WEBrick TimeoutHandler race condition
I discovered what looks like a race in the WEBrick TimeoutHandler.
In WEBrick::Utils::TimeoutHandler#initialize, every 0.5 seconds, @timeout_info is iterated.
If WEBrick::Utils::TimeoutHandler.register is called when @timeout_info...
adacosta (Alan Da Costa)

04/18/2013

09:47 AM Ruby Bug #8286: Can't decode non-MIME Base64
My confusion on this issue might have stemmed from a client sending Base64 without padding, and decode64 not managing to decode the base64, for example:
> Base64.decode64 "TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2...
adacosta (Alan Da Costa)
09:29 AM Ruby Bug #8286: Can't decode non-MIME Base64
Hi Naruse, thank you for looking at my issue and sorry for wasting your time. I should have spent more time verifying my code. adacosta (Alan Da Costa)
07:49 AM Ruby Bug #8286 (Closed): Can't decode non-MIME Base64
=begin
In https://github.com/ruby/ruby/blob/trunk/lib/base64.rb#L42 , RFC 2045 is mentioned for encode64/decode64 support, which is the MIME RFC. I don't believe this is the correct RFC to reference, as RFC 4648 is the correct RFC for B...
adacosta (Alan Da Costa)

Also available in: Atom