ahmadsherif (Ahmad Sherif)
- Login: ahmadsherif
- Email: me@ahmadsherif.com
- Registered on: 08/19/2014
- Last sign in: 07/14/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
08/19/2014
-
12:54 PM Ruby Bug #10147: URI parsing with ruby 2.2.0dev
- URI module is now using an RFC3986 parser by default (starting r46491), '[' and ']' characters are not allowed in a URI's query per the RFC.
You can still use the old parser (RFC2396) like this
~~~ruby
require 'uri'
p = URI::Pars...