From: Gustaf N. <ne...@wu...> - 2022-05-28 17:45:04
|
Dear all, The latest commits - added the "multipart/form-data" handlingfor fallback charsets, - provides an error code for invalid UTF-8 and - adds support for the "_charset_" field for default charsets (see RFC 7578, section 4.6). Also, the regression test got several more tests. I have still a bug report for ns_connchan (which i could not reproduce so far), if i find something to fix the next days, this will go as well into the next release, otherwise we are ready for rc2. all the best -gn On 19.05.22 21:19, Gustaf Neumann wrote: > > Hi David, > > we have not a global and per-server parameter called > "formfallbackcharset", > the flag for "ns_getform" and "ns_parsequery" is now called > "fallbackcharset". > > In many cases, using e.g. the per-server parameter should be > sufficient to handle > incorrect queries... > > still missing: "multipart/form-data" handling and documentation > updates, error code > > all the best > |