History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SRC-365
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Fabulich
Reporter: Dan Fabulich
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Selenium Remote Control

Malformed proxy PAC when using -Dhttp.proxyHost

Created: 11/Oct/07 04:54 PM   Updated: 01/Apr/08 08:25 PM
Component/s: Server
Affects Version/s: 0.9.2
Fix Version/s: 1.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
This is one half of SRC-252, which is really two issues filed as one.

To reproduce, set -Dhttp.proxyHost and -Dhttp.proxyPort in RC 0.9.2. Your proxy.pac file will be malformed, containing an else clause but no if statement:

function FindProxyForURL(url, host) {
        return 'PROXY localhost:4444; PROXY localhost:3128';
    } else {
        return 'PROXY localhost:3128';
}


 All   Comments   Work Log   Change History      Sort Order:
Dan Fabulich - 11/Oct/07 05:01 PM
Fixed in RC revision 2021.

Nelson Sproul - 01/Apr/08 08:25 PM
Note that I have confirmed that this problem is fixed in the beta, which you can download from http://archiva.openqa.org/repository/snapshots/org/openqa/selenium/selenium-remote-control.