#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)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [15971]) Cause infinite recursion caused by malformed URLs. Props mdawaffe. fixes #14655