Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#14655 closed defect (bug) (fixed)

Malformed dashboard URL can cause infinite ajax recursion

Reported by: mdawaffe Owned by:
Priority: normal Milestone: 3.1
Component: JavaScript Version: 3.0.1
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

Kristian Erik Hermansen of Media Temple points out that visiting certain malformed dashboard URLs will cause an infinite loop of AJAX loads since we populate the index-extra.php loaded stuff via a relative URL instead of an absolute one.

Attached switches to an absolute URL.

Attachments (1)

14655.diff (1.3 KB ) - added by mdawaffe 16 years ago.

Download all attachments as: .zip

Change History (5)

@mdawaffe
16 years ago

#1 @ryan
16 years ago

  • Milestone Awaiting Review3.0.2

#2 @ryan
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [15971]) Cause infinite recursion caused by malformed URLs. Props mdawaffe. fixes #14655

#3 @ryan
16 years ago

(In [15972]) Fix infinite recursion caused by malformed URLs. Props mdawaffe. fixes #14655

#4 @ryan
16 years ago

  • Milestone 3.0.23.1
Note: See TracTickets for help on using tickets.