In implementing OAuth2 in my app, I need to handle URIs like:
http://localhost:3000/sessions/create/?code=lorem|ipsum
Not sure if it's a Rails 3 or Ruby 1.9.2 problem (maybe URI.parse), but in any event, WEBrick kicks Error bad URI
.
Anyone know of a workaround? Thanks.