Build: #485 was successful Scheduled with changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
4 minutes
Duration
2 minutes
Labels
None
Revision
f732dec6de8d7fd4eef1931b910cde24580f7160
Total tests
365
Successful since
#384 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen 80d3ff37cf28e578cc8909ebea06269c30456c91 OF-353: Allow baseDN to have spaces
The baseDN value is used to compose the connect host(s) URL. This value is a space-separated string of URLs. When a baseDN contains a space character, this character must be escaped, to prevent it from being interpreted as a second connect host.

This commit adds URL encoding to the baseDN when it's used to create the connect host URL.
Guus der Kinderen Guus der Kinderen f326a1566376391169736642db13087ba1e426b5 Javadoc typo fix
Guus der Kinderen Guus der Kinderen e168b8f391e46008e338ab83c05cdd9cc22b47a6 OF-353: LDAP: improve character escaping
This adds additional escaping of LDAP strings, including those defined in RFC-4514.
Guus der Kinderen Guus der Kinderen 8988aefd569bf25d14e8aeac424ebca7daf7f306 OF-353: Prevent redundant boxing.
Guus der Kinderen Guus der Kinderen 8c1df6ac4abe3022ce618ea7122835b1218d7e65 OF-353: LDAP - use javax.naming.* types instead of Strings
To represent LDAP DNs, Strings have been used. Java provides a more specific, and more suitable set of types for this purpose.

By using the types in the javax.naming package, additional functionality becomes available, and type-safety is improved throughout the code.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeJM-1327Could not obtain issue details from Jira
Unknown Issue TypeOF-353Could not obtain issue details from Jira
Unknown Issue TypeRFC-4514Could not obtain issue details from Jira