Actions
Feature #5084
closedif POST is a map, then merge it with URL query fields
Start date:
09/16/2013
Due date:
% Done:
0%
Estimated time:
Description
gives higher priority to URL query fields (i.e. may override POST key-value pairs)
Updated by Reynaud Sylvain almost 12 years ago
- Status changed from New to Rejected
- Assigned To set to Reynaud Sylvain
It is possible to do this, but:
- only with posted HTML FORM, not with posted XML data.
- no real benefice to do this with HTML FORM because the HTML page still has to be modified.
Actions