mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
* lib/uri/common.rb (URI::WFKV_): get rid of backtrack explosion
by nested repeat operators. [ruby-core:33464] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f0a2b08b44
commit
839ee60687
3 changed files with 8 additions and 1 deletions
|
@ -807,7 +807,7 @@ module URI
|
|||
end.join('&')
|
||||
end
|
||||
|
||||
WFKV_ = '(?:%\h\h|[^%#=;&]+)' # :nodoc:
|
||||
WFKV_ = '(?:%\h\h|[^%#=;&])' # :nodoc:
|
||||
|
||||
# Decode URL-encoded form data from given +str+.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue