[naviserver-devel] ns_set reform

2022-07-20 Thread Gustaf Neumann
Dear all, over the last days, I've worked on improving scalability of ns_set operations in NaviServer, which are used on multiple crucial places such as:  - ndsb interface (returning tuples as ns_sets)  - configuration values  - headers The classical implementation for ns_sets uses separately

Re: [naviserver-devel] ns_returnfile return original file name

2022-07-20 Thread Gustaf Neumann
Dear Oscar, In principle, you are right concerning the encoding. A few comments: - on most browsers, also utf-8 filenames are accepted,    but the use of UTF-8 in the header fields is not recommended. - For the percent encoding, one should use "ns_urlencode -path", e.g., ns_urlencode

Re: [naviserver-devel] ns_returnfile return original file name

2022-07-20 Thread Oscar Rodriguez Fonseca
I didn't know that. It seems that most browsers are quite benevolent parsing this with wrong space character encoding. I have to update my code.  Thank you very much!  -Mensaje original- De: Gustaf Neumann Responder a: naviserver-devel@lists.sourceforge.net Para: naviserver-devel@lists