lucaspiller (Luca Spiller)
- Login: lucaspiller
- Registered on: 03/31/2016
- Last sign in: 03/31/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/31/2016
-
09:53 AM Ruby Bug #12235 (Closed): URI.encode issue with square brackets
- URI::Encode doesn't correctly handle square brackets in the path of a URL:
> URI.encode('http://example.com/resource[1].doc')
=> "http://example.com/resource[1].doc"
It should return "http://example.com/resource%5B1%5D.doc...