| Summary | LDAP, contact update in firefox, encoding, __key |
| Queue | IMP |
| Queue Version | 4.0.2 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | m.zdila (at) episoftware (dot) com |
| Created | 3/7/05 (7782 days ago) |
| Due | |
| Updated | 3/9/05 (7780 days ago) |
| Assigned | |
| Resolved | 3/9/05 (7780 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ LDAP, contact update in firefox, encoding, __key
Queue ⇒ IMP
european (CE) characters it is stored OK. The key (eg. cn) contains CE
characters which are stored into the LDAP in the UTF-8 encoding.
Now, if I try to edit the contact and:
1. usinf Mozilla Firefox 1.0
2. using iso-8859-2 encoding
3. the __key contains CE characters
The generated page with the form contains hidden input "key" with the
value that contains UTF-8 characters not correctly recoded to
iso-8859-2. After the form submission the request variable
($_POST['key']) contains invalid value and the contact is not found in
the LDAP.
using Konqueror, MSIE, or when using english (American) - it works.