Closed Bug 15746 Opened 25 years ago Closed 25 years ago

[dogfood] form submit broken

Categories

(Core :: Networking, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: warrensomebody, Assigned: dougt)

References

()

Details

(Whiteboard: [PDT+])

If you go to the travelocity page listed above and try to log in by clicking
the Enter button (image doesn't show up -- that's bug #15745) you can't log in.

(If the URL above doesn't work, you can get to the page by going to
http://www.Travelocity.com and clicking on the "Find/Book a Flight" button.)

The following is printed to the console though:


 url=https://dps1.travelocity.com:443/lognmain.ctl?SEQ=939271513432949

 data=Content-type: application/x-www-form-urlencoded; charset=ISO-8859-1
Referer:
http://dps1.travelocity.com/lognlogin.ctl?tr_module=AIRG&SEQ=9392714476
5699
Content-Length: 204

Service=TRAVELOCITY&last_pgd_page=lognlogin.pgd&SID=T00200573519720424300911960
4
7032626087&es_alias=warrensomebody&es_passwd=XXXXXX&ctry_cd=Use%20My%20Profile%
2
0Address&x=19&y=18&store_persistent_cookie=Y
Assignee: valeski → dougt
I think this was meant for doug?
I get a assert in nsCOMPtr that tell me that this should be QIed:

void nsDocLoaderImpl::SetDocumentChannel(nsIChannel* channel)
{
  mDocumentChannel = channel;
}

warren are you seeing the same thing??
I've often seen this assertion when the assigned object fails to specify the
right interfaces in QI. Best to use NS_IMPL_ISUPPORTS<N>(<MyClass>,
<Interface>*). I haven't seen this particular case.
Whiteboard: [PDT+]
Putting on [PDT+] radar.
Target Milestone: M11
ccing gagan.
Depends on: 1646
blocked by 1646.  The assert is coming from a javascript url that is being
pushed into the window.location.
Blocks: 13785
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
this bug has been resolved.  We are getting passed this point now as long as
you have SSL properly installed.  We are still blocked from login into
travelocity.  The bug for that is 15745.
Status: RESOLVED → VERIFIED
No longer blocks: 13785
Bulk move of all Necko (to be deleted component) bugs to new Networking

component.
You need to log in before you can comment on or make changes to this bug.