Henry

Results 6 comments of Henry

Yes, I have a similar issue, if not exactly same. I think the`js2xml()` should have the `sanitize` option just as the `xml2js()` does. Otherwise, once you use `xml2js(xml, { sanitize:...

@nashwaan Thanks. I will test the new version with my use case when I have time.

I already tested it, right now the version 1.4.1 works great for my case ; P

Using `@6.5.8` won't have this issue. I checked the problem which version 8 has: The request `another.html?param=value` did reach the server, then a 301 (move permanently) got returned to `another.html`...

@fab1o Hi, I checked the source code of `serve-handler`, which is one of the dependencies of `serve`. Turns out that `url clean` feature is on by default, so `xxx/xxx.html` will...

Hi, I actually kind of need this feature like right now. Just in case you don't have time, I am happy to make a pull request to `serve-handler` : )