Subject: | bug with url attribute |
Using: perl-ldap-0.3202
This is perl, v5.8.4
Linux elwood 2.4.26 #1 Sun May 16 18:26:09 CEST 2004 i686 GNU/Linux
Upgrading to 0.3202 introduced a nasty bug in LDIF parsing:
Taken a simple LDIF containing a attribute like
attr: <p>blasfasel</p>
will break parsing with
unsupported URL type at ./myscript
Debugging LDIF.pm discovered that there is no distinction between
"attr: <" and "attr:<", but both is treated as a url attribute.
This seems to violate LDIF RFC (2849).
I marked this bug "important", because it breaks existing (previously working) scripts.
Regards,
Joerg Delker