Closed Bug 56189 Opened 24 years ago Closed 24 years ago

form submit fails if URL contains port number

Categories

(Core :: Networking, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 51237

People

(Reporter: pete.black, Assigned: gagan)

Details

I'm developing an app using Apache Tomcat, which runs on port 8080.

None of the forms in my application work since mozilla refuses to post data to a
URL which has a port number in it - i.e.

<FORM ACTION="http://myserver:8080/mycgi.cgi" METHOD="POST"><INPUT
TYPE="SUBMIT"></FORM>

doesn't work - the button stays down for a while, hen pops up and nothing
happens, while:

<FORM ACTION="http://myserver/mycgi.cgi" METHOD="POST"><INPUT TYPE="SUBMIT"></FORM>

works as expected.

This is on the Oct. 11th nightly build for Win32
Might want to see bug 51237 to check for a dup. Both are related to port 8080
being ignored by Mozilla. I seem to remember another bug report like this one,
will look further.
Fabian.
networking, possible dupe of 51237
Assignee: asa → gagan
Component: Browser-General → Networking
QA Contact: doronr → tever

*** This bug has been marked as a duplicate of 51237 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verified dupe of bug 51237: "Mozilla confuses multiple ports on same machine"
(also when submitting forms)
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.