Open Bug 1195451 Opened 9 years ago Updated 2 years ago

nsStandardURL::SetHostPort should reset the port to default if no port is present

Categories

(Core :: Security: CAPS, defect)

defect

Tracking

()

People

(Reporter: nika, Unassigned)

Details

STR:
x = makeURI('https://example.com:8000');
x.hostPort = 'example.org';

x.spec // 'https://example.org:8000'
x.hostPort // 'example.org:8000'
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.