Re: [jira] Created: (DIRSERVER-1581) attribute type with trailing space in the description prevents apacheds from restarting

2010-11-19 Thread Emmanuel Lecharny
On 11/16/10 3:29 PM, Antoine Levy-Lambert wrote: Alex, the Apache Directory Studio schema editor reexports 'versionNumber ' as dmVyc2lvbk51bWJlciA= in LDIF. I read that there is a convention that strings with trailing spaces have to be encoded in LDIF. This LDIF has been imported into Apache

Re: [jira] Created: (DIRSERVER-1581) attribute type with trailing space in the description prevents apacheds from restarting

2010-11-17 Thread Antoine Levy-Lambert
6, 2010 at 4:21 AM, Antoine Levy-Lambert (JIRA) mailto:j...@apache.org>> wrote: attribute type with trailing space in the description prevents apacheds from restarting ---

[jira] Commented: (DIRSERVER-1581) attribute type with trailing space in the description prevents apacheds from restarting

2010-11-16 Thread Antoine Levy-Lambert (JIRA)
the head revision of apacheds and I can confirm that this issue is fixed. Thanks very much Emmanuel. Antoine > attribute type with trailing space in the description prevents apacheds from >

[jira] Updated: (DIRSERVER-1581) attribute type with trailing space in the description prevents apacheds from restarting

2010-11-16 Thread Emmanuel Lecharny (JIRA)
ype with trailing space in the description prevents apacheds from > restarting > --- > > Key: DIRSERVER-1581 > URL: https://issues.apache.org/jira/bro

[jira] Resolved: (DIRSERVER-1581) attribute type with trailing space in the description prevents apacheds from restarting

2010-11-16 Thread Emmanuel Lecharny (JIRA)
=1035690&view=rev > attribute type with trailing space in the description prevents apacheds from > restarting > --- > > Key: DIRSERVER-1581 > URL: https://

[jira] Commented: (DIRSERVER-1581) attribute type with trailing space in the description prevents apacheds from restarting

2010-11-16 Thread Emmanuel Lecharny (JIRA)
NTAX, message ); } } Should work. (at east, it works with the test I have added) > attribute type with trailing space in the description prevents apacheds from > restarting > --- > >

[jira] Commented: (DIRSERVER-1581) attribute type with trailing space in the description prevents apacheds from restarting

2010-11-16 Thread Emmanuel Lecharny (JIRA)
he schema. We are just loading the schema, so it's a bit a chicken and egg issue here. Hopefully, the meta-schema should be available to check the type of m-description, and see it's a String. Not very simple, but fixable ... > attribute type with trailing space in the descrip

[jira] Commented: (DIRSERVER-1581) attribute type with trailing space in the description prevents apacheds from restarting

2010-11-16 Thread Emmanuel Lecharny (JIRA)
the injection of such an attribute. It's the way we deal with it when we read it again. For some unknown reason (atm) the DESC AT is read and initialized as if it was a binary AT, despite its syntax. Checking the LDIF reader now... > attribute type with trailing space in the descript

[jira] Commented: (DIRSERVER-1581) attribute type with trailing space in the description prevents apacheds from restarting

2010-11-16 Thread Emmanuel Lecharny (JIRA)
s an issue. The DESC is considered as binary, thus can't be transformed to a String. I have added a junit test, currently debugging the server. Thanks for the report. Workaround : remove the trailing space. > attribute type with trailing space in the description prevents apacheds from

[jira] Assigned: (DIRSERVER-1581) attribute type with trailing space in the description prevents apacheds from restarting

2010-11-16 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny reassigned DIRSERVER-1581: Assignee: Emmanuel Lecharny > attribute type with trailing space

Re: [jira] Created: (DIRSERVER-1581) attribute type with trailing space in the description prevents apacheds from restarting

2010-11-16 Thread Alex Karasulu
This might be due to the attribute value being binary rather than there being an extra trailing space. Lookie here: On Tue, Nov 16, 2010 at 4:21 AM, Antoine Levy-Lambert (JIRA) < j...@apache.org> wrote: > attribute type with trailing space in the description prevents apacheds > fro

[jira] Created: (DIRSERVER-1581) attribute type with trailing space in the description prevents apacheds from restarting

2010-11-15 Thread Antoine Levy-Lambert (JIRA)
attribute type with trailing space in the description prevents apacheds from restarting --- Key: DIRSERVER-1581 URL: https://issues.apache.org/jira/browse/DIRSERVER-1581

Re: attribute type with trailing space in the description

2010-11-15 Thread Antoine Levy-Lambert
On 11/15/10 7:21 PM, Emmanuel Lecharny wrote: > Definitively a bug. > > Can you fill a JIRA ? Done : https://issues.apache.org/jira/browse/DIRSERVER-1581 Thanks too, Antoine > > Thanks ! > > On Tue, Nov 16, 2010 at 12:58 AM, Antoine Levy-Lambert > wrote: > > Hi, > >

Re: attribute type with trailing space in the description

2010-11-15 Thread Emmanuel Lecharny
Definitively a bug. Can you fill a JIRA ? Thanks ! On Tue, Nov 16, 2010 at 12:58 AM, Antoine Levy-Lambert wrote: > Hi, > > I had one attribute type with a trailing space in the description > > attributetype ( 1.3.6.1.4.1.8104.1.1.37 NAME 'versionNumber' DESC > 'versionNumber ' EQUALITY caseIgno

attribute type with trailing space in the description

2010-11-15 Thread Antoine Levy-Lambert
Hi, I had one attribute type with a trailing space in the description attributetype ( 1.3.6.1.4.1.8104.1.1.37 NAME 'versionNumber' DESC 'versionNumber ' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) using directory 1.5.7 this transla