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

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

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

Proxy server forbids most ports less than 1024

Created: 24/Sep/07 06:31 PM   Updated: 18/Nov/08 08:15 AM
Component/s: Server
Affects Version/s: 0.9.2
Fix Version/s: 1.0 beta 1

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


 Description  « Hide
http://forums.openqa.org/thread.jspa?threadID=10189 describes the problem. Connecting to port 82 doesn't work.

The logs don't show much, (which is a problem in its own right!) so I stepped through in a debugger. On line 768 of revision 1973, we check to see if the port is allowed against a short list of about 8 ports (80, 4444, 8000, 8080, 8888, 443, 8443). If the port is less than 1024 and isn't on that list, we forbid proxying to that port.

That policy may make sense for a generally usable end-user proxy, but it makes no sense for us. We should just ignore that test.

 All   Comments   Work Log   Change History      Sort Order:
Dan Fabulich - 24/Sep/07 06:34 PM
Fixed in RC revision 2011