Skip to content

Commit

Permalink
HTTP::Message: URI.normalize_url => URI.normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed Feb 28, 2017
1 parent 9d5c239 commit 27e96a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/arachni/http/message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def parsed_url

def url=( url )
if @normalize_url || @normalize_url.nil?
@url = URI.normalize_url( url ).to_s.freeze
@url = URI.normalize( url ).to_s.freeze
else
@url = url.to_s.freeze
end
Expand Down

0 comments on commit 27e96a7

Please sign in to comment.