From: naruse@... Date: 2014-07-01T09:14:02+00:00 Subject: [ruby-core:63471] [ruby-trunk - Feature #2542] URI lib should be updated to RFC 3986 Issue #2542 has been updated by Yui NARUSE. I'm considering to change the error policy of URI library, for example: BEFORE: raise error if invalid characters exist AFTER: percent-escape them ---------------------------------------- Feature #2542: URI lib should be updated to RFC 3986 https://bugs.ruby-lang.org/issues/2542#change-47511 * Author: Marc-Andre Lafortune * Status: Closed * Priority: Normal * Assignee: Yui NARUSE * Category: lib * Target version: next minor ---------------------------------------- =begin RFC 2396 has been obsolete for nearly 5 years now. It was replaced by RFC 3986 which aims at clarifying aspects that were not previously clear. =end -- https://bugs.ruby-lang.org/