Especially for the multipart/form-data encoding.
Factorized code related to smart parameters computing (handling list , table, ...) in WSF_VALUE_UTILITIES.
Fixed an issue with percent_encoded_path_info computation from request_uri.
Fixed issue with cookie addition having same cookie name.
Also improved slightly the WSF_DEBUG_INFORMATION component.
Note: to avoid any weird behavior due to unicode and various encoding, it is recommended to use UTF-8 encoding, by precising this using charset="utf-8" as an html meta tag, or directly in the http Content-Type header.
Now it supports better unicode name and value for post or get forms, using url encoded or multipart form data.
Especially for the multipart/form-data encoding. Factorized code related to smart parameters computing (handling list , table, ...) in WSF_VALUE_UTILITIES. Fixed an issue with percent_encoded_path_info computation from request_uri. Fixed issue with cookie addition having same cookie name. Also improved slightly the WSF_DEBUG_INFORMATION component.
Note: to avoid any weird behavior due to unicode and various encoding, it is recommended to use UTF-8 encoding, by precising this using charset="utf-8" as an html meta tag, or directly in the http Content-Type header.
Now it supports better unicode name and value for post or get forms, using url encoded or multipart form data.