cheister (Chris Heisterkamp)
- Login: cheister
- Registered on: 06/16/2016
- Last sign in: 06/16/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/01/2016
-
07:16 PM Ruby Bug #12498: Parsing a mailto URI with no recipient throws the error URI::InvalidComponentError: missing opaque part for mailto URL
- @naruse Do you mind taking a look at this patch?
06/16/2016
-
07:33 PM Ruby Bug #12498 (Closed): Parsing a mailto URI with no recipient throws the error URI::InvalidComponentError: missing opaque part for mailto URL
- If you try to parse a mailto URI without a recipient you get an error. For example
ruby -ruri -e 'URI.parse("mailto:?subject=hi")'
will throw the error:
/usr/lib/ruby/2.3.0/uri/mailto.rb:140:in `initialize': missing opaque part...