Ticket Change Details
Not logged in
Overview

Artifact ID: c48e0b2dbb31fd13682ed5c81966b1af37ffedf8
Ticket: 8a41d37834c4614089369aa1c63fbeb24e0ad74b
'configure pull' command accept --proxy option, but ignore it.
User & Date: anonymous 2009-10-09 05:09:30
Changes

  1. comment changed to:
    need 'url_enable_proxy(0)' after uri_parse() called.<br>
    configure.c / configuration_cmd()
    <blockquote><verbatim>--- ../Fossil-ca08c1d1b3/src/configure.c 2009-09-24 01:54:53.000000000 +0900
    +++ src/configure.c 2009-10-08 08:49:20.000000000 +0900
    @@ -457,6 +457,7 @@
           }
         }
         url_parse(zServer);
    +    url_enable_proxy(0);
         user_select();
         if( strncmp(zMethod, "push", n)==0 ){
           client_sync(0,0,0,0,mask);
    </verbatim></blockquote>
    
  2. foundin changed to: "ca08c1d1b3"
  3. private_contact changed to: "6b7d8d19b3584e0b0b59ee79d0f778ecd9f60111"
  4. severity changed to: "Cosmetic"
  5. status changed to: "Open"
  6. title changed to:
    'configure pull' command accept --proxy option, but ignore it.
    
  7. type changed to: "Incident"