Skip to main content

Bug Tracker

Side navigation

#2570 closed bug (fixed)

Opened March 21, 2008 03:43PM UTC

Closed May 15, 2008 01:45PM UTC

Last modified May 15, 2008 01:46PM UTC

Opera 9.2.6 AJAX requiring authentication

Reported by: mikeg Owned by:
Priority: major Milestone: 1.2.4
Component: ajax Version: 1.2.3
Keywords: opera Cc:
Blocked by: Blocking:
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 (0)
Change History (3)

Changed May 14, 2008 03:28PM UTC by kai@creuna.s comment:1

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

Changed May 15, 2008 01:45PM UTC by flesler comment:2

resolution: → fixed
status: newclosed

Fixed at [5604].

Changed May 15, 2008 01:46PM UTC by flesler comment:3

milestone: 1.2.31.2.4