Skip to content

Only change %20 to + for application/x-www-form-urlencoded  #2658

@dmethvin

Description

@dmethvin

This resurrects trac-3400 which has the argument for the change. Currently we always change encoded spaces (%20) to the plus sign (+) in jQuery.param(). That is only correct behavior for posted form data, but not other cases. The conversion should be moved to jQuery.ajax() and only be done when the method is POST.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions