We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-ecstatic/lib/ecstatic.js
Lines 23 to 31 in ae7a39b
Windows pathname parsing is incorrect
Lines 393 to 399 in ae7a39b
if (!parsed.pathname.match(/\/$/)) { res.statusCode = 302; const q = parsed.query ? `?${parsed.query}` : ''; res.setHeader('location', `${parsed.pathname}/${q}`); res.end(); return; }
The text was updated successfully, but these errors were encountered:
Regressed in commit be6fc25 which was also backported to 3.x series with d0e2bcf.
Sorry, something went wrong.
No branches or pull requests
node-ecstatic/lib/ecstatic.js
Lines 23 to 31 in ae7a39b
Windows pathname parsing is incorrect
node-ecstatic/lib/ecstatic.js
Lines 393 to 399 in ae7a39b
Or modify here to
The text was updated successfully, but these errors were encountered: