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

org.firebirdsql.gds.impl.wire.AbstractJavaGDSImpl.connect does not support Cyrillic user and host names [JDBC121] #161

Closed
firebird-automations opened this issue Jul 22, 2008 · 2 comments

Comments

@firebird-automations
Copy link

Submitted by: Serge Bogatyrev (sergebg)

Assigned to: Roman Rokytskyy (rrokytskyy)

(Cyrillic as example)

To allocate space for "user_id" String.length() is used. Should be used string size in bytes.

Commits: 9b77c7b

@firebird-automations
Copy link
Author

Commented by: Roman Rokytskyy (rrokytskyy)

Fixed. At the moment length is taken from the byte[], this works however only when the host name and/or user is specified in the same as system encoding.

@firebird-automations
Copy link
Author

Modified by: Roman Rokytskyy (rrokytskyy)

status: Open [ 1 ] => Closed [ 6 ]

resolution: Fixed [ 1 ]

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

No branches or pull requests

1 participant