From: Andrew P. <at...@pi...> - 2020-06-01 22:08:16
|
On Mon, Jun 01, 2020 at 11:08:48AM -0400, Andrew Piskorski wrote: > ==== encoding-1.1 Send body with ns_return and charset utf-8 FAILED > ---- errorInfo: select failed: no such file or directory > invoked from within > "nstest::http-0.9 -encoding utf-8 -getbody 1 -getheaders {Content-Type Content-Length} GET "/encoding"" There are 7 different versions of the encoding.* page present. If I start up the test server and then ask it for the FULL URL of any one of those files, like "encoding.utf2iso_adp", it works fine! But if I just ask for "encoding" without the extension it fails. So hitting this URL works fine: http://localhost:8000/encoding.utf_adp But this fails with 404 Not Found: http://localhost:8000/encoding I see that test.nscfg has what look like appropriate "ns/mimetypes" and "ns/encodings" sections, and of course that same config file works fine on Linux. So what could be going wrong on my Windows box to break the mapping of "/encoding" to "/encoding.utf_adp"? -- Andrew Piskorski <at...@pi...> |