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
Describe the bug Using a password with a backslash \ (specifically \b?) returns a login error Name or password is incorrect (repeat logon).
\
\b
Name or password is incorrect (repeat logon)
To Reproduce
new noderfc.Pool({ 'connectionParameters': { ...this.logon, 'passwd': 'pFUUz\bZ6o3' }, ...
Environment
{ platform: { name: 'win32', arch: 'x64', release: '10.0.19045' }, env: { SAPNWRFC_HOME: 'C:\\tools\\nwrfcsdk', RFC_INI: '', nwrfcsdk_lib_on_path: true }, versions: { node: '20.12.2', acorn: '8.11.3', ada: '2.7.6', ares: '1.27.0', base64: '0.5.2', brotli: '1.1.0', cjs_module_lexer: '1.2.2', cldr: '44.1', icu: '74.2', llhttp: '8.1.2', modules: '115', napi: '9', nghttp2: '1.60.0', nghttp3: '0.7.0', ngtcp2: '0.8.1', openssl: '3.0.13+quic', simdutf: '4.0.8', tz: '2024a', undici: '5.28.4', unicode: '15.1', uv: '1.46.0', uvwasi: '0.0.20', v8: '11.3.244.8-node.19', zlib: '1.3.0.1-motley-40e35a7' }, noderfc: { version: '3.3.1', nwrfcsdk: { major: 7500, minor: 0, patchLevel: 13 } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Using a password with a backslash
\
(specifically\b
?) returns a login errorName or password is incorrect (repeat logon)
.To Reproduce
Environment
The text was updated successfully, but these errors were encountered: