Opened 13 years ago
Closed 13 years ago
#5725 closed bug (invalid)
[autocomplete] Conflict with ASP.NET MVC2 RC
Reported by: | Broes De Cat | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Due to a security problem, the ASP.NET MVC2 framework only allows webservice calls using JSON as a http POST. The autocomplete plugin hardcoded uses http GET. Can this be made optional or even default to POST?
Note: See
TracTickets for help on using
tickets.
This isn't a jQuery core bug.