Issue 3872 - Issue with norwegian UTF-8 characters JDBC Bridge
Summary: Issue with norwegian UTF-8 characters JDBC Bridge
Status: VERIFIED FIXED
Alias: None
Product: JLDAP
Classification: Unclassified
Component: JDBC (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-19 14:46 UTC by hamnis@start.no
Modified: 2022-05-02 17:35 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hamnis@start.no 2005-07-19 14:46:03 UTC
Full_Name: Erlend Hamnaberg
Version: 2.2.23
OS: Debian GNU/Linux Sarge / Ubuntu Hoary
URL: 
Submission from: (NULL) (80.202.213.160)


The JDBC bridge is uncorrectly encoding norwegian words that contains UTF-8
characters to base64.

It may be an issue located in the deciding if the characters are LDIF safe.
which they are not unless encoded in UTF-8.

The database was built using a UTF-8 encoded LDIF.

Comment 1 mboorshtein@openldap.org 2005-09-10 14:17:38 UTC
moved from Incoming to Contrib
Comment 2 Kurt Zeilenga 2005-09-29 00:04:11 UTC
changed notes
Comment 3 OpenLDAP project 2014-08-01 21:03:27 UTC
JDBC Bridge
Comment 4 Fredrik Roubert 2022-05-01 13:20:25 UTC
This seems to be a simple mistake for which there is a simple fix:

https://git.openldap.org/openldap/jdbcldap/-/merge_requests/1
Comment 5 Quanah Gibson-Mount 2022-05-02 17:34:57 UTC
  • 245495e9 
by Fredrik Roubert at 2022-05-01T15:12:42+02:00 
ITS#3872 Always decode valid UTF-8 data, never Base64 encode it.