[email protected],I=8=MQJ8;zNs$Ke(Btypoe$B$,$"$j$^$9!#e(B
Index: lib/uri/common.rb
— lib/uri/common.rb (revision 14176)
+++ lib/uri/common.rb (working copy)
@@ -110,7 +110,7 @@
SERVER = “(?:#{USERINFO}@)?#{HOSTPORT}”
# reg_name = 1*( unreserved | escaped | “$” | “,” |
# “;” | “:” | “@” | “&” | “=” | “+” )
-
REG_NAME = "(?:[#{UNRESERVED}$,;[email protected]&=+]|#{ESCAPED})+"
-
REG_NAME = "(?:[#{UNRESERVED}$,;:@&=+]|#{ESCAPED})+" # authority = server | reg_name AUTHORITY = "(?:#{SERVER}|#{REG_NAME})"