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   Resolved: 11/Oct/07 05:01 PM
Component/s: Server
Affects Version/s: 0.9.2
Fix Version/s: 1.0


 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'; }



Sort Order: Ascending order - Click to sort in descending order
Dan Fabulich added a comment - 11/Oct/07 05:01 PM

Fixed in RC revision 2021.


Nelson Sproul added a comment - 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.