Menu

#6 Fixes the box info for proxy users

open
nobody
None
5
2001-01-02
2001-01-02
No

This patch will fix the box info for the proxy users

Discussion

  • Joseph D. LeBlanc

    None

     
  • Joseph D. LeBlanc

    Replace this patch with the boxinfo.tcl in your components/ folder, and thats it

     
  • Alfred Ellis

    Alfred Ellis - 2001-01-08

    check to see if this code works:

    ##################
    if {$::TIK(options,HTTPProxy,enable)} {
    http::config -accept */* -proxyhost $::HTTPPROXY \ -proxyport $::HTTPPORT -proxyfilter http::ProxyRequired
    } else {
    http::config -accept */*
    }
    http::geturl $tgtURL -command boxinfo::process ;#-timeout 90000
    ##################

     
  • Alfred Ellis

    Alfred Ellis - 2001-01-19

    This patch is obsolete as of tik-0.90-pre80.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.