Bug Tracker

Ticket #2570 (closed bug: fixed)

Opened 7 months ago

Last modified 5 months ago

Opera 9.2.6 AJAX requiring authentication

Reported by: mikeg Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.4 Component: ajax
Version: 1.2.3 Keywords: opera
Cc: Needs: Review

Description

I am using $.ajax to submit several forms on a page - some go to php files and others go to java files. All the forms work great in FireFox? and IE. In Opera I am receiving a login dialog box asking for user name and password when working with Java files in the background. We tried the straight javascript non-jQuery AJAX call and did not receive the dialog. Any thoughts on why Opera is showing this dialog when using jQuery?

I am seeing this on our live server where jquery 1.2.2 is installed and on a deveopment server where 1.2.3 is installed with a piece of the 1.1 compatibility plugin.

Attachments

Change History

Changed 5 months ago by kai@…

This is because jQuery sends null username and password to the XMLHttpRequest and this triggers a bug(?) in Opera. See bug 2865.

Changed 5 months ago by flesler

  • status changed from new to closed
  • resolution set to fixed

Fixed at [5604].

Changed 5 months ago by flesler

  • milestone changed from 1.2.3 to 1.2.4
Note: See TracTickets for help on using tickets.