[buddypress-trac] [BuddyPress Trac] #5959: Long cookie value can lead to 414 Long Request Error resulting in BP Autocomplete AJAX failing
buddypress-trac
noreply at wordpress.org
Fri Oct 24 15:41:46 UTC 2014
#5959: Long cookie value can lead to 414 Long Request Error resulting in BP
Autocomplete AJAX failing
--------------------------+-----------------------------
Reporter: psycleuk | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Severity: normal | Keywords:
--------------------------+-----------------------------
Although in the ticket #4606 there was a change to convert
{{{
encodeURIComponent(document.cookie)
}}}
to
{{{
bp_get_cookies()
}}}
there is still one entry of the former within jquery.autocomplete.js (now
deprecated due to #5735), see
https://buddypress.trac.wordpress.org/browser/trunk/src/bp-
core/deprecated/js/autocomplete/jquery.autocomplete.js?rev=8559#L329
Whilst waiting for #5735 to modernise all the JS should it be wise to
update the existing autocomplete too?
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5959>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list