Bug 284427 - Proxy requests URL missing http://hostname if configured using wpad
Summary: Proxy requests URL missing http://hostname if configured using wpad
Status: RESOLVED DUPLICATE of bug 283794
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.7
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-19 06:04 UTC by alancio
Modified: 2011-10-19 14:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***