Skip to content
New issue

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

App fails if password contains (unescaped) special characters #8

Open
yongjunj opened this issue Jul 15, 2015 · 0 comments
Open

App fails if password contains (unescaped) special characters #8

yongjunj opened this issue Jul 15, 2015 · 0 comments

Comments

@yongjunj
Copy link

If password contains (unescaped) special characters, the app fails - the index page won't load:

URIError: URI malformed
   at decodeURIComponent (native)
   at Url.parse (url.js:185:19)
   at Object.urlParse [as parse] (url.js:101:5)
   at Request.init (/app/node_modules/request/request.js:248:20)
   at new Request (/app/node_modules/request/request.js:139:8)
   at request (/app/node_modules/request/index.js:55:10)
   at /app/app.js:14:3
   at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
   at next (/app/node_modules/express/lib/router/route.js:131:13)
   at Route.dispatch (/app/node_modules/express/lib/router/route.js:112:3)

It should be easy to fix. I'll submit a fix when I get some free time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant