From dev-return-31785-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Mon Nov 02 16:03:24 2009 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 62292 invoked from network); 2 Nov 2009 16:03:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Nov 2009 16:03:24 -0000 Received: (qmail 21262 invoked by uid 500); 2 Nov 2009 16:03:23 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 20879 invoked by uid 500); 2 Nov 2009 16:03:23 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 20863 invoked by uid 99); 2 Nov 2009 16:03:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 16:03:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 16:03:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BD09E234C4AA for ; Mon, 2 Nov 2009 08:02:59 -0800 (PST) Message-ID: <1438042305.1257177779772.JavaMail.jira@brutus> Date: Mon, 2 Nov 2009 16:02:59 +0000 (UTC) From: "Aleksander Adamowski (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSTUDIO-579) Preserve ordering of attribute values and support their reordering In-Reply-To: <553363755.1257177779402.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSTUDIO-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772549#action_12772549 ] Aleksander Adamowski commented on DIRSTUDIO-579: ------------------------------------------------ See also: DIRSTUDIO-528 > Preserve ordering of attribute values and support their reordering > ------------------------------------------------------------------ > > Key: DIRSTUDIO-579 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-579 > Project: Directory Studio > Issue Type: Improvement > Components: studio-ldapbrowser > Affects Versions: 1.4.0 > Reporter: Aleksander Adamowski > > Although LDAP specification doesn't warrant ordering of values for multivalues attributes, most LDAP server implementations do preserve the ordering. > Because of that, some existing software that acts as a LDAP client assumes that values will be stored and retrieved in the given order. > Therefore, Apache Directory Studio's LDAP browser/editor should present the values of each attribute in the order they were returned by the LDAP server, and when editing an entry, it should let the user reorder attribute values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.