Closed
Bug 1308541
Opened 8 years ago
Closed 8 years ago
ldapjdk URL parsing mishandles ldap:///
Categories
(Directory :: LDAP Java SDK, defect)
Directory
LDAP Java SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mreynolds, Unassigned)
Details
Attachments
(1 file)
3.46 KB,
patch
|
richm
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160819105407
Steps to reproduce:
Attempt to parse an ldap URL without adding the host and port:
ldap:///dc=example,dc=com
Actual results:
A malformed URL exception is returned
Expected results:
The ldap url should have been successfully parsed
Reporter | ||
Comment 1•8 years ago
|
||
Attachment #8798926 -
Flags: review?
Updated•8 years ago
|
Attachment #8798926 -
Flags: review? → review+
Comment 2•8 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•