Bug 284427

Summary: Proxy requests URL missing http://hostname if configured using wpad
Product: [Frameworks and Libraries] kdelibs Reporter: alancio <lameventanas>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: adawit
Priority: NOR    
Version: 4.7   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description alancio 2011-10-19 06:04:49 UTC
Version:           4.7 (using KDE 4.7.2) 
OS:                Linux

When using a wpad script to set the proxy, every request to the proxy will be missing the protocol and hostname.

For example, it will be:
GET / HTTP/1.1
Host: www.yahoo.com

Instead of:
GET http://www.yahoo.com/ HTTP/1.0
Host: www.yahoo.com

If I configure the proxy server directly (eg: without wpad) it works fine.


Reproducible: Always

Steps to Reproduce:
1. Set proxy server via wpad script
2. Try to connect to any website

Actual Results:  
Bad proxy requests.

Expected Results:  
Good proxy requests.
Comment 1 Dawit Alemayehu 2011-10-19 14:54:54 UTC
Same issue that caused bug #283794 is the cause of this bug as well.

*** This bug has been marked as a duplicate of bug 283794 ***