Return-Path: Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 19923 invoked by uid 500); 6 Aug 2003 12:51:40 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 19909 invoked from network); 6 Aug 2003 12:51:40 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 6 Aug 2003 12:51:40 -0000 Received: (qmail 4097 invoked by uid 50); 6 Aug 2003 12:54:18 -0000 Date: 6 Aug 2003 12:54:18 -0000 Message-ID: <20030806125418.4096.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 22173] New: - [PATCH] LDAPTransformer doesn't print multiple attribute results X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22173 [PATCH] LDAPTransformer doesn't print multiple attribute results Summary: [PATCH] LDAPTransformer doesn't print multiple attribute results Product: Cocoon 2 Version: Current CVS 2.1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: sitemap components AssignedTo: dev@cocoon.apache.org ReportedBy: unico@hippo.nl When querying ldap for attributes, a single attribute can contain multiple values as is reflected by the fact that javax.naming.directory.Attribute.getAll () returns an enumeration of results. Yet, LDAPTransformer does not loop thru the enumeration to print out all results but only prints the first one. The patch contains a diff that fixes this bug and also includes the enhancement committed at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22042 . So when this patch is committed that issue can be closed too.