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

Backslash in password does not work via rfc login #330

Open
Zefau opened this issue Jul 30, 2024 · 0 comments
Open

Backslash in password does not work via rfc login #330

Zefau opened this issue Jul 30, 2024 · 0 comments

Comments

@Zefau
Copy link

Zefau commented Jul 30, 2024

Describe the bug
Using a password with a backslash \ (specifically \b?) returns a login error 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 }
  }
}
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