<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -528,6 +528,8 @@ module Addressable
       end
 
       self.defer_validation do
+        # Bunch of crazy logic required because of the composite components
+        # like userinfo and authority.
         self.scheme = options[:scheme] if options[:scheme]
         self.user = options[:user] if options[:user]
         self.password = options[:password] if options[:password]
@@ -1572,6 +1574,8 @@ module Addressable
 
       uri = Addressable::URI.new
       uri.defer_validation do
+        # Bunch of crazy logic required because of the composite components
+        # like userinfo and authority.
         uri.scheme =
           hash.has_key?(:scheme) ? hash[:scheme] : self.scheme
         if hash.has_key?(:authority)</diff>
      <filename>lib/addressable/uri.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ef47a3499273e0d81c2911b45fb536f31492df38</id>
    </parent>
  </parents>
  <author>
    <name>Bob Aman</name>
    <email>bob@sporkmonger.com</email>
  </author>
  <url>http://github.com/sporkmonger/addressable/commit/d7a066cc186c868dba769a23538a9000656fe456</url>
  <id>d7a066cc186c868dba769a23538a9000656fe456</id>
  <committed-date>2009-11-10T20:53:32-08:00</committed-date>
  <authored-date>2009-11-10T20:53:32-08:00</authored-date>
  <message>Added comments to make sure I know what's going in here in the future.</message>
  <tree>2992d7bcc2227959efd1bb952a3c6d4f4a4dbfad</tree>
  <committer>
    <name>Bob Aman</name>
    <email>bob@sporkmonger.com</email>
  </committer>
</commit>
