This patch will fix the box info for the proxy users
None
Replace this patch with the boxinfo.tcl in your components/ folder, and thats it
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 ##################
This patch is obsolete as of tik-0.90-pre80.
Log in to post a comment.
None
Replace this patch with the boxinfo.tcl in your components/ folder, and thats it
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
##################
This patch is obsolete as of tik-0.90-pre80.