cdwertmann (Christoph Dwertmann)
- Login: cdwertmann
- Email: christoph.dwertmann@nicta.com.au
- Registered on: 04/26/2013
- Last sign in: 09/04/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/04/2013
-
06:09 PM Ruby Bug #7731: Segmentation fault when trying to start rails server
- I'm having the same problem (I think) with Ruby 2.0 on Ubuntu 13.04. It doesn't happen with json 1.7.5 gem, but crashes with 1.7.7 or 1.8.0:
/usr/share/omf-expctl-5.4/gems/gems/json-1.8.0/lib/json/common.rb:67: [BUG] Segmentation fault
...
04/26/2013
-
08:18 PM Ruby Bug #8330 (Rejected): WEBrick::HTTPUtils::parse_query replaces plus (+) with space
- According to RFC1738, the plus character (+) is a reserved character and may be used unencoded within a URL. Webrick however replaces plus signs with spaces, which violates the spec and causes a loss of information. An encoded plus chara...