#14655 closed defect (bug) (fixed)
Malformed dashboard URL can cause infinite ajax recursion
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.1 | Priority: | normal |
| Severity: | normal | Version: | 3.0.1 |
| Component: | JavaScript | Keywords: | has-patch |
| Focuses: | Cc: |
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)
Note: See
TracTickets for help on using
tickets.
(In [15971]) Cause infinite recursion caused by malformed URLs. Props mdawaffe. fixes #14655